![]() |
|
|
|
#30 | |
![]() ![]() ![]() 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. |
|
|
|
|
|
|