This project aims to make your cheap car sound like a Ferrari. How?
Pretty simple to be honest: you will need just
- a raspberry pi (or a laptop)
- connect the AUX of the raspberry pi to the car radio
- plug an OBDII dongle in your car (like this http://www.obdlink.com/sxusb/)
- run the main application of this project.
- Raise the volume and cover your ears baby.
The main idea is to generate the sound of a sporty car based on the RPM your the car.
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
git clone https://github.com/r00ta/python-OBD_multi.git
cd python-OBD_multi
git checkout multi-command
python setup.py install