Topic Sponsor
2009 - 2014 Ford F150 General discussion on 2009 - 2014 Ford F150 truck.
Sponsored by:
Sponsored by:

Suggestions/advice/input for a mod of mine

Thread Tools
 
Search this Thread
 
Old Dec 29, 2015 | 10:44 AM
  #11  
cmbezln's Avatar
OG
 
Joined: Aug 2008
Posts: 1,461
Likes: 245
Default

Originally Posted by vitafortis
I don't know much about that show, but I'll check it out.
Ben heckendorn, engineer and one of the pioneers of the console video game modding scenes. Really smart and entertaining guy, has a show called the ben heck show on youtube and various other sites.

He basically just does insane projects every episode.
Reply
Old Dec 29, 2015 | 10:47 AM
  #12  
vitafortis's Avatar
Thread Starter
Senior Member
 
Joined: Dec 2015
Posts: 175
Likes: 17
From: Ohio
Default

Originally Posted by cmbezln
How would you activate the lock/unlock feature, phone to pi?

That would definitely be an nice feature. I've always wanted to see someone smarter than myself implement some home-automation-esque features into their vehicle, and with something like the pi, there shouldn't really be anything off limits.

Hell, that geohot kid created a self driving car using simple electronics and linux in a day (may have even used a pi for it). I hope things like this start to gain traction.
Yes, I'd use an app on my phone that I will write to send the lock/unlock command to the Pi.

I really do like doing stuff like this, it's fun to do and really adds your own "touch". I just hope I can think of other stuff I can add. Maybe I can add a feature to where once it's within range of my home network, it starts offloading log data and the like. Maybe even record front camera feed and store it on my home server. Just things like that.
Reply
Old Dec 29, 2015 | 10:56 AM
  #13  
astrand1's Avatar
Senior Member
5 Year Member
 
Joined: Feb 2015
Posts: 345
Likes: 62
From: Michigan
Default

Once you pull the center stack where the radio is out you will see there is lots of dead space under the radio behind the hvac controls. There is also good space behind the panels right below the steering wheel so one could have a good amount of wiring zip tied under the wheel and then the electronics below the radio maybe. Just a thought.
Reply
Old Dec 29, 2015 | 11:44 AM
  #14  
vitafortis's Avatar
Thread Starter
Senior Member
 
Joined: Dec 2015
Posts: 175
Likes: 17
From: Ohio
Default

Originally Posted by astrand1
Once you pull the center stack where the radio is out you will see there is lots of dead space under the radio behind the hvac controls. There is also good space behind the panels right below the steering wheel so one could have a good amount of wiring zip tied under the wheel and then the electronics below the radio maybe. Just a thought.
That'd be a nice place to hide wire harnesses and everything, but I'm not sure if it's the best place considering how time consuming it'd be to add/modify/remove wires or the overall setup.
Reply
Old Dec 29, 2015 | 11:48 AM
  #15  
cmbezln's Avatar
OG
 
Joined: Aug 2008
Posts: 1,461
Likes: 245
Default

Originally Posted by vitafortis
Yes, I'd use an app on my phone that I will write to send the lock/unlock command to the Pi.

I really do like doing stuff like this, it's fun to do and really adds your own "touch". I just hope I can think of other stuff I can add. Maybe I can add a feature to where once it's within range of my home network, it starts offloading log data and the like. Maybe even record front camera feed and store it on my home server. Just things like that.
That bit about the offloading data would be super useful. I log my cars fairly often, but its always a pain to get said data onto something to read it. Would be great if you could have the Pi interface with something cheap and easy like the ELM327, have it log parameters (a la 'torque' for android) and then on wireless detection/connection, send over the logs via samba to a server.

Good thinking!
Reply
Old Dec 29, 2015 | 12:42 PM
  #16  
vitafortis's Avatar
Thread Starter
Senior Member
 
Joined: Dec 2015
Posts: 175
Likes: 17
From: Ohio
Default

Originally Posted by cmbezln
That bit about the offloading data would be super useful. I log my cars fairly often, but its always a pain to get said data onto something to read it. Would be great if you could have the Pi interface with something cheap and easy like the ELM327, have it log parameters (a la 'torque' for android) and then on wireless detection/connection, send over the logs via samba to a server.

Good thinking!
I'll have to get an OBD II BT module to try it with, but that should be doable.

Do you know if it's possible to have two things plugged in to the OBDII and "stacking" them? I have a device I use for insurance cost cutting purposes, but only because I'm cheap that way.

