Skip to content
/ skiPi Public

LED solution for Raspberry Pi ski holiday.

Notifications You must be signed in to change notification settings

nens90/skiPi

Repository files navigation

Convert to HTML:
Install pandoc and run:

pandoc --toc README.md -o README.html

skiPi

LED solution for Raspberry Pi ski holiday.

yayay ayyayayy y

Usefull stuff

Getting Started

Setup

sudo apt-get update
sudo apt-get upgrade
sudo shutdown -r now
# Set hostname
sudo raspi-config

Get packages

sudo apt-get install python3-pip
sudo apt-get install build-essential python-dev git scons swig

Neopixel lib stuff

cd ~/
git clone https://github.com/jgarff/rpi_ws281x.git
cd rpi_ws281x
scons
cd python
sudo python setup.py install
# test that neopixel works
sudo python examples/strandtest.py

skiPi

cd ~/
git clone https://github.com/nens90/skiPi.git
cd skiPi
# Run the awesome app!
./skipi.sh

skiPi Sender

./skipi_sender.sh

Scroll pHAT HD

curl -sS https://get.pimoroni.com/scrollphathd | bash

Follow example

GPIOZERO

sudo apt install python3-gpiozero

About

LED solution for Raspberry Pi ski holiday.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •