12v+ on Shift Selector
12v+ on Shift Selector
What do I need to do to connect this shifter to the GPIO inputs?
Re: 12v+ on Shift Selector
If I'm understanding it right, this will bring the inputs for the shift selector to less than 5v. As far as Megashift is concerned the setup should be:
LEVER & SHIFT BUTTON CONFIG:
Manual Lever Mode: Digital Switches
Max Lever Position Change: 1
Digital Voltage Threshhold: 3.0 (just in case lower battery voltage it still works)
Input Patterns:
Whenever there is 12v+ supplied from the shifter on the various combonations (Park, Reverse, D, 2, L) the inputs would be HIGH for ON, correct?
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: 12v+ on Shift Selector
Yes, that's the way to do it. You will need to make sure not to install any internal pull-up on the GPIO circuit (since the pull up IS the external 12V divided down).
Lance.
Re: 12v+ on Shift Selector
Code: Select all
Install and solder a 1.0K Ohm, 1/8 Watt processor pin resistors {brown-black-red, 1.0KEBK-ND} in R27, R29, and R35.
Install and solder 330 Ohm, 1/8 Watt resistors in R21 and R25. These are the pull-up resistors for the downshift button circuit on GPI5 and the 2WD/4WD switch on GPI1.
Install and solder 5.6 Volt Zener Diodes in:
R28 - banded end goes towards Ampseal connector,
R30 - banded end goes away from Ampseal connector,
R36 - banded end goes towards Ampseal connector.
If (and only if) you are using the digital inputs for the manual gear lever determination such as with a 4L60E (as opposed to a variable voltage, Ford-style potentiometer) then you must add pull-up voltage to GPI2 (and EGT3 and EGT4 in later steps). Do this by installing a 330 Ohm resistor in R22.
Install and solder 0.1µF capacitors {399-4329-ND} in C14 and C22.
Install and solder a 0.001µF capacitor {399-4144-ND} in C16.
-
- Posts: 1696
- Joined: Fri Apr 04, 2008 1:28 pm
Re: 12v+ on Shift Selector
The 'normal' 4L60e build has the shifter on digital inputs. These are:
Input 1 (switchA) - AD0 - EGT4 (build as GPI)1 - ampseal 26
Input 2 (switchB) - AD1 - GPI2 (jumper at 25x2 header) - ampseal 6
Input 3 (switchC) - AD3 - EGT3 - ampseal 25
The 5V pull-ups for these circuits are connected by installing the following resistors:
Input 1 - EGT4 - R85
Input 2 - GPI2 - R22
Input 3 - EGT4 - R84
However, if you are using a voltage based lever, the 4L60e instructions tell you not to install R22, R84 or R85 in steps E.4 and H.5. So if you have followed those, you will be okay set up correctly for no internal pull-ups.
Lance.