Open
Description
Hi,
whenever I run a query, the car's OBD2 bus is somehow disrupted. The battery and service symbols light up on the car's onboard computer. The idle speed also fluctuates. It seems to me as if too many queries are being run in too short a time. I've read that you can only run a few queries per second, otherwise the OBD2 bus will be affected. I tried both the blocking and the non-blocking variant (example code) and also tested a delay in the loop with the same result.
Car:
Opel (Vauxhall) Corsa D
Hardware:
Esp32-S3
OBD2 WiFi Adapter (works fine with android App)
Since I haven't found a similar case involving the Elmduino library, I think the library's time management is well-regulated. Does anyone have an idea what else could be the cause?