Toyota Yaris Forums - Ultimate Yaris Enthusiast Site
 

 


 
Go Back   Toyota Yaris Forums - Ultimate Yaris Enthusiast Site > Technical Forums > Performance Modifications
  The Tire Rack

Reply
 
Thread Tools Display Modes
Old 06-03-2009, 04:40 PM   #1
markitect
 
Drives: Yaris
Join Date: Oct 2008
Location: Michigan
Posts: 199
Quote:
Originally Posted by marcus View Post
hey can anyone replicate sprint booster or blitz controller.. for maybe 1/4 of the cost.
I've been thinking about this:

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.
markitect is offline   Reply With Quote
Old 06-04-2009, 12:00 PM   #2
bearda
 
bearda's Avatar
 
Drives: 2006 Mazda3 Sedan
Join Date: Jun 2007
Location: Germantown, MD
Posts: 116
Quote:
Originally Posted by markitect View Post
I've been thinking about this:

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)
I was messing around with doing something similar for my Mazda. I'd started on one design based on a signal ADC/DAC when I found out there were two APS signals and that they had to correlate. If anybody knows of a good cheap microcontroller with a built in two-channel 5V ADC and DAC maybe I'd get it started back up.

My plan was to hold the table in EEPROM and make it configurable over the serial port.
__________________
bearda is offline   Reply With Quote
Old 06-04-2009, 12:51 PM   #3
marcus
toyota
 
marcus's Avatar
 
Drives: 2007 Yaris RS Blazed
Join Date: Oct 2006
Location: toronto, canada
Posts: 3,637
Quote:
Originally Posted by bearda View Post
I was messing around with doing something similar for my Mazda. I'd started on one design based on a signal ADC/DAC when I found out there were two APS signals and that they had to correlate. If anybody knows of a good cheap microcontroller with a built in two-channel 5V ADC and DAC maybe I'd get it started back up.

My plan was to hold the table in EEPROM and make it configurable over the serial port.
hope you do start it again..cant wait
marcus is offline   Reply With Quote
Old 06-04-2009, 01:16 PM   #4
CTScott
ULTIMATE
 
CTScott's Avatar
 
Drives: 09 5dr LB, 2x 08 3dr LB
Join Date: Oct 2008
Location: USA, CT
Posts: 13,460
Quote:
Originally Posted by bearda View Post
I was messing around with doing something similar for my Mazda. I'd started on one design based on a signal ADC/DAC when I found out there were two APS signals and that they had to correlate. If anybody knows of a good cheap microcontroller with a built in two-channel 5V ADC and DAC maybe I'd get it started back up.

My plan was to hold the table in EEPROM and make it configurable over the serial port.
I use PIC microcontrollers for everything - They're cheap and there are many options for I/O configurations (analog and digital). The DSPIC series have DACs, but I would actually go with a non-DSP one and use I2C DACs like the Microchip TC1321, that way you can chain as many as you need (up to 255 of them). I would really like to have a spare Yaris to experiment with (a wrecked one with a running engine would be fine).
CTScott is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 06:45 AM.




YarisWorld
Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.