follow ft86club on our blog, twitter or facebook.
FT86CLUB
Ft86Club
Delicious Tuning
Register Garage Members List Calendar Search Today's Posts Mark Forums Read

Go Back   Toyota GR86, 86, FR-S and Subaru BRZ Forum & Owners Community - FT86CLUB > Technical Topics > DIY (Do-It-Yourself) Guides

DIY (Do-It-Yourself) Guides For all DIYs.


User Tag List

Reply
 
Thread Tools Search this Thread
Old 09-30-2014, 11:50 AM   #113
joshb86
Member
 
Join Date: Jun 2014
Drives: '13 FR-S
Location: Huntsville AL
Posts: 33
Thanks: 2
Thanked 2 Times in 2 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Props to @DarrenDriven @mig86 and @stugray

First off to the people who see this as a waste of time... You have no idea how worth it this mod is when you're at the track or an autox and you realize you forgot to turn traction control off as your car falls on its face. Some of us pay good money to compete and something like this can save you from a wasted run or two.

Anyways. My car was built for racing so I'm going to do whatever it takes to make it race ready when the car turns on. I'm a network engineer with some programming background as well, so I love to automate things. I already have a couple 2-way switches mounted in the ignition cover with 1 prepped for exactly this. I've been planning on ordering a time delay relay to complete the setup since the ECU knows after 30 seconds of the "button" being engaged to lock the system out. During the mean time when I start the car I've just been flipping my 2-way back to the off position once the lights pop up on the dash after starting.

@stugray You mentioned exactly what I was wanting to do long term with using an Arduino simply so I could tie other needs into 1 unit later on. I actually already have a beetle I've been waiting on to arrive so I'll be going that route while leaving the factory setup functional as a backup. I'll let you know how the finished product works.

@mig86 Your concerns on voltage spikes/unstable current due to it being a car are also very legitimate concerns. If I didn't already have a board on the way, I'd probably go with my original plan that I've been sitting on stalling with ordering a relay.

Anyways... I have a couple ideas to give a go for safe power. I'll post here once I have the time to do my install.
joshb86 is offline   Reply With Quote
Old 09-30-2014, 01:17 PM   #114
stugray
Banned
 
Join Date: Sep 2013
Drives: 2013 GBS BRZ Limited
Location: Colorado
Posts: 1,925
Thanks: 627
Thanked 1,445 Times in 711 Posts
Mentioned: 41 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by joshb86 View Post
@stugray You mentioned exactly what I was wanting to do long term with using an Arduino simply so I could tie other needs into 1 unit later on. I actually already have a beetle I've been waiting on to arrive so I'll be going that route while leaving the factory setup functional as a backup. I'll let you know how the finished product works.

@mig86
Anyways... I have a couple ideas to give a go for safe power. I'll post here once I have the time to do my install.
Then you might want to consider the system that I have worked on a little: The pedal dance auto enable.

The microcontroller would need to be wired into the Engine temp sensor, the brake pedal switch, and the e-brake switch.

When the car is started the micro would need to trick the engine temp sensor to make the system think it is warmed up ( switch in a fixed value resistor), then execute the switch closures to simulate the brake-brake-ebrake-ebrake, etc sequence, then switch back in the engine temp sensor.

I have even traced all of the wires for this except I havent figured out how to tell the micro that you JUST started the engine (I think you have 30 seconds to complete the pedal dance).

My car is push to start, So I have not figured out where to get a signal to the micro that says: "Just started".
The tach would work if I went that route.

As for clean power, you can use a $10 cigarette lighter phone charger for the +5VDC if you dont have the stereo.
stugray is offline   Reply With Quote
Old 09-30-2014, 04:16 PM   #115
robot
There are now 2 carseats!
 
Join Date: Nov 2012
Drives: 2013 DGM BRZ
Location: The Emerald City
Posts: 434
Thanks: 21
Thanked 166 Times in 75 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by stugray View Post
Then you might want to consider the system that I have worked on a little: The pedal dance auto enable.

The microcontroller would need to be wired into the Engine temp sensor, the brake pedal switch, and the e-brake switch.

When the car is started the micro would need to trick the engine temp sensor to make the system think it is warmed up ( switch in a fixed value resistor), then execute the switch closures to simulate the brake-brake-ebrake-ebrake, etc sequence, then switch back in the engine temp sensor.

I have even traced all of the wires for this except I havent figured out how to tell the micro that you JUST started the engine (I think you have 30 seconds to complete the pedal dance).

My car is push to start, So I have not figured out where to get a signal to the micro that says: "Just started".
The tach would work if I went that route.

As for clean power, you can use a $10 cigarette lighter phone charger for the +5VDC if you dont have the stereo.

