No description
Find a file
2016-01-26 02:05:16 +00:00
tests Initial commit. 2016-01-16 07:54:52 +00:00
.gitignore Initial commit. 2016-01-16 07:54:52 +00:00
__init__.py Initial commit. 2016-01-16 07:54:52 +00:00
aio_dashboard.py Add Adafruit IO dashboard example. 2016-01-26 02:05:16 +00:00
auto_gauge.py Initial commit. 2016-01-16 07:54:52 +00:00
config.ini Update config.ini 2016-01-16 01:00:51 -08:00
config.py Initial commit. 2016-01-16 07:54:52 +00:00
demo.py Initial commit. 2016-01-16 07:54:52 +00:00
led_backpacks.py Initial commit. 2016-01-16 07:54:52 +00:00
LICENSE Initial commit 2016-01-15 21:37:38 -08:00
main.py Initial commit. 2016-01-16 07:54:52 +00:00
README.md Initial commit. 2016-01-16 07:54:52 +00:00
requirements.txt Update requirements.txt 2016-01-22 00:01:23 -08:00
widget.py Initial commit. 2016-01-16 07:54:52 +00:00

Raspberry Pi Physical Dashboard

Python code to drive a physical dashboard built with a Raspberry Pi, LED backpacks, and automotive gauges. See the full guide at: https://learn.adafruit.com/raspberry-pi-physical-dashboard/

Installation

Perform the following commands on a Pi running Raspbian Jessie to install:

sudo apt-get update
sudo apt-get install -y git build-essential python-pip python-smbus
git clone https://github.com/adafruit/Pi_Physical_Dashboard.git
cd Pi_Physical_Dashboard
sudo pip install -r requirements.txt

Modify the config.ini to match your dashboard widget configuration, then run the main.py script to start the server:

sudo python main.py