Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sandeepmistry/arduino-OBD2
An Arduino library for reading OBD-II data from your car over CAN bus
https://github.com/sandeepmistry/arduino-OBD2
Last synced: 27 days ago
JSON representation
An Arduino library for reading OBD-II data from your car over CAN bus
- Host: GitHub
- URL: https://github.com/sandeepmistry/arduino-OBD2
- Owner: sandeepmistry
- License: mit
- Created: 2018-08-11T19:51:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-29T22:47:13.000Z (almost 2 years ago)
- Last Synced: 2024-11-09T20:44:13.543Z (about 1 month ago)
- Language: C++
- Homepage:
- Size: 19.5 KB
- Stars: 456
- Watchers: 37
- Forks: 103
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-canbus - arduino-OBD2 - Arduino library for reading OBD-II data from your car over CAN bus. (Hardware / Arduino)
README
# Arduino OBD2
[![Build Status](https://travis-ci.org/sandeepmistry/arduino-OBD2.svg?branch=master)](https://travis-ci.org/sandeepmistry/arduino-OBD2)
An Arduino library for reading OBD-II data from your car over CAN bus. Depends on the [CAN](https://github.com/sandeepmistry/arduino-CAN) library.
## Compatible Hardware
Please see the [CAN library's compatible hardware](https://github.com/sandeepmistry/arduino-CAN#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
```sh
cd ~/Documents/Arduino/libraries/
git clone https://github.com/sandeepmistry/arduino-OBD2 OBD2
```## API
See [API.md](API.md).
## Examples
See [examples](examples) folder.
## License
This library is [licensed](LICENSE) under the [MIT Licence](http://en.wikipedia.org/wiki/MIT_License).