This section gets you started with installing the software.
A full tutorial on how to install the Operating System is available at: https://www.raspberrypi.org/documentation/installation/noobs.md
- Boot the Raspberry Pi with the empty SD card.
- You will be given a choice of operating systems to install. You will also be asked for your WiFi network and password.
- Choose the WiFi network that will be used when the project is completed.
- Choose "Raspbian" as the operating system.
- When it is finished, login with the username:pi password:raspberry
For "Buster" versions, there is an issue with a key piece of communication software used for WS2801 based maps.
Please note that this issue DOES NOT exist for Ubuntu 20.10 For Arm. If you are using Ubunutu, then you will not need to perform these steps. You also do not need to perform these steps if you are using WS281x based lights.
From a terminal prompt on the Pi, please execute the following commands:
- pip3 install spidev==3.4 --force-reinstall
- sudo apt install nodejs
- sudo apt install npm
From the command line, after logging in:
cd ~
git clone https://github.com/JohnMarzulli/categorical-sectional.git
This will install this software onto the Raspberry Pi.
From a terminal on the Raspberry Pi
sudo apt install rng-tools
sudo apt install haveged
cd ~/categorical-sectional
sudo python3 setup.py develop
Run 'raspi-config' and enable the SPI bus under Advanced
sudo raspi-config