I've thought of this microcontroller route as well.

I think the easier/more correct way of doing this is via the CANBUS. Sniff the bus when doing the pedal dance and try to replicate the result. It might take a little work, but if it could be figured out you could do it by plugging in a microcontroller and something like this guy: https://www.sparkfun.com/products/9555

One could then sell these like hotcakes (and possibly have a liability issue on their hands).
robot is offline   Reply With Quote
Old 09-30-2014, 05:59 PM   #116
joshb86
Member
 
Join Date: Jun 2014
Drives: '13 FR-S
Location: Huntsville AL
Posts: 33
Thanks: 2
Thanked 2 Times in 2 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by stugray View Post
Then you might want to consider the system that I have worked on a little: The pedal dance auto enable.

The microcontroller would need to be wired into the Engine temp sensor, the brake pedal switch, and the e-brake switch.

When the car is started the micro would need to trick the engine temp sensor to make the system think it is warmed up ( switch in a fixed value resistor), then execute the switch closures to simulate the brake-brake-ebrake-ebrake, etc sequence, then switch back in the engine temp sensor.

I have even traced all of the wires for this except I havent figured out how to tell the micro that you JUST started the engine (I think you have 30 seconds to complete the pedal dance).

My car is push to start, So I have not figured out where to get a signal to the micro that says: "Just started".
The tach would work if I went that route.

As for clean power, you can use a $10 cigarette lighter phone charger for the +5VDC if you dont have the stereo.
Hmm... Haven't noticed any braking adjustments from the car myself while pushing it as long as all the nannies are off. If this is actually the only way to fully disable the computer from controlling the car, I do want to look into this long term. Let me know if you have any success.
joshb86 is offline   Reply With Quote
Old 09-30-2014, 10:04 PM   #117
mig86
Member
 
Join Date: Aug 2014
Drives: MY15 86 GTS
Location: Australia
Posts: 45
Thanks: 15
Thanked 20 Times in 11 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
I have a sniffer. So I'll give it a go and report back.

CAN bus might be handy for detecting the engine start... bu I doubt you will be able to trigger this mode with a message on the bus.
We will see

Sent from my GT-I9100T using Tapatalk
mig86 is offline   Reply With Quote
Old 10-01-2014, 11:36 AM   #118
joshb86
Member
 
Join Date: Jun 2014
Drives: '13 FR-S
Location: Huntsville AL
Posts: 33
Thanks: 2
Thanked 2 Times in 2 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by mig86 View Post
I have a sniffer. So I'll give it a go and report back.

CAN bus might be handy for detecting the engine start... bu I doubt you will be able to trigger this mode with a message on the bus.
We will see

Sent from my GT-I9100T using Tapatalk
Awesome. Thanks @mig86.

Also I recall someone earlier in this thread saying if you remove the factory steering wheel all nannies are automatically off. I'd like to clarify that this is false. I have an aftermarket hub & wheel but doesn't change the nannies whatsoever.
joshb86 is offline   Reply With Quote
Old 10-02-2014, 12:12 AM   #119
USN.Spence
Member
 
Join Date: Mar 2014
Drives: 2013 Galaxy Blue BRZ
Location: Joliet, IL
Posts: 50
Thanks: 16
Thanked 14 Times in 11 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
I'd be down for a plug and play kit. $20-30?
USN.Spence is offline   Reply With Quote
Old 10-02-2014, 12:39 AM   #120
robot
There are now 2 carseats!
 
Join Date: Nov 2012
Drives: 2013 DGM BRZ
Location: The Emerald City
Posts: 434
Thanks: 21
Thanked 166 Times in 75 Posts
Mentioned: 7 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by USN.Spence View Post
I'd be down for a plug and play kit. $20-30?
Based on parts prices more like $50 to $70.
robot is offline   Reply With Quote
Old 10-02-2014, 02:06 AM   #121
joshb86
Member
 
Join Date: Jun 2014
Drives: '13 FR-S
Location: Huntsville AL
Posts: 33
Thanks: 2
Thanked 2 Times in 2 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by USN.Spence View Post
I'd be down for a plug and play kit. $20-30?
@USN.Spence In about a week I'll post details of my setup with cost and all. I'm trying to do it for as cheap as possible and wouldn't mind doing setups for others.
joshb86 is offline   Reply With Quote
Old 10-02-2014, 02:23 AM   #122
mig86
Member
 
Join Date: Aug 2014
Drives: MY15 86 GTS
Location: Australia
Posts: 45
Thanks: 15
Thanked 20 Times in 11 Posts
Mentioned: 6 Post(s)
Tagged: 0 Thread(s)
In terms of removing the steering wheel. If the 'spiral cable' is removed this will stop the VSC working (steering angle sensor). However the traction control should still operate.

