Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/egguy/cheerlights-adafruit-pixel
An implementation of the #cheerlight project for adafruit ws2801 pixel
https://github.com/egguy/cheerlights-adafruit-pixel
Last synced: 16 days ago
JSON representation
An implementation of the #cheerlight project for adafruit ws2801 pixel
- Host: GitHub
- URL: https://github.com/egguy/cheerlights-adafruit-pixel
- Owner: egguy
- Created: 2011-12-15T20:58:40.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-12-15T21:11:19.000Z (about 13 years ago)
- Last Synced: 2023-03-15T20:22:20.439Z (almost 2 years ago)
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
An quick, hacky, ugly and working implementation of the #cheerlight projects protocol adapted for the ws2801 pixel by adafruit
Should work with other similar chips
You can use the included python script to pipe a twitter stream with stdin
ex: curl -d "tracking=#cheerlights" https://stream.twitter.com/1/statuses/filter.json -uAnyTwitterUser:Password | python cheerlights.py > /dev/ttyUSB0
Adapt for your environment