arduino-OBD2 icon indicating copy to clipboard operation
arduino-OBD2 copied to clipboard

An Arduino library for reading OBD-II data from your car over CAN bus

Results 15 arduino-OBD2 issues
Sort by recently updated
recently updated
newest added

created a public copy of pidRead function declared as pidReadCustom to send custo frames created readDTC function to read trouble codes

I changed this a several other instances of the use of PA[] to ZPA[] which avoids collision with AVR128 Board Manager libraries. Please use larger variable names in the future...

this lib is not working with all car so we have to modify the can ID to send the CAN obd request correctrlly

I'm trying to use this library with an MCP2515 and an ESP32. Code compiles properly but when calling to `OBD2.begin();` the process stucks and I don't get any response. Does...

in VSCODE there's this error of the code lacking a setup() and loop() function . are they supposed to be missing or what am misssing ?