UNIT01:
SPEEDOMETER AND VOICEBOX
DOWNLOADS
TODO:
- make a new frame to show all aldl informations
- make connection to aldl adapter
- make connection to aldl adapter
INSTALLATION:
Testing for Windows without any Hardware:
just install Python 3.10: www.python.org/
Installation on RaspberryPI:
Used Hardware: Raspberry Pi4 8GB RAM, 64gb SD 1x7" Touch, 1x5"LCD
Download and install Raspbean 64-bit:
raspberrypi.org
Install it to SD - if you don´t know how, there are many instructions and videos in the web.
After your PI is running enable SSH, VNC, and I2C
Install Touchscreen configuration tool:
"sudo apt-get install xinput-calibrator"
Install PSUtils:
pip3 install --ignore-installed psutil
Install VLC PYTHON:
sudo pip3 install python-vlc
Install PYGAME (AUDIO):
sudo apt-get install python3-pygame
And finaly install my software:
Create a folder in home/pi/ named "000_SYS" and copy everything from the downloaded .zip file into it.
Next install the fonts:
sudo cp -r ~/000_SYS/FONTS /usr/share/fonts/truetype/
now you should be ready to run the programm, test it while opening PY.py with Thonny and run it. If it runs perfect.
Now you can prepare the next files from "autorun.zip" to "home/pi/.configuration/autostart" (create folder if it not exists) make all files in this folder run and writable "755"
also the file "PY.py" in the main programm folder.
Now it should autorun when you start the PI.
just install Python 3.10: www.python.org/
Installation on RaspberryPI:
Used Hardware: Raspberry Pi4 8GB RAM, 64gb SD 1x7" Touch, 1x5"LCD
Download and install Raspbean 64-bit:
raspberrypi.org
Install it to SD - if you don´t know how, there are many instructions and videos in the web.
After your PI is running enable SSH, VNC, and I2C
Install Touchscreen configuration tool:
"sudo apt-get install xinput-calibrator"
Install PSUtils:
pip3 install --ignore-installed psutil
Install VLC PYTHON:
sudo pip3 install python-vlc
Install PYGAME (AUDIO):
sudo apt-get install python3-pygame
And finaly install my software:
Create a folder in home/pi/ named "000_SYS" and copy everything from the downloaded .zip file into it.
Next install the fonts:
sudo cp -r ~/000_SYS/FONTS /usr/share/fonts/truetype/
now you should be ready to run the programm, test it while opening PY.py with Thonny and run it. If it runs perfect.
Now you can prepare the next files from "autorun.zip" to "home/pi/.configuration/autostart" (create folder if it not exists) make all files in this folder run and writable "755"
also the file "PY.py" in the main programm folder.
Now it should autorun when you start the PI.
CHANGELOG:
V1.1.5
preparing sync with other Units
V1.1.2
changing backgrounds of setup and season 5
V1.1.1
added Season 01 and 02 theme
new DATA.ini
new button to change mph and kph
preparing sync with other Units
V1.1.2
changing backgrounds of setup and season 5
V1.1.1
added Season 01 and 02 theme
new DATA.ini
new button to change mph and kph