Search found 138 matches

by gizmodo
Thu Jul 12, 2018 12:04 am
Forum: OBDII PIDs discussion
Topic: Monitoring OBDII Traffic
Replies: 3
Views: 8607

I am hooked up to OBDII through the classic adapter, no CAN bus on this car. Does this still apply?
by gizmodo
Sat Jun 23, 2018 6:26 am
Forum: OBDII PIDs discussion
Topic: Monitoring OBDII Traffic
Replies: 3
Views: 8607

Monitoring OBDII Traffic

I have a 2005 vehicle, that uses OBDII. I have the classic adapter and I can get the standard PIDs to show up in the RaceCapture software. I also have a DiabloSport Trinity that has access to the enhanced Chrysler PIDs. I have seen OBDII splitters, which makes me wonder if there's a way to hook the ...
by gizmodo
Mon Oct 30, 2017 6:09 pm
Forum: Telemetry
Topic: FreedomPop $ZERO/month plan works with RaceCapture telemetry
Replies: 26
Views: 68750

Somewhat related, but I use FreedomPop for my cell phone. I have had it for nearly two years now and it has been a pretty good service. The one thing I will caution is that if you ever need support from them, good luck. But, you get what you pay for!
by gizmodo
Wed Oct 18, 2017 6:23 pm
Forum: Sensors
Topic: Slow response on digital brake input?
Replies: 2
Views: 7263

It doesn't help your situation but I have a similar setup except I just wired the brake switch on my car to an analog input. Anything over zero and I know the pedal is being pressed. The brake switch on my car has a 12 volt signal.
by gizmodo
Tue Sep 26, 2017 5:56 pm
Forum: Lua Scripting
Topic: Im going insane. Help required geeting 2 scripts to work
Replies: 5
Views: 8485

The problem is almost certainly two onTick functions. Get rid of the top onTick function function onTick() getcoolantTemp() updateFuelAvg(getAnalog(0)) end The onTick method is what the Lua engine executes every N (the value of setTick)...
by gizmodo
Fri Aug 25, 2017 1:11 pm
Forum: ShiftX2
Topic: button state example
Replies: 1
Views: 6570

The example script has this implemented. function sxOnBut(b) --called if the button state changes println('button: ' ..b) end This is where it is called: function sxChkCan() id,ext,data=rxCAN(sxCan,0) if id==sxCanId then sxInit() end if id==sxCanId+60 and sxOnBut~=nil then sxOnBut(data[1]) end end
by gizmodo
Tue Aug 22, 2017 7:02 pm
Forum: Sensors
Topic: GM Flex Fuel Sensor
Replies: 26
Views: 65181

I have not tried that. I've screwed around with this enough and now that I have a working solution I'm inclined to just leave well enough alone. As for where I saw that, it is here: https://wiki.autosportlabs.com/RaceCapt ... nput_1_-_3
by gizmodo
Tue Aug 22, 2017 1:59 am
Forum: ShiftX2
Topic: ShiftX2 wiring harness
Replies: 3
Views: 7886

Here is mine. It is wired according to the install here: https://wiki.autosportlabs.com/ShiftX2
by gizmodo
Mon Aug 21, 2017 1:38 am
Forum: Lua Scripting
Topic: Can you help me with a few data logging concepts?
Replies: 3
Views: 5567

The log is just a simple csv file. You configure the rate you want each channel logged in the RaceCapture app by selecting the frequency. It is sparsely populated in that you will see empty entries for slow logging channels. Here is a sample from one of my logs (I truncated the first line so it woul...
by gizmodo
Sun Aug 20, 2017 2:14 pm
Forum: Lua Scripting
Topic: Lua scripting IDE?
Replies: 8
Views: 12487

Try the mouse wheel.
by gizmodo
Sun Aug 20, 2017 2:13 pm
Forum: Lua Scripting
Topic: Can you help me with a few data logging concepts?
Replies: 3
Views: 5567

Logging is handled by the RaceCapture device, you don't need to do anything other than starting and stopping it. You do that by using lua to start and stop the log or by pushing the button on the unit. It will log all the channels you have setup. The print and println functions are for debugging whe...
by gizmodo
Sat Aug 19, 2017 7:06 pm
Forum: Sensors
Topic: GM Flex Fuel Sensor
Replies: 26
Views: 65181

I am pretty sure I am just missing a setting in the RCP to make this work. I hooked up an Arduino with a 22k resistor on the input, wrote a little bit of code and I am able to get the ethanol content from the Arduino. For whatever reason, no matter what settings I try, I can't get a value other than...
by gizmodo
Mon Aug 14, 2017 5:19 pm
Forum: OBDII PIDs discussion
Topic: How much current can I source though the OBD2CAN???
Replies: 5
Views: 10535

I have the OBDII adapter on a 2005 neon and when compared to the tach driver input I have the OBDII RPM data shows a significant lag.
by gizmodo
Mon Aug 14, 2017 5:14 pm
Forum: RaceCapture/Pro General Q&A
Topic: Power over OBD2 question
Replies: 3
Views: 7303

You can cut one of the ends off the RJ45 cable that connects the OBDII adapter to the RaceCapture and then put on a new end. Before adding the new end cut the wire that goes into pin 8 on the connector. Pin 8 is typically the brown wire.
by gizmodo
Tue Aug 08, 2017 11:51 pm
Forum: Sensors
Topic: GM Flex Fuel Sensor
Replies: 26
Views: 65181

It seems as though the blending of e85 in my area has become very inconsistent so I would like to revisit this. My first question is will this work with the RCP? Right now I have it hooked up to one of the Pulse inputs. Here is some documentation on the sensor and the requirements. http://creativeio...