Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hunterowens/looplamp-energy
Loop lamp energy.
https://github.com/hunterowens/looplamp-energy
Last synced: about 2 months ago
JSON representation
Loop lamp energy.
- Host: GitHub
- URL: https://github.com/hunterowens/looplamp-energy
- Owner: hunterowens
- Created: 2014-11-15T00:56:48.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-01T19:19:13.000Z (about 10 years ago)
- Last Synced: 2024-10-19T11:28:21.048Z (2 months ago)
- Language: Python
- Size: 13.3 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LoopLamp
## About
The light up the loop lamp is a collaborative project between many organizations. This repository contains the information needed to setup up the Software for your own lamp. For more info, contact [Hunter Owens](mailto://[email protected]).## History
At one point, this repository was a Node based webapp that relied on a node package with bindings to the Raspberry Pi GPIO board. These bindings no longer work with the new version of the [lights](http://www.adafruit.com/product/306), so we have start using bit addressing and python (see `paint.py`).## Setting up the lights
You may want to consult the [Adafruit Guide](https://learn.adafruit.com/digital-led-strip).### Wiring
![wires](https://learn.adafruit.com/system/assets/assets/000/001/589/medium800/raspberry_pi_diagram.png?1396774138)### Programming
The lights are bit-addressable. See `paint.py` for the conversion chart. You will need the [RPi](https://pypi.python.org/pypi/RPi.GPIO) library installed.### Data
The data lives in `/data`. Due to the sensitive nature of it, it is not sharable on github.