![]() |
|
|
|
|
|
#1 | |
![]() ![]() ![]() Drives: Yaris Join Date: Oct 2008
Location: Michigan
Posts: 199
|
Quote:
The accelerator position sensor just has two output voltages. So my guess is the Blitz/sprint controller is just a simple microcontroller with two analog inputs and two analog outputs, or even simply a rom with a table mapping the input to output and the switch changes an address base. There Might be RMS converters too. Takes the voltages in, puts them into an equation and outputs the result on the outputs. Add a couple GPIO for the reverse sensing and mode switching, and something for the display. That said you could use an oscilloscope to see the factory signal as the pedal moves, then come up with a desired signal over the range. Then find a mapping between the two. You could then get an appropriate microcontroller and build your own. Possibly design a analog circuit that will perform exactly one mapping. Or have a rom with a lookup table with the analog inputs addressing it and the value in each address corresponds to the output at that input voltage.(This seem easiest, but someone that programs PIC microcontrollers will probably opt for number 1) Last edited by markitect; 06-03-2009 at 05:10 PM. |
|
|
|
|
|
|
#2 | |
![]() ![]() Drives: 2006 Mazda3 Sedan Join Date: Jun 2007
Location: Germantown, MD
Posts: 116
|
Quote:
My plan was to hold the table in EEPROM and make it configurable over the serial port.
__________________
|
|
|
|
|
|
|
#3 | |
|
toyota
Drives: 2007 Yaris RS Blazed Join Date: Oct 2006
Location: toronto, canada
Posts: 3,637
|
Quote:
|
|
|
|
|
|
|
#4 | |
![]() ![]() ![]() ![]() ![]() ![]() ULTIMATEDrives: 09 5dr LB, 2x 08 3dr LB Join Date: Oct 2008
Location: USA, CT
Posts: 13,460
|
Quote:
|
|
|
|
|
![]() |
|
|