FWIW, I WANT tap shift on my 5spd.
Seriously, Ben if you ever fully figured it out, I want it. Same for you Brayden. That is just a slick feature!!
C-ya
it works. There are some things I want to change, like if you shift the "real" shifter to neutral, park, or reverse, the tap-shift manual mode automatically shuts off and reverts to normal. Right now this causes issues because the TCM gets confused. I also have to redesign some parts of the circuit because now it doesnt "stop" counting....ie, if you get to 5th gear and press "upshift" again, the counter circuit goes to 6 (or 7, or 8 etc..), and then the circuit returns a wierd signal to teh TCM and the trans limps. Use an AND gate or something, I dunno. Im not an electrical engineer by any means and have no previous knowledge of this stuff. But I wanted to make this tap-shift thing so I just read books and taught myself the necessary stuff for the sole purpose of making this [stupid] thing.
Brayden could make it 10x simpler than mine because he knows how to program those microcontroller chips. I dont; so I had to make the mini-computer the "old fashioned" way with logic gates, voltage compartators (to interperate the signal from the shifter buttons), up/down counters, BCD to decimal decoders, trnasistors, resistors, diodes, and other stuff that makes the whole thing WAYYY more complicated than it needs to be.
The schematic (for the circuit I designed) is really complicated and probably not worth duplicating unless you are using an atmel micro controller or BASIC stamp. I have hours and hours and hours alone into just soldering it together, let alone designing it. A programmable logic controller would work awesome too, but I have no idea how to program those.