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

2

12

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.

Materiality answered 3/3, 2016 at 5:38 Comment(2)
Refer android-obd-reader sample app: stackoverflow.com/a/48706779Knp
Hi @Latha, have you got solution ?Brietta
A
12

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.

Amyl answered 3/3, 2016 at 13:32 Comment(3)
existing projects , which contains swings and awt , but those are not supported by android? is that a good example for beginner ?Materiality
This is a fair criticism. Here's some more projects to look through on github I've included projects that mention the ST1110 as it is a much better chip that is compatible with the ELM327 command set. But still, I'd really encourage you to learn and fully understand the bluetooth chat app, as a beginner to android you'll need to learn to implement services for things like bluetooth communication.Amyl
Thank you for your encouragement. i understood blue tooth chat app functionality like scanning for devices , how it connecting and hoe it retrieving and sending messages in it, but now i need help to understand how to work with obd elm327 in android .Materiality
L
4

I want to suggest android-obd-reader (Android OBD-II Reader application that uses pure OBD-II PID's Java API.) example which helps you to get more idea about developing app using OBD-II.

See OBD-II Java API which also help you.

Lindstrom answered 29/4, 2016 at 13:25 Comment(2)
The project is deprecated and does not work anymore. It was also archived on github.Swale
this project is deprecated. May I know , Any possibility to read the from OBD2 simulator in android application through Bluetooth ?Brietta

© 2022 - 2024 — McMap. All rights reserved.