Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/feiticeir0/cheerlights
Cheerlighs project using Pimoroni's Mood Lamp
https://github.com/feiticeir0/cheerlights
cheerlights pimoroni-mood-light pimoroni-unicorn-phat python raspberry-pi raspberrypi
Last synced: 21 days ago
JSON representation
Cheerlighs project using Pimoroni's Mood Lamp
- Host: GitHub
- URL: https://github.com/feiticeir0/cheerlights
- Owner: feiticeir0
- Created: 2018-01-22T11:55:35.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-02-26T15:25:58.000Z (almost 7 years ago)
- Last Synced: 2023-09-17T23:21:53.554Z (over 1 year ago)
- Topics: cheerlights, pimoroni-mood-light, pimoroni-unicorn-phat, python, raspberry-pi, raspberrypi
- Language: Python
- Size: 10.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cheerlights using Python and Pimoroni's Mood light and a Raspberry PI
This is my take using Python and Pimoroni's Mood light kit with a Raspberry PI Zero W
The main difference is there's transitions from one colour to another
instead of just put the new color there## Installing
### Required libraries
#### Requests
sudo apt-get install requests
If using the Pimoroni's Unicorn PHAT HD, the libraries are needed. You can check their github page for instructions:
https://github.com/pimoroni/unicorn-hat## Running
If using Piromoroni's kit, sudo is necessary:
sudo python cheerlights.py
## About
Cheerlights is a colaborative IoT project. Everytime someone changes the color, every device around the world
(and outside too) connected to Cheerlights API will display the same color.More info on: http://cheerlights.com/
Pimoroni's Mood Light:
https://shop.pimoroni.com/collections/kits/products/mood-light-pi-zero-w-project-kit## Run automatically on Raspberry PI start
Just added to cron
sudo crontab -e
@reboot /usr/bin/python /home/pi/cheerlights/cheerlights.py &