heptofite
Well-Known Member
- Joined
- Oct 25, 2009
- Messages
- 1,697
- Vehicle Year
- 2019
- Engine
- 2.3 EcoBoost
- Transmission
- Automatic
I'm going to swap a manual transmission 2.9 computer into my b2, and to take up the slack where the auto computer controlled transmission functions, i've come up with a solution.
I'm going to link an Arduino to the VSS and TPS on the truck, and use those two figures to set up logic to activate the lockup clutch on the A4LD.
something like IF VSS >X AND TPS >Y OR <Z then +12V
but then i realized, if i've already got it picking up VSS infomation, i can do a simple math function and get it to output current MPH to serial LCD display.
but then i realized i'll have done a lot of the work required to get cruise control working, so a few more lines of code, a servo, and brake trigger information, some buttons, i'll have cruise control too.
Now i realized what a large can of worms i've opened by starting this project.
I'm going to link an Arduino to the VSS and TPS on the truck, and use those two figures to set up logic to activate the lockup clutch on the A4LD.
something like IF VSS >X AND TPS >Y OR <Z then +12V
but then i realized, if i've already got it picking up VSS infomation, i can do a simple math function and get it to output current MPH to serial LCD display.
but then i realized i'll have done a lot of the work required to get cruise control working, so a few more lines of code, a servo, and brake trigger information, some buttons, i'll have cruise control too.
Now i realized what a large can of worms i've opened by starting this project.