Umbrella: Unterschied zwischen den Versionen

aus Metalab Wiki, dem offenen Zentrum für meta-disziplinäre Magier und technisch-kreative Enthusiasten.
Zur Navigation springenZur Suche springen
(added troubleshoot for lightswitch)
(spell check)
Zeile 2: Zeile 2:
 
[[Datei:u_blue.jpg|miniatur]]
 
[[Datei:u_blue.jpg|miniatur]]
 
[[Datei:u_pink.jpg|miniatur]]
 
[[Datei:u_pink.jpg|miniatur]]
 
+
 
+
==How to simply turn on the Light==
+
==How to simply turn on the light==
 
Use the light switch next to the kitchen. You can dim the light with the rotary knob on the side.
 
Use the light switch next to the kitchen. You can dim the light with the rotary knob on the side.
 
+
 
+
 
[[Datei:Umbrella_lightswitch_1.jpg|200px]]
 
[[Datei:Umbrella_lightswitch_1.jpg|200px]]
 
[[Datei:Umbrella_lightswitch_2.jpg|200px]]
 
[[Datei:Umbrella_lightswitch_2.jpg|200px]]
 +
 +
If it does not work try unplugging and replugging it. Wait a couple of seconds.
  
If it does not work try unplugging and replugging it. Wait a couple of seconds.
 
 
==Why==
 
==Why==
 
+
The metalab needs some new lights.
+
The Metalab needs some new lights.
 
+
 
ART-net is awesome.
 
ART-net is awesome.
 
+
 
+
 
== How ==
 
== How ==
 
+
 
Raspberry Pi 3 + Touchscreen
 
Raspberry Pi 3 + Touchscreen
 
+
 
Distro based on the QLC+ image (raspbian jessie)
 
Distro based on the QLC+ image (raspbian jessie)
 
+
QLC+ X-server less build that renders directly in GL buffers for performance
+
QLC+ XServer less build that renders directly in GL buffers for performance
 
+
 
H801 based clients (ESP8266)
 
H801 based clients (ESP8266)
 
+
 
Arduino based firmware that implements ART-net
 
Arduino based firmware that implements ART-net
 
+
 
 
 
== Temporary setup with QLC+ ==
 
== Temporary setup with QLC+ ==
 
+
 
Connect to "metalights" WLAN
 
Connect to "metalights" WLAN
 
+
 
Set OUTPUT to 10.20.255.255
 
Set OUTPUT to 10.20.255.255
 
+
 
Set ARTnet universe to 3
 
Set ARTnet universe to 3
 
+
 
There are 5 channels / Umbrella
 
There are 5 channels / Umbrella
 
+
 
R,G,B,WW,CW
 
R,G,B,WW,CW
 
+
If CW or WW are anything else but "0" R,G and B are disabled by firmware
+
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" CW and WW 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.
 
This is to save our power supplies from sudden heat death.
 
   
 
   
 
(105 watt / Umbrella max)
 
(105 watt / Umbrella max)
 
+
 
+
 
== Hardware ==
 
== Hardware ==
 
+
H801 Led controller features:
+
H801 LED controller features:
 
+
 
* 8 Mbit Storage (1 Mb)
 
* 8 Mbit Storage (1 Mb)
 
* 5 channels each 45 watt max (~ 3.5 Ampere @ 12 V / channel)
 
* 5 channels each 45 watt max (~ 3.5 Ampere @ 12 V / channel)
 
+
 
+
 
=== How to flash ===
 
=== How to flash ===
 
* Install Arduino 1.6.4
 
* Install Arduino 1.6.4
Zeile 74: Zeile 74:
 
** CPU Frequency: 80 Mhz
 
** CPU Frequency: 80 Mhz
 
** Upload Speed: 115200 or more
 
** Upload Speed: 115200 or more
 
+
 
+
* Set JUMPER on board to boot into flash mode
+
* Set JUMPER on board to boot into flash mode.
* Power the board
+
* Power up the board.
 
+
 
==Who==
 
==Who==
 
+
Originally invented and built by [[Benutzer:overflo|overflo]], the umbrellas were built by a lot of people at some nightshifts at metalab
+
Originally invented and built by [[Benutzer:overflo|overflo]], the umbrellas were built by a lot of people in some night shifts at Metalab
 
+
LOTS OF SUPPORT BY  
+
LOTS OF SUPPORT BY
 
uniq, anlumo, ripper, bogdan <your name here>
 
uniq, anlumo, ripper, bogdan <your name here>
 
+
 
==Links==
 
==Links==
 
+
 
 
 
[http://www.qlcplus.org/ QLC+]
 
[http://www.qlcplus.org/ QLC+]
 
+
 
[https://de.aliexpress.com/item/DC5-24V-Wireless-Smart-Dimmer-Receiver-Output-5-Routes-PWM-Data-WiFi-APP-Controlled-for-RGBW H801 Controllers]
 
[https://de.aliexpress.com/item/DC5-24V-Wireless-Smart-Dimmer-Receiver-Output-5-Routes-PWM-Data-WiFi-APP-Controlled-for-RGBW H801 Controllers]
 
+
 
[https://github.com/overflo23/H801_ARTnet Github]
 
[https://github.com/overflo23/H801_ARTnet Github]
 
+
 
[http://www.artisticlicence.com/WebSiteMaster/User%20Guides/art-net.pdf ART-net Reference]
 
[http://www.artisticlicence.com/WebSiteMaster/User%20Guides/art-net.pdf ART-net Reference]
 
+
 
[[Artnet]]
 
[[Artnet]]

Version vom 20. Mai 2017, 19:41 Uhr

Buntschirm.jpg
U blue.jpg
U pink.jpg


How to simply turn on the light

Use the light switch next to the kitchen. You can dim the light with the rotary knob on the side.


Umbrella lightswitch 1.jpg Umbrella lightswitch 2.jpg

If it does not work try unplugging and replugging it. Wait a couple of seconds.

Why

The Metalab needs 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 1.6.4
  • Install ESP 8266 extensions
  • Select Tools:
    • 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.

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>

Links

QLC+

H801 Controllers

Github

ART-net Reference

Artnet