Page 1 of 1

Speedo pull-up question

Posted: Mon Nov 10, 2014 9:40 pm
by Rukavina
Gpio speedo pull-up circuit doesn't work with Abbott cable x mechanical converter. The abbott does work and is wired to vas currently. Question is what direction do I go with resistor. It's a 1k now per spec. Do I drop down to 330 or go other way. And how far can I go to no resistance before getting close to damaging transistor

Re: Speedo pull-up question

Posted: Wed Nov 12, 2014 12:57 pm
by Bernard Fife
Rukavina,

This is the speedo output signal (not the VSS) I assume. The pull-up resistor limits the current to the external device (i.e. Abbott cable + convertor in your case).

Are you using a 5 Volt or 12 Volt pull-up?

With a 5 Volt pull-up, you need to limit the current to the device, but you also need to limit the current drawn from the GPIO's regulator to less than about 50 milliAmps. So I would use no less than R = V/I = 5/0.050 = 100 Ohms.

If you are using a 12 Volt pullup, you probably don't want more than about 200 milliAmps (to avoid stressing the power supply on the board), so the minimum resistor would be R = 12/0.200 = 60 Ohms.

You might want to put a weak pull-down on the signal as well (to pull it to zero volts when the signal is off). A 10K Ohm to 100K Ohm resistor on the signal to ground (this can be done on the board or externally) should work.

You might also want to experiment with the duty cycle on the speedo output, as some external devices can be quite sensitive to this parameter. See: http://www.msgpio.com/manuals/mshift/V4tune.html#su

Lance.

Re: Speedo pull-up question

Posted: Wed Nov 12, 2014 9:03 pm
by Rukavina
Yes it's a 12 volt signal. It would not work on gpio speed output. Hooked it straight to vss sensor temporarily so I can get the speedometer/odometer working for registration requirements. I have not put my scope on it yet. I will step resistors down / pull down etc and post findings. Thanks for the help!