View Single Post
Old 04-21-2014, 11:46 PM   #3 (permalink)
P-hack
Master EcoModder
 
P-hack's Avatar
 
Join Date: Oct 2012
Location: USA
Posts: 1,408

awesomer - '04 Toyota prius
Thanks: 102
Thanked 252 Times in 204 Posts
It wasn't me, but I can imagine how it was done.

Hook up a bunch of sensors to an arduino, throttle, injector pulse, rpm, speed sensor, map sensor, maf, temp, etc.

Hook up a $5 bluethooth to uart adapter on the arduino

Emulate an obd protocol on the arduino (look at how elm does it maybe), basically wait for commands (pids) on the rx port via bluetooth, and give responses via the tx port, each pid can be a single reading or whatever combination of sensors morphed into a number makes sense.

pair your android with the bluetooth, install torque, and add any custom pids to torque that you need.

add gauges to your torque screen for those pids (which represent readings from the arduino)
  Reply With Quote