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

Latha picture Latha · Mar 3, 2016 · Viewed 15.6k times · Source

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.

Answer

Jon picture Jon · Mar 3, 2016

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.