educampos28 / OBD2_HACK

Use ELM327 bluetooth device to evaluate all packages sent through CAN on OBD2 interface.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OBD2 HACK

This project aim to help to evaluate packages sent through a CAN in your car. This small script configure the device ELM327 into monitoring mode and display all packages sent through a CAN network in a format to easily assess them.

Written in Python, using PySerial.

DESIGN GOALS:

  • OBD2 tool to monitor and assess all packages
  • Use bluetooth ELM327
  • Flexible, modular design for easy extension and reuse

About

Use ELM327 bluetooth device to evaluate all packages sent through CAN on OBD2 interface.

License:MIT License


Languages

Language:Python 100.0%