Skip to content

A digital dash for reading live data via OBD-II on my 2002 Saturn SC2 DOHC

Notifications You must be signed in to change notification settings

ellerman4/saturn-digital-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Saturn Digital Dash

A digital dash built with Eel.


Made with

Eel for GUI design

Tailwind CSS for for styling

Jinja2 for HTML templating

python-OBD for reading data via OBD-II

Todo

Live readouts for:

  • Fuel Pressure
  • MPH, RPM, Fuel
  • Shift indicator
  • Engine Coolant Temperature
  • Battery voltage
  • Check engine light

Other:

  • Add simple sqlite DB for maintenance logs
  • CRUD functionality from UI
  • Miles since last oil change

Usage

Note: This project is a WIP and should not be used in any vehicle as a main dash

$ git clone https://github.com/ellerman4/saturn-digital-dash

Pip install Eel (with jinja2 support) and python-OBD

...\> pip install eel[jinja2]

...\> pip install obd

Run main dash.py script

...\> python dash.py

For building a distributable binary with PyInstaller, read more here.


alt_text

About

A digital dash for reading live data via OBD-II on my 2002 Saturn SC2 DOHC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published