Size: 735
Comment:
|
Size: 2409
Comment:
|
Deletions are marked like this. | Additions are marked like this. |
Line 1: | Line 1: |
= DevLol Window = | DevLol has an enourmous Window onto Hofgasse. The window is home to many extraordinary things created by our members. An alternative for the shy project developer as well as for the utalitarian is the YellowBoard close by. Unlike the YellowBoard your project will be well-secured in the window space and exposed to the curious public. |
Line 14: | Line 14: |
Touch a Button to change the color of a lightstipe inside... | Touch one of the colored Buttons to change the color of a lightstipe inside... |
Line 16: | Line 16: |
Durch berühren eines der Felder am Fenster, ändert sich die Farbe eines LED-Streifens im Hackerspace. | Durch berühren eines der färbig umrandeten Felder am Fenster, ändert sich die Farbe eines LED-Streifens im Hackerspace. |
Line 20: | Line 20: |
== The head == Internet connected head full of leds: for example green: mosquitto_pub -h mqtt.devlol.org -t 'devlol/devices/the-head/light/cb/set' -m 'gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg' |
|
Line 22: | Line 30: |
By touching the hand on the window, WinkeKatze [[https://github.com/aurelw/winkekatze]] gets activated. | By touching the hand symbol on the window, WinkeKatze [[https://github.com/aurelw/winkekatze]] gets activated and HI5 is send to IRC Chat. |
Line 24: | Line 32: |
Berührt man die Hand am Fenster, winkt die Winkekatze. | Berührt man das Handsymbol am Fenster, winkt die Winkekatze und HI5 wird an den IRC Chat Channel gesendet. |
Line 26: | Line 34: |
CHAT see at Contact: [[https://devlol.org/wiki/DevLoL/Contact]] | |
Line 29: | Line 37: |
{{http://www.daniel-fischer.at/bilder/devlolLed.png|DevLol Light Box|width="500"}} Change the color of the box on: [[http://www.daniel-fischer.at/window.html]] |
|
Line 31: | Line 42: |
A few samples of 3D-Printing-Art {{{ #!html <button onclick="myFunction()">Try it</button> <form><p style="text-indent: 8em;">color: <input id="form-col" type="range" min="0" max="100" value="0" /> frequency: <input id="form-range" type="range" min="0" max="100" value="0" /></p></form> <script> function myFunction() { window.open("http://www.w3schools.com"); } </script> <div id="foo"> <p>This is plain html inside a wiki page</p> <a href="javascript:window.open("http://www.w3schools.com");">Execute JavaScript</a> <canvas id="header1" data-processing-sources="http://www.daniel-fischer.at/header1.pde" width="800" height="200"> </canvas> </div> }}} |
DevLol has an enourmous Window onto Hofgasse. The window is home to many extraordinary things created by our members. An alternative for the shy project developer as well as for the utalitarian is the YellowBoard close by. Unlike the YellowBoard your project will be well-secured in the window space and exposed to the curious public.
BimLights
https://devlol.org/wiki/doebi/BimLights
Real time visualization of the tramways in Linz.
Echtzeit Visualisierung der Straßenbahnen in Linz.
Buttons
Touch one of the colored Buttons to change the color of a lightstipe inside...
Durch berühren eines der färbig umrandeten Felder am Fenster, ändert sich die Farbe eines LED-Streifens im Hackerspace.
https://devlol.org/wiki/lolstripe
The head
Internet connected head full of leds:
for example green:
mosquitto_pub -h mqtt.devlol.org -t 'devlol/devices/the-head/light/cb/set' -m 'gggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg'
WinkeKatze / HI 5
By touching the hand symbol on the window, WinkeKatze https://github.com/aurelw/winkekatze gets activated and HI5 is send to IRC Chat.
Berührt man das Handsymbol am Fenster, winkt die Winkekatze und HI5 wird an den IRC Chat Channel gesendet.
CHAT see at Contact: https://devlol.org/wiki/DevLoL/Contact
DevLol Light Box
Change the color of the box on: http://www.daniel-fischer.at/window.html
3D Print
A few samples of 3D-Printing-Art
This is plain html inside a wiki page
Execute JavaScript