Skip to content

simonernst/Car-logger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Car-logger

Description

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.

Installation

python3 -m pip install obd
python3 -m pip install matplotlib
python3 -m pip install statistics

If you can't connect to the OBD, you must add dialout to your user :

sudo adduser $USER dialout

Running the logger

python3 car_logger.py

Running the parser

python3 log_reader.py

Example output

plot

TO DO

  • Add args for log_file location
  • Add tutorial for runnning script at boot time
  • Add fancy images
  • Add hardware setup for logging

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages