Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to implement an app using OBD2 (ELM327) like Torque in android?

I am very new to obd2 and elm327. I need to develop an application to get car info using obd2(bluetooth) and elm327. Please any one can help. Thanks in Advance.

like image 833
Latha Avatar asked Mar 03 '16 05:03

Latha


People also ask

What app is used for ELM327?

Obd Arny is a straightforward OBD2 app that works with any ELM327 adapter, and can get you up to speed on your vehicles DTC's in no time. The app is easy to use and very clearly labeled, and it allows you to access live data from your vehicle, as well access charts with diagnostic data.


1 Answers

Welcome to Stackoverflow! Your question is a little bit broad. As I maintain a bluetooth OBD Android application, I'll give you some directions.

Start with the Bluetooth Chat sample application to learn the basics of communicating with a bluetooth serial device. Then study the ELM327 Programmers Guide to learn the specifics of the protocol. Checkout existing projects for ideas.

like image 171
Jon Avatar answered Oct 15 '22 15:10

Jon