Click here to Skip to main content
15,891,513 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am trying to write an App in order to read data from an OBDII port via bluetooth. Now that I have recieved my ELM327 bluetooth dongle I am trying to simply connect using the example BluetoothChat application from the developers webpage. I plan on using this as a template for my connection code. I cannot connect using this application, but I can with the ELM327 app as well as Torque. Does anyone have any suggestions or experience with connecting to the ELM327?
Posted

Hi! I'm working on a project similar to the one you described and I have to connect to via Bluetooth ELM327. You had some success with that?
 
Share this answer
 
Comments
MrEng 14-Aug-12 13:43pm    
Yes I have, I will upload the link to my solution in a day or so!
ahmedhmf35 4-Sep-12 13:09pm    
I have the same project also any one was successful with that I really need it
ahmedhmf35 4-Sep-12 13:09pm    
sorry not successful
fabio.olp 28-Sep-12 3:07am    
Hi MrEng! Do you posted the update? where?
Thanks!!
I was working with same project and completed successfully, but I spend a lots of time for exploring thing related to OBD-2 connectivity with Head Unit and Mobile as well. That's why I made a library with sample for the same that t reads standard PIDs from OBD-2, like speed, rpm, maf, manifold intake pressure, manifold intake temperature etc, and based on these values we calculate following parameter as well.

Distance Traveled
Idle Time
Driving Time
Max Speed in one Trip
Max RPM
Idling Fuel Consumtion
Driving Fuel Consumtion
Instant Fuel Consumtion
Rapid Acceleration Times (How many times speed increases very fast)
Rapid Declaration Times (How many time emergency brake is used)

you can refer below library with sample app:
https://github.com/md-sohrab-alam/android-obd-reader
 
Share this answer
 
v2
ELM327 is a standard OBD-II tool, you may properly need some modifications work
 
Share this answer
 
Comments
David Crow 8-Mar-18 20:21pm    
Why is this even remotely considered a solution? It solves nothing.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900