Skip to content

BelardoA/picontrol

 
 

Repository files navigation

Pi Control


Pi Control Install

(Requires RetroPie, please see instructions to install RetroPie at https://retropie.org.uk)

Warning!!! Installing the Pi Control Board on the incorrect pins on the Pi can damage your Pi!

  1. Configure keyboard or controller if not already done
  • up, down, left, right, start, select, a, and b are enough for now
  1. Connect your raspberry pi to the network if using wireless, use RetroPies built in wifi setup tool
  2. In RetroPie settings, choose “SHOW IP” and make a note of the IP address given to your Pi.
  3. 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
  1. Download and extract Pi Control archive
sudo apt-get update
wget https://github.com/BelardoA/picontrol/raw/master/picontrol.tgz
tar -xzf picontrol.tgz
  1. Run installer
cd picontrol
sudo sh ./setup.sh
  1. When prompted to reboot type “y” and hit enter.
  2. 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)

Pi Control Uninstall

  1. 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
  1. Run uninstaller
cd picontrol
sudo sh ./uninstall.sh
  1. Follow the prompts
  2. Once the raspberry pi shuts down, you may remove the Pi Control hardware and restore your raspberry pi to its original state
  3. Power on your raspberry pi by reconnecting the power cable

About

Pi Control

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 44.9%
  • JavaScript 42.7%
  • Python 8.1%
  • HTML 3.7%
  • Shell 0.6%