amckee / Maxine

Main script to run the Pi for my vehicle.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quickstart:

  • apt install portaudio19-dev libbluetooth-dev
  • pip3 install pyaudio obd pybluez
  • python3 /path/to/Maxine.py
  • sudo ln -s /path/to/Maxine/etc/logrotate /etc/logrotate.d/maxine

This is a project designed to handle all the things I would like to add to the Raspberry Pi in my vehicle.

It will include OBD inputs to generate sound in real time, custom security, sound fx for various events, theme music for events, smart ass backseat driver comments for GPS, and so much more.

Using https://github.com/brendan-w/python-OBD.git for the OBD backend, 'cause it rocks (async data polling ftw).

Currently there isn't much. This is really just to tie in my dev area on the Pi itself to the corresponding git repo. Working:

  • Fan controlled based on CPU temperature to reduce power usage
  • Auto scan, find and connect to OBD bluetooth device
  • OBD data pulling, with output to file for external tool usage

TODO:

Stay tuned! Or don't, I don't care. This is for me.

Licensing: I haven't picked one yet, so for now it's a generic 'Do what you want, but do not blame me. I told you not to.'

About

Main script to run the Pi for my vehicle.

License:Other


Languages

Language:Python 98.6%Language:Shell 1.4%