Ignore the above, I found splitters.

I will go ahead and order the ScanTool MX to start developing software that can offload everything to a network once it's within range. The problem, however, is time. If you have a battery for the Pi and it charges only while the vehicle is on, you can turn the vehicle off. However, if you're planning on running power only while the vehicle is on, then you run into the issue where you'll need to have the truck/car running until you know when the thing is turned off. If enough people are interested, I can get started programming an android app as well as the rasp pi software. I can't guarantee it'll work with everything, but I'm hoping that a Pi running windows IoT and a BT sensor can connect to the Scantool MX.

Last edited by vitafortis; Dec 29, 2015 at 01:02 PM.
Reply
Old Dec 29, 2015 | 01:01 PM
  #17  
cmbezln's Avatar
OG
 
Joined: Aug 2008
Posts: 1,461
Likes: 245
Default

Originally Posted by vitafortis
I'll have to get an OBD II BT module to try it with, but that should be doable.

Do you know if it's possible to have two things plugged in to the OBDII and "stacking" them? I have a device I use for insurance cost cutting purposes, but only because I'm cheap that way.
Should be able to use something like this:
Amazon.com: Docooler 16Pin OBD2 Splitter Extension Cable Male to Dual Female Y Cable 30cm: Automotive Amazon.com: Docooler 16Pin OBD2 Splitter Extension Cable Male to Dual Female Y Cable 30cm: Automotive

Not sure about running them simultaneously, though. Looking at the reviews, someone tried doing exactly what you described and it appears that only one device can function at a time.


If you still wanted to do it just for the sake of doing it, I bought an ELM327 off amazon for 5 dollars and it works great.

Also, as an aside, looking more into the GPIO of the Pi...it looks like that 3.3v gpio is going to be a huge limitation (as you im sure are aware) since it seems like any relay you're going to find/use is going to not work and/or damage the pi. Think that's going to be a big hurdle in using the pi itself for switching.
Reply
Old Dec 29, 2015 | 01:04 PM
  #18  
cmbezln's Avatar
OG
 
Joined: Aug 2008
Posts: 1,461
Likes: 245
Default

an arduino with a proper resistor and transistor should be able to work with a 5v relay/12v LED, no?

Last edited by cmbezln; Dec 29, 2015 at 01:07 PM.
Reply
Old Dec 29, 2015 | 01:08 PM
  #19  
cmbezln's Avatar
OG
 
Joined: Aug 2008
Posts: 1,461
Likes: 245
Default

did you see this?

http://www.susa.net/wordpress/2012/0...ay-using-gpio/
Reply
Old Dec 29, 2015 | 01:10 PM
  #20  
vitafortis's Avatar
Thread Starter
Senior Member
 
Joined: Dec 2015
Posts: 175
Likes: 17
From: Ohio
Default

Originally Posted by cmbezln
Should be able to use something like this:
Amazon.com: Docooler 16Pin OBD2 Splitter Extension Cable Male to Dual Female Y Cable 30cm: Automotive

Not sure about running them simultaneously, though. Looking at the reviews, someone tried doing exactly what you described and it appears that only one device can function at a time.


If you still wanted to do it just for the sake of doing it, I bought an ELM327 off amazon for 5 dollars and it works great.

Also, as an aside, looking more into the GPIO of the Pi...it looks like that 3.3v gpio is going to be a huge limitation (as you im sure are aware) since it seems like any relay you're going to find/use is going to not work and/or damage the pi. Think that's going to be a big hurdle in using the pi itself for switching.
I went ahead and order a Scantool OBDLink MX:
Amazon.com: ScanTool 426101 OBDLink MX Bluetooth: OBD Adapter/Diagnostic Scanner for Android & Windows: Automotive Amazon.com: ScanTool 426101 OBDLink MX Bluetooth: OBD Adapter/Diagnostic Scanner for Android & Windows: Automotive

I found splitters, but I'm not sure how accurate the "only one working at a time" is. I'm really hoping I can have both running, as one tells my Insurance company, whereas the other tells me.

As far as the Pi goes, I'm aware that it's an issue running the 3.3V into a relay. I may go ahead and just plan on using an UNO. The problem now is, I need lights to test it out. I was waiting for Christmas to be over so I could know what all I needed to buy, and there's a long list. Light bar for the front, reverse lights, and even my backup camera. What I do have, however, is interior lighting I can try wiring everything with. I'll setup a pi & arduino hookup, with BT access, and then see if I can get all that working.
Reply



All times are GMT -4. The time now is 09:30 PM.