-
Port to the ESP32, primerially targeting the NodeMCU ESP-32S.
-
Don't know what I'm missing right now. After modifying source code to use `card1`, downgrading my local flutter to 1.9.1 I still can't see the demo app.
It seems that app is running, `flutter-pi` d…
-
Hi, currently I can't connect to CANSee anymore. CanZE doesn't allow to change to Bob Due. The device type is greyed out. When the connection between android and CANSee is established (blue light t…
-
When connecting an ELM327 OBDII interface, a UnicodeDecodeError occurs in obd\elm327.py, line 465, in __read
`string = buffer.decode()`
This is **fixed** by changing line 465 in obd\elm327.py to:
…
-
Nice library but it doesn't work on a SN65HVD230 Transceiver (which are now very common).
Using your simple EngineRPM demo; it hangs at CAN.endPacket() (the standard can library in esp-idf does wor…
-
Hello,
After scanning and searching for ECUs, I got 4 green ones that I can read and write properly.
I got other 4 ECUs that are red and one of them I'm pretty sure is correct for my Clio IV, EMM_…
-
Hello
Is there anyway to handle a bot command with regex? I mean something like /delete_123 or /delete_([0-9]+).
I need a work around for this.
Thanks.
ghost updated
6 years ago
-
### Summary
This is more a question than an issue. Im trying to communicate with an Bluetooth OBD Adapter.
Im following this guide: https://blog.lemberg.co.uk/how-guide-obdii-reader-app-development…
-
Hello,
This is a really good library for OBDII, I would like to use it linked with Unity. Unfortunately, Unity is not compatible with C#7 but only C#6, and your code use some C#7 features.
I'm j…
-
Hi. Thank you for making this project!!
I put and Arduino Pro Mini + a cheap MCP2515 together. The first issue I had was because I wired CAN_H and CAN_L exchanged -- I verified with oscilloscope an…