Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mayhem/hippie-trap
Hardware, firmware and software for the Hippie Trap LED art project.
https://github.com/mayhem/hippie-trap
Last synced: 15 days ago
JSON representation
Hardware, firmware and software for the Hippie Trap LED art project.
- Host: GitHub
- URL: https://github.com/mayhem/hippie-trap
- Owner: mayhem
- License: mit
- Created: 2015-04-09T09:41:13.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-12-26T23:32:02.000Z (11 months ago)
- Last Synced: 2023-12-27T18:08:02.495Z (11 months ago)
- Language: Python
- Homepage:
- Size: 1.07 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# led-chandelier
LED bottle chandelier built for Nowhere 2015by Robert Kaye and David Martin
Mock-up
=======For a render of what we think this might look like a look in the design folder.
Hardware notes
==============The chandalier made up of about 100 bottles that will have circuit boards with LEDs
inside them. 4 RGD LEDs (WS2812B) connected to an atmega128 will light up each bottle.
Communication happens over a bone simple serial connection, hopefully at 250kbps.
For serial timing and ram reasons, I chose the atmega128 over the attiny84.The bottles will be connected to 5V power, ground and a communication line. The communication
will be via a line driver that broadcasts the serial signal to each bottle. The RPi can then
send either color information to each bottle or more interestingly send a crude set of instructions
on how to build a color animation. This way the chanelier can work in a centrally coordinated
mode or each bottle carrying out its own program..brd and .sch files for Eagle are in hardware folder.
Notes about the circuit
------------------------ Regulated 5V power supply in the body of the chandelier
- WS2812B LEDS: http://www.adafruit.com/datasheets/WS2812B.pdf
- MCU: atmega168
- Shottky diodes on the inputs.
- Program via a pogoplug, no actual connector will be on the board.