uDMX 1.2 released
7 janvier 2007 |
Research Tags:
avr |
do-it |
max/msp |
udmx
Probably the smallest USB-DMX Interface in the worldThe uDMX is built around an inexpensive Atmel Atmega8 Microprocessor, using only very few external parts, thanks to the excellent firmware-only USB driver from obdev.at.We managed to cram it all into a Neutrik XLR Connector.This is the version 1.2 documentation.See the uDMX Homepage for the whole story and updates…
Features
- very small: as small as it can possibly get
- very fast: uDMX transfers only the minimum DXM channels for your application. If you transmit channels 6-12 for example, uDMX will send channels 0-12 only, giving shorter packets = faster transmission.
- very free: built using low cost components, design and software is open source
New in version 1.2
- Bootloader support: update uDMX firmware over USB, no need for a programmer.
- Two status leds (green and yellow).
- There are two versions of the circuit in the download: A “big” one that you can possibly build on your own, as well as a very tiny one that fits into a standard female Neutrik XLR connector.
If you don’t want to build your own uDMX, you can purchase fully assembled units from us.
Todos, Limitations
- We haven’t tested uDMX with low cost fixtures yet. Maybe the transmission speed is too high for fixtures that don’t follow the DMX standard precisely. We might need to add a low-speed mode.
- Windows driver needs a windows programmer with a windows box
- External object for PureData is planned…
Download
udmx_1_2.tar.gz (315kB) includes the original Eagle-Light files for schematics and board layout, the firmware and bootloader, and a handy external for MAX/MSP (Mac only, for the moment. We’d love to get some help from someone with a Windows box out there…)
Hello,
I’m happy an Intel Max External exists here. I will build a patch in order your interface to be used with LightRegie120ub, the Universal Binary version of LR120x. I think I will purchase a uDMX soon.
Bye,
Philippe
Commentaire par Philippe Montemont — 2007-10-31 @ 11.09 pm
This interface could be capable of snooping the bus too, by connecting pin 1 (RO) on the 75176 to pin 30 (RXD) on the ATMEGA8A and pin2/3 of the 75176 to another of the currently unused PD pins.
Commentaire par Julian — 2008-12-04 @ 12.13 pm
I built the uDMX interface but I am not able to use it with DMX Control. There is no site which explains how to use it or configure it with the software. Could you please help me.
regards
Commentaire par Charlie Brown — 2009-04-09 @ 8.10 pm
Hi, I’m trying to use this device in my own software but I can’t find any documentation on how to control this device. Any leads on where to start?
Commentaire par Desmond — 2014-10-16 @ 11.45 am
Hi Desmond
have a look at the source code here: https://code.google.com/p/udmx/
the udmx commandline tool is a good start: https://code.google.com/p/udmx/source/browse/trunk/commandline/uDMX.c
hope this helps
regards
Michael
Commentaire par Michael — 2014-10-16 @ 12.45 pm