A Flask and SQLite powered dashboard to help teams and passers by FRC Information
VikingDash Dashboard, which should be run in Kiosk mode with a Raspberry Pi or simmilar The interactive dashboard which can be controlled through a ethernet connection
You can check for a official Kiosk guide here
Flash your pi with a hostname of vikingdash.local
, enable ssh with a password of your choosing and a wifi network if provided.
SSH into your pi using Ethernet or Wifi ([email protected]
) and use the following commands.
sudo apt update
sudo apt full-upgrade
Then, reboot the pi using sudo reboot
Go into your configuration menu using sudo raspi-config
, select System Options (1) > Boot Auto Login (5) > Desktop Autologin (4) > Automatically login as pi user
.
sudo apt install git
git clone https://github.com/FRC6854/VikingDash
cd VikingDash
This process requires internet
sudo chmod 755 install.sh
sudo ./start.sh
Your kiosk should be online, if it does not work immediatly reset your pi.