Toyota Yaris Forums - Ultimate Yaris Enthusiast Site
 

 


 
Go Back   Toyota Yaris Forums - Ultimate Yaris Enthusiast Site > Technical Forums > DIY / Maintenance / Service
  The Tire Rack

Reply
 
Thread Tools Display Modes
Old 05-25-2011, 06:04 PM   #1
bobor
 
Drives: Toyota Yaris 1.33 5D HB
Join Date: Aug 2010
Location: Bratislava, Slovakia, Europe
Posts: 4
Quote:
Originally Posted by CTScott View Post
With the amount of development required to safely implement cruise control, I would think that in the end run it will be less expensive to use an aftermarket cruise control system. I realize that the primary aftermarket system available in Europe is very expensive (~$700 US), but I believe that the Rostra aftermarket cruise control system, which is sold in the US and Canada for ~$200 US, will work on the European Yaris.
Hi CTScott,
thanks for your response. I admit its time consuming process and there are many risks to consider, but it's my hobby At the moment I would say I have 90% of the source code ready, so there are only minor modifications to be done and a lot of testing and bug fixing But except my free time I invest into it, the parts will cost me not more than 20 EUR ( ~30USD).
Regarding the aftermarket models, the situation is slightly better than you expect, at least here in Slovakia. I can get one for ~450 USD, but still Rostra model even including shipping costs would be cheaper. And I don't see any reason why it should not work on European models.

But as I said, it's a hobby.
bobor is offline   Reply With Quote
Old 05-25-2011, 09:38 PM   #2
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 bobor View Post
Hi CTScott,
thanks for your response. I admit its time consuming process and there are many risks to consider, but it's my hobby At the moment I would say I have 90% of the source code ready, so there are only minor modifications to be done and a lot of testing and bug fixing But except my free time I invest into it, the parts will cost me not more than 20 EUR ( ~30USD).
Regarding the aftermarket models, the situation is slightly better than you expect, at least here in Slovakia. I can get one for ~450 USD, but still Rostra model even including shipping costs would be cheaper. And I don't see any reason why it should not work on European models.

But as I said, it's a hobby.
OK. In that case, back to your original question - I would not use mechanical relays. I would stick with solid state switching, by transistor or FET, to avoid the switching delays.
__________________
CTScott is offline   Reply With Quote
Old 05-26-2011, 09:28 AM   #3
bobor
 
Drives: Toyota Yaris 1.33 5D HB
Join Date: Aug 2010
Location: Bratislava, Slovakia, Europe
Posts: 4
Quote:
Originally Posted by CTScott View Post
OK. In that case, back to your original question - I would not use mechanical relays. I would stick with solid state switching, by transistor or FET, to avoid the switching delays.
Unfortunatelly I do not have any experience with solid state switching. If you could point me to some good tutorial, I would appreciate it But AFAIK in this case, the input signal (voltage level) from either accelerator pedal (hall probes) or DAC would be somehow degradated (lowered) due to voltage drop PN junction.
Solid state switching is definitely faster than mechanical relay. But advantage of a relay is that it does not require power supply to interconnect one of the input lines to the ouput. I though of using this a safety mechanism, so in case anything goes wrong I would just switch off the power supply to cruise control module and the relay would (almost immediatelly) switch back to default state (direct connection of accelerator pedal). But if I find some good solution using solid state, I am about to change my mind.
bobor is offline   Reply With Quote
Old 05-26-2011, 12:49 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 bobor View Post
Unfortunatelly I do not have any experience with solid state switching. If you could point me to some good tutorial, I would appreciate it But AFAIK in this case, the input signal (voltage level) from either accelerator pedal (hall probes) or DAC would be somehow degradated (lowered) due to voltage drop PN junction.
Solid state switching is definitely faster than mechanical relay. But advantage of a relay is that it does not require power supply to interconnect one of the input lines to the ouput. I though of using this a safety mechanism, so in case anything goes wrong I would just switch off the power supply to cruise control module and the relay would (almost immediatelly) switch back to default state (direct connection of accelerator pedal). But if I find some good solution using solid state, I am about to change my mind.
Here's a pretty good intro to transistor switching.

