-
I am doing a project for school that involves reading data from an ELM327 using a raspberry pi. I have never coded python before and have very limited knowledge of raspberry pi computers. I am using a…
-
I want to read PIDs over my ESP8266 WiFi Modul.
How can i implement your ELM Duino to read Pids over the wifi connection ?
When i enter 010C in my serial monitor iam get the right answer from the EL…
-
Now PAYLOAD_LEN is fixed to 40.
Some ECU have custom pids with custom reply.
For example mine reply with 36, 44 and 126 characters on ELM side.
-
Hi,
Thank you for ELMduino. I'm already using it in my car with custom PIDs (discussion already closed as testing went fine). Since I don't drive the car much lately and the condition I'm waiting for…
-
this is not properly a issue, is a clarification, is this library only compatible with ELM327 OBD-II adapters? the reason is that there are tons of clones which doesn't work properly and I was wonderi…
-
const char * const DISP_ID = "AT HI"; // General
ELM327 datasheet page 17
I
[ Identify yourself ]
Issuing this command causes the chip to identify
itself, by printing …
-
Trying to get codes on a car. I have a bluetooth and a Serial reader. This is what I get on the bluetooth generic ELM327:
```
2020-07-11 11:38:32.463 INFO AndrOBD AndrOBD V2.1.3 starting
2020-07-…
-
While running flutter-pi in an embedded-linux build, it gets stuck at
`
Clearing current context...
finished display setup!
Initializing Application...
Initializing Plugin Registry...
Initia…
-
Hello, I have a BobDue running (beside CANsee and Konwei). I use beta versions of CanZE.
Since a few weeks the devicetype seems to be hard coded.
BobDue is reported as ELM 327 and can not be change…
-
I saw this tutorial by Tinkernut on Youtube ([https://youtu.be/VCU81PfSlcI](url)) and used the code he posted on hackster.io. I initially got the "ATH1 did not return 'OK', or echoing is still ON" err…