ELMduino icon indicating copy to clipboard operation
ELMduino copied to clipboard

Arduino OBD-II Bluetooth Scanner Interface Library for Car Hacking Projects

Results 37 ELMduino issues
Sort by recently updated
recently updated
newest added

Thank you so much for such an impressive creation and for sharing it with everyone. That's the first thing, my question and sorry if it's too silly (I'm new to...

question

Hey there, so I got an OLED-Display connected and I'm using an HC-05. With a single query everything is working fine, but as soon as I implement a switch statement,...

question

Hello, I really like your project, it's really nice. One feature that I feel it's need it's the ability to send multiple requests in one request. More info about this...

enhancement

**Describe the bug** To be clear, this is a bug report on the OBD2 hardware, I believe the PowerBroker library likely deals with a real ELM327 chip correctly. Many people...

Hi maintainers. This is just a short information about my previous wifi obd dongle problems. Hope this help someone out, for further debugging and tests. The root cause is not...

Hello all, I am strugling for a while to read correctly the response recived by the car using ISO_15765_11_BIT_500_KBAUD. Previously I was using ISO_9141_5_BAUD_INIT on another car and everythink was...

question

Hi, Great work so far...I have and esp32 using your latest updated library, it connects to the ELM327 but takes about 14 seconds. And it blocks any other code from...

question

In serial bluetooth the code was used like this: ``` BluetoothSerial SerialBT; #define ELM_PORT SerialBT #define DEBUG_PORT Serial ``` But with BLE, how can I set the ELM_PORT?

question

Hey everyone, I am creating this issue since I have been having problems trying to get data from ELM327 v2.1 with an ESP32. I am able to connect to the...

question