Peter Pinter
Peter Pinter
Hi, To get the displayed value, you can substract 0x3F from the value: 011 0110B - 0X3F = -9 011 0111B - 0x3F = -8 011 1000B - 0x3F =...
It would be nice to have support for changing some of the parameters which are only accessible from the diagnostic interface. Currently that requires a car with a AEE2004 BSI...
MENU --> Trip computer --> Enter distance to destination --> "set distance" press "OK" The distance should be displayed at the goal mark. It should count back from the entered...
Not really an issue but a suggestion. It would be awesome to have more than 8 places for the data bytes. I know it was mainly written with CAN bus...
When there are more than 8 data bytes columns are added automatically to the tables.
The CAN configuration is passed as an argument to the constructor. The examples are only changed at that line but github somehow fails to detect it (maybe because of the...
**You shouldn't use this library** as it was written in the early days when the ESP-IDF was different. Since then the Arduino core for ESP32 has a very good AND...
I was the one who was asking on discord on how to bitbang a 125 kbit/sec bus. As I mentioned one byte is transferred as 10 bits because after the...