AndroidOBD icon indicating copy to clipboard operation
AndroidOBD copied to clipboard

Android library for reading OBD messages from ELM327 based devices

Results 9 AndroidOBD issues
Sort by recently updated
recently updated
newest added

- Simplify fillbuffer - cleanup lint warnings - make pidutils thread safe - hide init, update dependencies - use Kotlin 1.7

Hi, I would first like to thank you for this very useful library. I started using it with my simulated ECU: https://github.com/spoonieau/OBD2-ECU-Simulator but I was not getting out the right...

I have an OBD2 ELM 327 device. Please explain how to use this library in an android app?

hello im getting this error when trying to install the exemple . ![image](https://github.com/barnhill/AndroidOBD/assets/10924301/a5595d67-057a-4c6e-8a83-ba6525273906) org.gradle.api.plugins.ExtraPropertiesExtension$UnknownPropertyException: Cannot get property 'REMOTE_CACHE_URL' on extra properties extension as it does not exist 2023-08-08T14:24:37.224-0300 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter]...

Does this library support Mode 8 PID?

question

Hello, We just need one information regarding OBD2 (we have OBD2 device ELM25K80) when we connect our app from this device we get only engine specific code but we need...

My output: ``` 410C189F 2 ((A*256)+B)/4 07:13:43.740 D Engine RPM : 0.0 07:13:43.741 D 0.0 rpm ``` My code: ```kotlin for (i in 0..1000) { val pid = checkNotNull(PIDUtils.getPid(ObdModes.MODE_01, "0C"))...