Sent from my GT-I9100T using Tapatalk
mig86 is offline   Reply With Quote
Old 10-02-2014, 04:01 PM   #123
vividracing
 
vividracing's Avatar
 
Join Date: May 2012
Drives: 2013 Scion FR-S
Location: Gilbert, Arizona
Posts: 2,593
Thanks: 491
Thanked 1,065 Times in 617 Posts
Mentioned: 49 Post(s)
Tagged: 3 Thread(s)
This is awesome!
vividracing is offline   Reply With Quote
Old 10-10-2014, 11:57 PM   #124
joshb86
Member
 
Join Date: Jun 2014
Drives: '13 FR-S
Location: Huntsville AL
Posts: 33
Thanks: 2
Thanked 2 Times in 2 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Hey Guys,

So I received all of my supplies last weekend. Slowly worked on the prototyping to get the car side of the microprocessor working and the control side(2-way switch). Happy to report I was able to put the needed time into finishing this up tonight.

Everything has been tested and works flawlessly with the car. I do however plan on doing a good week of testing after the full clean install tomorrow just to make sure nothing decides to melt... Until then, here are a few pics. One is a screenshot of the serial output while the device was running in the car.
Attached Images
   
joshb86 is offline   Reply With Quote
The Following User Says Thank You to joshb86 For This Useful Post:
stugray (10-11-2014)
Old 10-11-2014, 12:06 AM   #125
stugray
Banned
 
Join Date: Sep 2013
Drives: 2013 GBS BRZ Limited
Location: Colorado
Posts: 1,925
Thanks: 627
Thanked 1,445 Times in 711 Posts
Mentioned: 41 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by joshb86 View Post
Hey Guys,

So I received all of my supplies last weekend. Slowly worked on the prototyping to get the car side of the microprocessor working and the control side(2-way switch). Happy to report I was able to put the needed time into finishing this up tonight.

Everything has been tested and works flawlessly with the car. I do however plan on doing a good week of testing after the full clean install tomorrow just to make sure nothing decides to melt... Until then, here are a few pics. One is a screenshot of the serial output while the device was running in the car.
Awesome! But according to mig86, that was too much trouble so you must have done it wrong

How many lines of code?
And how come you didnt use the Arduino IDE (just curious)
stugray is offline   Reply With Quote
Old 10-11-2014, 12:22 AM   #126
joshb86
Member
 
Join Date: Jun 2014
Drives: '13 FR-S
Location: Huntsville AL
Posts: 33
Thanks: 2
Thanked 2 Times in 2 Posts
Mentioned: 3 Post(s)
Tagged: 0 Thread(s)
Quote:
Originally Posted by stugray View Post
Awesome! But according to mig86, that was too much trouble so you must have done it wrong

How many lines of code?
And how come you didnt use the Arduino IDE (just curious)

80 lines of code and that's only because I put in a lot of extra checks for stability. You can hammer the switch back and forth trying to confuse it and it will know to ignore you.

I actually did use the Arduino IDE. I'm on a mac so it might look different if you're used to the Windows version.

I'll make a video and take more pics inside the car tomorrow when I have good light

OH and another reason I wanted to go the Arduino route is for tying in other things I planned on doing... like a boost gauge. Using a microprocessor correctly, I can do everything I want with a single unit. Fantastic.

I'm glad you mentioned the beetle. I would have probably just used another board but this project seemed like a perfect way to put this board to use. The size is wonderful.
joshb86 is offline   Reply With Quote
 
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
brake override DOES NOT diminish heel & toe 4agze Scion FR-S / Toyota 86 GT86 General Forum 31 09-17-2012 04:43 AM
Permanent Optimum opti-coat 2.0 ?? Ericfrs Cosmetic Maintenance (Wash, Wax, Detailing, Body Repairs) 4 09-04-2012 02:11 AM
LF: rear fog switch picture Silverdub Scion FR-S / Toyota 86 GT86 General Forum 6 06-28-2012 08:34 AM
Anyone going to switch badges? DougieFresh Scion FR-S / Toyota 86 GT86 General Forum 60 09-28-2011 02:56 AM
Brake override system in the FT-86? mrKiKaZ Scion FR-S / Toyota 86 GT86 General Forum 10 02-22-2010 11:33 AM


All times are GMT -4. The time now is 10:34 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
User Alert System provided by Advanced User Tagging v3.3.0 (Lite) - vBulletin Mods & Addons Copyright © 2024 DragonByte Technologies Ltd.

Garage vBulletin Plugins by Drive Thru Online, Inc.