Python project using OBD library to log all data from a vehicle sensors through the OBD II port. These data can be further analyzed and be nicely output to a png file.
python3 -m pip install obd
python3 -m pip install matplotlib
python3 -m pip install statisticsIf you can't connect to the OBD, you must add dialout to your user :
sudo adduser $USER dialoutpython3 car_logger.pypython3 log_reader.py- Add args for log_file location
- Add tutorial for runnning script at boot time
- Add fancy images
- Add hardware setup for logging
