OBD2_HACK
OBD2_HACK copied to clipboard
Use ELM327 bluetooth device to evaluate all packages sent through CAN on OBD2 interface.
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