An open API service indexing awesome lists of open source software.

https://github.com/henrytwo/projectarc

Raspberry Pi powered Ceiling Fan Art
https://github.com/henrytwo/projectarc

Last synced: about 1 year ago
JSON representation

Raspberry Pi powered Ceiling Fan Art

Awesome Lists containing this project

README

          

Raspberry Pi powered Ceiling Fan art


Visit https://henrytu.me/#projects for more details



Step 0: Setup Hardware

Securely attach an LED strip, Raspberry Pi, and Battery bank to a ceiling fan. Remember that uniform circular motion exists and that flying objects hurt if they hit you.


Adafruit NEO Compatible LED strips were used in development.



Step 1: Parse image

Before an image can be displayed, it needs to be converted to a format that can be interpreted. Run `python3 convert.py` and follow the on screen instructions.


Tip: `Num Pixels` refers to the number of LEDs on the rotating arm.



Step 3: Deployment

Move `main.py` and `pattern.pkl` to the Raspberry Pi.



Run `sudo python3 main.py`



`main.py` MUST be run under root!