Skip to content

This is a web app which allows you to get information from your car and display on live dials.

Notifications You must be signed in to change notification settings

sk-t3ch/digital-dials

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Dials

What is it

This is a web app which allows you to get information from your car and display on live dials. This is soon to be covered in an episode of T3chFlicks.

alt text

Installation

  1. Clone this repo
  2. Install pipenv
  3. Install requirements pipenv install
  4. Enter your virtual environment pipenv shell
  5. Start app export FLASK_APP=app.py; flask run;
  6. Plug your OBD-II device into your car and machine.
  7. Open your browser at http://127.0.0.1:5000/
  8. Click start and after about 8 seconds the values should start streaming in.

Tech Used

  • ELM-327 (device)
  • pyOBD
  • flask-socketIO
  • CanvasGauges

About

This is a web app which allows you to get information from your car and display on live dials.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published