Umbrella: Unterschied zwischen den Versionen
K |
M68k (Diskussion | Beiträge) (metalab saturday night projects are best projects) |
||
Zeile 14: | Zeile 14: | ||
[[Datei:Umbrella_lightswitch_2.jpg|200px]] | [[Datei:Umbrella_lightswitch_2.jpg|200px]] | ||
− | If it does not work | + | If it does not work just power cycle it. Wait a couple of seconds. |
+ | |||
+ | [[Datei:Umbrella_reset.jpg|200px]] | ||
==Access data== | ==Access data== |
Version vom 20. Mai 2017, 22:05 Uhr
Umbrella is the ceiling lighting of the main room. It consist out of 12 umbrellas capable of emitting light in either 16581375 RGB shades or 65025 white shades.
The umbrellas are controllable with art-net.
How to simply turn on/off the light
Use the light switch next to the kitchen. You can dim the light with the rotary knob on the side.
If it does not work just power cycle it. Wait a couple of seconds.
Access data
Wlan SSID: metalights
Protocol: art-net
Host: 10.20.255.255
startUniverse: 3
There are 60 channel, 5 channels (RGBWW) per umbrella.
Why
The Metalab needed some new lights.
ART-net is awesome.
How
Raspberry Pi 3 + Touchscreen
Distro based on the QLC+ image (raspbian jessie)
QLC+ XServer less build that renders directly in GL buffers for performance
H801 based clients (ESP8266)
Arduino based firmware that implements ART-net
Temporary setup with QLC+
Connect to "metalights" WLAN
Set OUTPUT to 10.20.255.255
Set ARTnet universe to 3
There are 5 channels / Umbrella
R,G,B,WW,CW
If CW or WW are anything else but "0" then R,G and B are disabled by firmware.
If R,G or B are anything but "0" then CW and WW are disabled by firmware.
This is to save our power supplies from sudden heat death.
(105 watt / Umbrella max)
Hardware
H801 LED controller features:
- 8 Mbit Storage (1 Mb)
- 5 channels each 45 watt max (~ 3.5 Ampere @ 12 V / channel)
How to flash
- Install Arduino IDE
- Install ESP 8266 extensions
- Choose correct Board under Tools->Board
- Settings for ESP8266:
- GENERIC ESP8266 Module
- Flash Mode: DIO
- Flash Size: 1M (512K SPIFFS)
- Debug Port: Disabled
- Debug Level: none
- Reset Mode: ck
- Flash Frequency: 40 Mhz
- CPU Frequency: 80 Mhz
- Upload Speed: 115200 or more
- Set JUMPER on board to boot into flash mode.
- Power up the board.
A successfully tested art-net library for ESP is ArtnetWifi
Who
Originally invented and built by overflo, the umbrellas were built by a lot of people in some night shifts at Metalab
LOTS OF SUPPORT BY uniq, anlumo, ripper, bogdan <your name here>