Skip to content

frc3223/lightshow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ff8b657 · Dec 16, 2018

History

41 Commits
Apr 3, 2018
Nov 10, 2018
Nov 10, 2018
Nov 10, 2018
Apr 3, 2018
Dec 11, 2015
Nov 14, 2018
Nov 10, 2018
Nov 10, 2018
Nov 14, 2018
Nov 10, 2018
Dec 16, 2018
Apr 25, 2018
Dec 16, 2018

Repository files navigation

Based on https://github.com/tinue/APA102_Pi

Prerequisites

see above, but basically

  • pi should have raspbian 9 on it

  • pi should have SPI enabled

raspi-config

# Interfacing Options > SPI

reboot
  • Adafruit_Python_GPIO should be installed

see https://github.com/adafruit/Adafruit_Python_GPIO, but basically

apt-get install build-essential python3-pip python3-dev python3-smbus git
git clone https://github.com/adafruit/Adafruit_Python_GPIO.git
cd Adafruit_Python_GPIO
python setup.py install

for testing on a not-raspberry pi this seemed to work:

git clone https://github.com/adafruit/Adafruit_Python_GPIO.git
python setup.py install
  • pyfrc should be installed both on the pi and your workstation

Deploy

python deploy.sh

will push code and restart the script. To make it run on boot up, you will have to run

systemctl enable lightshow.service

manually on the pi

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published