speeduino icon indicating copy to clipboard operation
speeduino copied to clipboard

Add VSS to launch

Open runesmdk opened this issue 1 year ago • 9 comments

Add VSS to launch;

Add a setpoint for which, if all conditions are met, launch is active below set vss. Make it so it is only enabled with a tick-box, so people not running a vss won't get false positives.

runesmdk avatar Jun 09 '23 10:06 runesmdk

Great feature to be added! I made it work by programmable outputs.

If VSS lower than 5, pin 53 goes LOW. On launch control setting, activate it by pin 53 going LOW and use FLOAT.

bossthetuga avatar Jan 10 '24 21:01 bossthetuga

Great feature to be added! I made it work by programmable outputs.

If VSS lower than 5, pin 51 goes LOW. On launch control setting, activate it by pin 51 going LOW and use FLOAT.

Thats actually very clever 👌👌👌

runesmdk avatar Jan 11 '24 05:01 runesmdk

Great feature to be added! I made it work by programmable outputs.

If VSS lower than 5, pin 51 goes LOW. On launch control setting, activate it by pin 51 going LOW and use FLOAT.

Genius! I've wanted this for a while, this never occurred to me. Thank you 🙏

ElroyDroid avatar Jan 11 '24 05:01 ElroyDroid

Thank you guys!!!

If you guys like to watch videos, here is my Youtube channel: https://www.youtube.com/c/BossGarage I make videos about speeduino (and more) and showed that some months ago, just don't forget to enable subtitles.

Have a great day ✌

bossthetuga avatar Jan 11 '24 10:01 bossthetuga

Thank you guys!!!

If you guys like to watch videos, here is my Youtube channel: https://www.youtube.com/c/BossGarage I make videos about speeduino (and more) and showed that some months ago, just don't forget to enable subtitles.

Have a great day ✌

There's many videos to look through. Can you specify which one?

runesmdk avatar Jan 11 '24 10:01 runesmdk

There's many videos to look through. Can you specify which one?

Speeduino on Nissan 200sx: https://www.youtube.com/playlist?list=PL45KNTE54f_wvr_l-5jG52W1o28P97YAj Speeduino on dirt bike 125cc: https://www.youtube.com/playlist?list=PL45KNTE54f_xnzlSSqZHpfCisOr2G_bFO Speeduino on Honda engines: https://www.youtube.com/playlist?list=PL45KNTE54f_zQLX6nNLQk8BbUJtGLWFaY Speeeduino digital dashboard: https://www.youtube.com/playlist?list=PL45KNTE54f_xjOh1gHrcI6Z11KJu1PwVA

The launch control by VSS on speeduino is: https://www.youtube.com/watch?v=HR3slVr7Qqw&list=PL45KNTE54f_zQLX6nNLQk8BbUJtGLWFaY&index=6

bossthetuga avatar Jan 11 '24 11:01 bossthetuga

There's many videos to look through. Can you specify which one?

Speeduino on Nissan 200sx: https://www.youtube.com/playlist?list=PL45KNTE54f_wvr_l-5jG52W1o28P97YAj Speeduino on dirt bike 125cc: https://www.youtube.com/playlist?list=PL45KNTE54f_xnzlSSqZHpfCisOr2G_bFO Speeduino on Honda engines: https://www.youtube.com/playlist?list=PL45KNTE54f_zQLX6nNLQk8BbUJtGLWFaY Speeeduino digital dashboard: https://www.youtube.com/playlist?list=PL45KNTE54f_xjOh1gHrcI6Z11KJu1PwVA

The launch control by VSS on speeduino is: https://www.youtube.com/watch?v=HR3slVr7Qqw&list=PL45KNTE54f_zQLX6nNLQk8BbUJtGLWFaY&index=6

In this video, you left it on pullup instead of floating. Did you change that later? Also, it seems your vss input is all over the place when you start to roll back, jumping up to nearly 180kmh

runesmdk avatar Jan 11 '24 11:01 runesmdk

In this video, you left it on pullup instead of floating. Did you change that later? Also, it seems your vss input is all over the place when you start to roll back, jumping up to nearly 180kmh

When configuring the programmable output, I miss edited the VSS pulses. But yes, it has a little noise, but it works.

I changed it after to FLOAT since it's a programmable output. Pull-up is for a ground wire switch, pull-up stays always 5v when not switched on.

bossthetuga avatar Jan 11 '24 12:01 bossthetuga

I have my clutch switch setup with a resistor pulling up to 5V and it grounds when clutch is pushed in.

The only way I could make launch work when I set it up was have launch set to clutch switch active high and pullup enabled in TS. It seems to work backwards from the Speeduino instructions of clutch enabled when low and float.

It works perfectly this way for launch and flat shift though.

I set up the programmable output as active high when VSS < 5 and also added a second condition "OR" RPM > 5000rpm so my flat shift would still work. When I only added the VSS < 5 I didn't think about the flat shift using the same pin so essentially did a clutch kick and lost traction changing gears bouncing of the rev limiter haha.

My launch and flat seems to work only with the settings in Tunerstudio set opposite to you guys.

Just remember to add an RPM condition if you're also using flat shift .

ElroyDroid avatar Jan 20 '24 23:01 ElroyDroid