Giter Club home page Giter Club logo

obd-ii_uart's Introduction

OBD-II UART

OBD-II UART (WIG-09555) SparkFun Car Diagnostics Kit (RTL-10769)

A board that provides a serial interface using the ELM327 command set with a vehicle's OBD-II bus, and supports all major OBD-II standards.

Repository Contents

  • /Firmware - Example Arduino sketch
  • /Hardware - All Eagle design files (.brd, .sch)
  • /Software - Information about desktop program to use with this board.

Documentation

Product Versions

  • WIG-09555 - OBD-II UART board
  • RTL-10769 - Car Diagnostics Kit Retail, with OBD-II UART and OBD to DB9 cable.

License Information

The hardware is released under Creative Commons Share-alike 3.0.
All other code is open source so please feel free to do anything you want with it; you buy me a beer if you use this and we meet someday (Beerware license).

obd-ii_uart's People

Contributors

bboyho avatar robert-hunke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

obd-ii_uart's Issues

not working with SAE 1939

I don't know if this product gets activelly supported, I have been using this product with cars and truck, works just fine, but can not read from a SAE - 1939 truck.

Directly communicate with can bus?

The schematic says it uses the mcp2551 for can bus. Is there a way I can directly communicate with the can-bus without having to go through obd2 interface?

`Serial.flush()` Outdated

Several customer have reported that the Serial.flush() function no longer clears the input and output buffers; it only clears the output buffer.

The firmware needs to be updated for this change:
https://github.com/sparkfun/OBD-II_UART/blob/master/Firmware/obdIIUartQuickstart.ino#L55
https://github.com/sparkfun/OBD-II_UART/blob/master/Firmware/obdIIUartQuickstart.ino#L60
https://github.com/sparkfun/OBD-II_UART/blob/master/Firmware/obdIIUartQuickstart.ino#L83

A common recomendation from the Arduino forum:

while(Serial.available() > 0) {
  char dump_buf = Serial.read();
}

arduino library for the Keyword Protocol 2000

Hi!

I made a library to make the comunication and the development of software for the ECU easier
Keyword Protocol 2000
I think that the original tutorial has been created by toni_k but i don't know his github name
You may consider to add this to the tutorial
I also made a python script that emulates an ECU and it is very useful for the development, somehow similar to the ECUsim 2000 you pubblish only limited to the iso14230 but free

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.