http://www.kpsec.freeuk.com/trancirc.htm


Rather than switching back and forth, it may actually make more sense to put the microcontroller in between the pedal and the ECM. That way, the ECM samples the pedal outputs and then in normal mode, just emulates what it sees. Then, in CC mode it ignores the input and sends its own output.

The other advantage of this method is that you can improve the throttle response in normal mode (like the Blitz throttle controller does).
__________________
CTScott is offline   Reply With Quote
Old 05-26-2011, 04:21 PM   #5
bobor
 
Drives: Toyota Yaris 1.33 5D HB
Join Date: Aug 2010
Location: Bratislava, Slovakia, Europe
Posts: 4
Quote:
Originally Posted by CTScott View Post
Here's a pretty good intro to transistor switching.

http://www.kpsec.freeuk.com/trancirc.htm


Rather than switching back and forth, it may actually make more sense to put the microcontroller in between the pedal and the ECM. That way, the ECM samples the pedal outputs and then in normal mode, just emulates what it sees. Then, in CC mode it ignores the input and sends its own output.

The other advantage of this method is that you can improve the throttle response in normal mode (like the Blitz throttle controller does).
Thanks for the link, I will have a look on it. Your idea seems quite interesting, maybe I will change my plans a little bit and implement it that way. But I still have a feeling, that switching between DAC and pedal accelerator outputs is a little bit more safer.

Another idea came to my mind how to avoid switching delays with a relay. If I connect the DAC output directly to output line of the relay (to ECM) and accelerator pedal to one input of the relay (the second input remains unused), I can first set the output voltage on DAC and then switch the relay (cut the accelerator pedal line). On a switch back, the accelerator pedal is switched on first and then DAC disabled. This way, there is no voltage drop on signal line to ECM.

The only drawback is, that all time, when DAC is not in use (even just before switching off the accelerator pedal line, when DAC output is set) there is voltage from accelerator pedal to DAC output. I have no idea, if it can harm it in any way and what the impedance between DAC output and ground. If the impedance is too low, it can make a short connection and damage the ECM, that I obviously would like to avoid

And finally, do you have any idea, what size the input impedance of ECM could be?
bobor is offline   Reply With Quote
Old 05-26-2011, 04:30 PM   #6
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 bobor View Post
Thanks for the link, I will have a look on it. Your idea seems quite interesting, maybe I will change my plans a little bit and implement it that way. But I still have a feeling, that switching between DAC and pedal accelerator outputs is a little bit more safer.

Another idea came to my mind how to avoid switching delays with a relay. If I connect the DAC output directly to output line of the relay (to ECM) and accelerator pedal to one input of the relay (the second input remains unused), I can first set the output voltage on DAC and then switch the relay (cut the accelerator pedal line). On a switch back, the accelerator pedal is switched on first and then DAC disabled. This way, there is no voltage drop on signal line to ECM.

The only drawback is, that all time, when DAC is not in use (even just before switching off the accelerator pedal line, when DAC output is set) there is voltage from accelerator pedal to DAC output. I have no idea, if it can harm it in any way and what the impedance between DAC output and ground. If the impedance is too low, it can make a short connection and damage the ECM, that I obviously would like to avoid

And finally, do you have any idea, what size the input impedance of ECM could be?
The impedance on the ECM input pins is approximately 2K Ohms.
__________________
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

Similar Threads
Thread Thread Starter Forum Replies Last Post
NEWS: TOYOTA REVEALS ALL-NEW YARIS SEDAN AT 2006 LOS ANGELES AUTO SHOW VitzBoy General Yaris / Vitz Discussion 7 09-20-2023 08:50 AM
Cruise Control chessclubloser DIY / Maintenance / Service 11 03-27-2010 12:59 PM
2007 Yaris Pricing Info ! YarisBueller New YARIS Purchase Forum 104 06-24-2009 05:54 PM
Using Cruise control Driver General Yaris / Vitz Discussion 14 11-09-2006 11:12 PM


All times are GMT -4. The time now is 04:08 PM.




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