Editing Hack the Black Box/Technik

From Chaosdorf Wiki
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 2: Line 2:


Per DMX-Protokoll Bühnentechnik ansteuern (Licht, Nebel, etc.). Interaktion und Rückkopplungen mit Sensoren und Aktuatoren bauen.
Per DMX-Protokoll Bühnentechnik ansteuern (Licht, Nebel, etc.). Interaktion und Rückkopplungen mit Sensoren und Aktuatoren bauen.
=== Themen ===
==== Input ====
* Licht http://bildr.org/2012/11/photoresistor-arduino/
* Audio https://gist.github.com/pixelistik/f6e5be86a75f4433e5ef
* Schalter
==== Output ====
* LED
* Licht via DMX
* Nebel via DMX (?)
* Audio http://interface.khm.de/index.php/lab/interfaces-advanced/arduino-dds-sinewave-generator/
* Servo http://www.arduino-tutorial.de/2010/06/servo/
==== Logik ====
* Delay (Ringbuffer) („Wenn Input, dann 10sec später Output“)
* Invertieren („Wenn Input hoch, dann Output niedrig“)
* Threshold („Wenn Input höher als n, dann Output“)
* Feedback Loops


=== Technologie ===
=== Technologie ===
Line 32: Line 9:
Mit folgendem Setup lässt sich erfolgreich ein Licht steuern:
Mit folgendem Setup lässt sich erfolgreich ein Licht steuern:


* Arduino Uno http://www.arduino.cc/en/Main/ArduinoBoardUno / [https://www.reichelt.de/Einplatinen-Microcontroller/ARDUINO-UNO/3/index.html?ACTION=3&GROUPID=6667&ARTICLE=119045&SEARCH=130169%20153042%20133612%20119695%20125561%20119696%20130166%20153046%20142943%20119045%20139717&OFFSET=16& Reichelt.de] € 20.00
* Arduino Uno http://www.arduino.cc/en/Main/ArduinoBoardUno / [https://www.reichelt.de/Einplatinen-Microcontroller/ARDUINO-UNO/3/index.html?ACTION=3&GROUPID=6667&ARTICLE=119045&SEARCH=130169%20153042%20133612%20119695%20125561%20119696%20130166%20153046%20142943%20119045%20139717&OFFSET=16& Reichelt.de]
* DMX Shield http://www.komputer.de/zen/index.php?main_page=product_info&cPath=32&products_id=275&zenid=ua91fis23clfvr08vdef1d6li6 € 20,50
* DMX Shield http://www.komputer.de/zen/index.php?main_page=product_info&cPath=32&products_id=275&zenid=ua91fis23clfvr08vdef1d6li6
* 4-Kanal-Dimmer Showtec MultiDim MKIII
* 4-Kanal-Dimmer Showtec MultiDim MKIII
* Conceptinetics DMX library http://sourceforge.net/projects/dmxlibraryforar/files/
* Conceptinetics DMX library http://sourceforge.net/projects/dmxlibraryforar/files/
Line 43: Line 20:
[[File:arduino-dmx-shield.jpg|400px|left|thumb]]
[[File:arduino-dmx-shield.jpg|400px|left|thumb]]
[[File:showtec-dimmer.jpg|200px|left|thumb]]
[[File:showtec-dimmer.jpg|200px|left|thumb]]
==== Kosten ====
Das obige DMX-Shield verwendet nur 2 GPIO-Pins (RX/TX) für die Kommunikation mit dem Arduino. Es muss also nicht unbedingt der Arduino Uno sein, sondern kann auch ein kleinerer (günstigerer) Formfaktor (Nano? Pro Mini?) per Kabel mit dem Shield verbunden werden.
Gleichzeitig ist das DMX-Shield selbst auch überdimensioniert: Es kann senden und empfangen und komplexe Master/Slave Setups. Ein Beispiel für eine einfachere Schaltung wäre http://playground.arduino.cc/DMX/DMXShield (docs: http://hackerstore.be/PDFs/dmx.pdf, http://playground.arduino.cc/DMX/Opendmx)
==== Links ====
http://docslide.us/documents/arduino-dmx.html
https://code.google.com/p/tinkerit/wiki/DmxSimple
Please note that all contributions to Chaosdorf Wiki are considered to be released under the Attribution 3.0 Unported (see Chaosdorf Wiki:Copyrights for details). If you do not want your writing to be edited mercilessly and redistributed at will, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource. Do not submit copyrighted work without permission!
Cancel Editing help (opens in new window)