Table of Contents maxLevel 3
The Dashboard is commonly setup with a large screen, providing members with a way to see what’s going on – without having to look at the BART Team app on their individual devices.
...
To run the Dashboard at your local headquarters, you'll need a computer with a current web browser installed - we recommend Google Chrome or you can use our Android Smart TV app.
One cost effective solution that we recommend, is using a Raspberry Pi unit alongside a wall-mounted television screen. The Raspberry Pi is a credit card sized computer that has ports for USB devices like a keyboard and mouse, Ethernet and HDMI ports for network access and displays, and other peripheral connection.
...
Info |
---|
Recommended Model: We recommend the 'Raspberry Pi 4 Model B' with 2GB of RAM |
Micro SD
We currently offer a free MicroSD card for those who want to use a Raspberry Pi to run the Dashboard. It’s only available to those who have a dedicated Dashboard license registered, as we pre-configure the SD card with your Dashboard membership details.
To request your free microSD card with the BART Dashboard pre-loaded, please fill out the form here.
...
Please also make sure you supply us with the name of the person receiving the SD card, and a postage address to where we can send your pre-loaded card.
Info |
---|
If you have experience in RaspberryPi’s and would prefer to load the image onto your own SD card, you can download it for your timezone below: |
...
Connect your Raspberry Pi to WiFi
...
5. Once booted into the dashboard press 'Ctrl Alt and F1 F2' together to get to the console.
...
6. Hit Enter, then power cycle your raspberry pi
...
Steps to Change BART Dashboard URL in Raspberry Pi
1. Control + Alt +
...
F2 to enter command line
2. Enter default pi login details:
Username: pi
Password: raspberry
3. Run command: echo https://bartapp.net/webapp/dashboard > /boot/fullpagedashboard.txt
4. Run command: echo https://bartapp.net/webapp/dashboard > /boot/fullpageos.txt
5. Reboot Raspberry Pi by issuing reboot command: sudo reboot now