(Requires RetroPie, please see instructions to install RetroPie at https://retropie.org.uk)
- Configure keyboard or controller if not already done
- up, down, left, right, start, select, a, and b are enough for now
- Connect your raspberry pi to the network if using wireless, use RetroPies built in wifi setup tool
- In RetroPie settings, choose “SHOW IP” and make a note of the IP address given to your Pi.
- Press F4 on the keyboard to exit to the terminal or connect to your raspberry pi via SSH
ssh pi@<your raspberry pis IP address>
password: raspberry
- Download and extract Pi Control archive
sudo apt-get update
wget https://github.com/BelardoA/picontrol/raw/master/picontrol.tgz
tar -xzf picontrol.tgz
- Run installer
cd picontrol
sudo sh ./setup.sh
- When prompted to reboot type “y” and hit enter.
- After reboot, you may now access Pi Control web app from any browser connected to same local network by typing in the IP address of the Pi.
- Example: 192.168.1.25
- Default Username: picontrol
- Default Password: password
(The NFC reader has set of switches that must be configured for SPI communication)
- Connect to your raspberry pi via SSH or boot up your raspberry pi and press F4 on the keyboard to exit to the terminal
ssh pi@<your raspberry pis IP address>
password: raspberry
- Run uninstaller
cd picontrol
sudo sh ./uninstall.sh
- Follow the prompts
- Once the raspberry pi shuts down, you may remove the Pi Control hardware and restore your raspberry pi to its original state
- Power on your raspberry pi by reconnecting the power cable