-
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 running. If no Bluetooth is availabl…
-
I have a problem with reading PIDs. When requesting data through directly from the ELM device through Terminal i get a correct response, also ELM is working fine with the Android app. With intakeCoola…
-
### Board
ESP32
### Device Description
So, there's this [Code](https://github.com/espressif/arduino-esp32/blob/master/libraries/BluetoothSerial/examples/SerialToSerialBTM/SerialToSerialBTM.ino)
wh…
-
Hello.
Please I need help. This is the code that I uploaded to my arduino Nano.
```c++
#include
#include "ELMduino.h"
#include
#define NUM_LEDS 60
#define DATA_PIN 4
CRGB leds[NUM_LEDS];…
-
Hey PowerBroker,
First off, it's an amazing feat of a project you've taken on making interfacing with a vehicles OBD easier for the noobs like myself.
Onto the issue. So I acquired one of those …
-
Hello, I am trying to read the data of a vehicle from the ELMduino library, on an lcd1602 screen, but I am having two problems:
It only reads me one data at a time, that is, I have two data availab…
-
Hello, I am compiling a code that I used in an ESP32 Dev, to an ESP32 C3, but it does not allow me to compile, it shows me the following error, and I think it has to do with bluetooth:
Code:
```…
-
Good evening, @PowerBroker2! Congratulations on the amazing job you did here!!!
I'm trying to use the library but I'm facing some problems. First, let me give you a hint of my hardware setup:
20…
-
Hello,
I have 3 elm327 modules with the same issue. I'm guessing i'm doing something wrong and I need your help to find out what. My code is compiling correctly.
Two of the modules I have bought r…
-
I've installed this from source code by `make clean && make install` because there were some issues while using `brew`.
After installation I tried to scan but nothing happens (actions never end):
…