An Arduino library for reading OBD-II data from your car over CAN bus. Depends on the CAN library.
Please see the CAN library's compatible hardware.
- Choose
Sketch
->Include Library
->Manage Libraries...
- Type
OBD2
into the search box. - Click the row to select the library.
- Click the
Install
button to install the library.
cd ~/Documents/Arduino/libraries/
git clone https://github.com/sandeepmistry/arduino-OBD2 OBD2
See API.md.
See examples folder.
This library is licensed under the MIT Licence.