MetaDMX: 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 (wir brauchen endlich einen DMX controller :)) |
|||
(5 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
=== WTF === | === WTF === | ||
− | Da wir nun schon mehrere DMX | + | Da wir nun schon mehrere DMX-fähige Geräte haben (RGB LED Controller und Nebelmaschine) und es vielleicht noch mehr werden, sollten wir diese auch richtig (== per Software) ansteuern können. Dazu brauchen wir einen DMX-Controller. |
− | + | <b>Update:</b> We have bought an [http://www.enttec.com/opendmxusb Open DMX] controller. See [[Licht]] for more information about using this device. | |
− | |||
− | |||
− | |||
− | |||
+ | The needs of MetaDMX should thus be slightly redefined into building DMX capable devices :) | ||
+ | |||
+ | === Implementations === | ||
+ | * mit einem Adruino/AVR (DMX receiver is up and running) | ||
+ | * mit einem PIC (proof-of-concept code has been written --[[Benutzer:MariusKintel|MariusKintel]] 20:23, 19. Feb. 2007 (CET)) | ||
+ | * <s>mit dem [[PSOC System on a Chip]] der derzeit etwas wenig genutzt wird</s> | ||
+ | * <s>mit dem derzeit ebenfalls ungenutzten FPGA von fpga4fun</s> | ||
+ | |||
+ | == Code / Layout & Schematics == | ||
+ | * Subversion: https://ma.metalab.at/svn/mos/trunk/wizard23/MetaDMX | ||
+ | |||
+ | === ICs === | ||
+ | * [http://www.linear.com/pc/productDetail.do?navId=H0,C1,C1007,C1017,P1572 LTC1685 - 52Mbps, Precision Delay, RS485 Fail-Safe Transceiver] | ||
+ | * [http://www.maxim-ic.com/quick_view2.cfm/qv_pk/1111 MAX1487, MAX481, MAX483, MAX485, MAX487, MAX488, MAX489, MAX490, MAX491 Low-Power, Slew-Rate-Limited RS-485/RS-422 Transceivers] | ||
=== Links === | === Links === | ||
* [http://www.euro-pa.be/dmx.html DMX protocol with timings] | * [http://www.euro-pa.be/dmx.html DMX protocol with timings] | ||
+ | * [http://www.theater-technisch-lab.nl/dmxen.htm more DMX protocol] | ||
+ | * [http://www.dmx512-online.com/whats.html even more DMX protocol] | ||
* [http://www.ccsinfo.com/forum/viewtopic.php?t=17513&highlight=dmx forum thread about implementing DMX with PICs with source!] | * [http://www.ccsinfo.com/forum/viewtopic.php?t=17513&highlight=dmx forum thread about implementing DMX with PICs with source!] | ||
* [http://www.ccsinfo.com/forum/viewtopic.php?t=27899&highlight=dmx forum thread about implementing DMX with PICs] | * [http://www.ccsinfo.com/forum/viewtopic.php?t=27899&highlight=dmx forum thread about implementing DMX with PICs] | ||
+ | * [http://www.ccsinfo.com/forum/viewtopic.php?t=23141&highlight=dmx another forum thread about implementing DMX with PICs with source!] | ||
* [http://www.usbdmx.com/schematic.html scematics of DMX controller with a pic] | * [http://www.usbdmx.com/schematic.html scematics of DMX controller with a pic] | ||
* [http://www.fpga4fun.com/SerialInterface.html fpg4fun serial port] | * [http://www.fpga4fun.com/SerialInterface.html fpg4fun serial port] | ||
+ | * [http://www.circuitcellar.com/PSOC2002/winners/h2.htm DMX board mit dem PSoC] | ||
+ | * [http://www.mikroe.com/forum/viewtopic.php?t=6001&sid=c91b799075849c0d1fdb450b1fa7ee1a forumeintrag zu DMX mit PSoC] | ||
+ | * [http://www.cypress.com/portal/server.pt?space=CommunityPage&control=SetCommunity&CommunityID=285&PageID=552&shortlink=DA_664530 Power Management - 6-Channel DMX Dimmer - AN2302] | ||
+ | * [http://www.enttec.com/index.php?menu=Products&prod=70303&show=description&name=opendmxusb OpenDMX USB interface] | ||
+ | * [http://ja.psoc.info/wp-content/uploads/2006/09/dmx_receive.jpg PSoC DMX receiver scematics] von http://ja.psoc.info/ | ||
+ | |||
+ | [[Kategorie:WhateverLab]] |
Aktuelle Version vom 19. Februar 2007, 19:23 Uhr
WTF
Da wir nun schon mehrere DMX-fähige Geräte haben (RGB LED Controller und Nebelmaschine) und es vielleicht noch mehr werden, sollten wir diese auch richtig (== per Software) ansteuern können. Dazu brauchen wir einen DMX-Controller.
Update: We have bought an Open DMX controller. See Licht for more information about using this device.
The needs of MetaDMX should thus be slightly redefined into building DMX capable devices :)
Implementations
- mit einem Adruino/AVR (DMX receiver is up and running)
- mit einem PIC (proof-of-concept code has been written --MariusKintel 20:23, 19. Feb. 2007 (CET))
mit dem PSOC System on a Chip der derzeit etwas wenig genutzt wirdmit dem derzeit ebenfalls ungenutzten FPGA von fpga4fun
Code / Layout & Schematics
ICs
- LTC1685 - 52Mbps, Precision Delay, RS485 Fail-Safe Transceiver
- MAX1487, MAX481, MAX483, MAX485, MAX487, MAX488, MAX489, MAX490, MAX491 Low-Power, Slew-Rate-Limited RS-485/RS-422 Transceivers
Links
- DMX protocol with timings
- more DMX protocol
- even more DMX protocol
- forum thread about implementing DMX with PICs with source!
- forum thread about implementing DMX with PICs
- another forum thread about implementing DMX with PICs with source!
- scematics of DMX controller with a pic
- fpg4fun serial port
- DMX board mit dem PSoC
- forumeintrag zu DMX mit PSoC
- Power Management - 6-Channel DMX Dimmer - AN2302
- OpenDMX USB interface
- PSoC DMX receiver scematics von http://ja.psoc.info/