Skip to content

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

License

Notifications You must be signed in to change notification settings

raymondchen-byte/arduino-OBD2

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arduino OBD2

Build Status

An Arduino library for reading OBD-II data from your car over CAN bus. Depends on the CAN library.

Compatible Hardware

Please see the CAN library's compatible hardware.

Installation

Using the Arduino IDE Library Manager

  1. Choose Sketch -> Include Library -> Manage Libraries...
  2. Type OBD2 into the search box.
  3. Click the row to select the library.
  4. Click the Install button to install the library.

Using Git

cd ~/Documents/Arduino/libraries/
git clone https://github.com/sandeepmistry/arduino-OBD2 OBD2

API

See API.md.

Examples

See examples folder.

License

This library is licensed under the MIT Licence.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 100.0%