Hi,
I tried searching forum, but I didn't find this information.
I would like to make my own DMX interface with some functionality, that is probably only in very expensive interfaces, or in none of them. Firstly, I would like to have USB connection with PC, and of course Freestyler.
And here comes my question - what USB protocol would you recommend for it, that is open, flexible and Freestyler compatible?
Developing my own interface
-
- Knows how to turn Lights ON
- Posts: 3
- Joined: 16 Feb 2014, 15:29
- Spirit
- Pro Supporter! (Moderator)
- Posts: 1421
- Joined: 10 Jul 2010, 20:55
- FreeStyler Version: 3.5.9
- I Use FreeStyler for: Nightclub Lighting
Re: Developing my own interface
hi
i know the Enttec open is Open source and the Arduino board uses the same driver..as Enttec open.
and the arduino uses the FTDI digital to analog converter.
same as many other DMX devices..
/spirit
i know the Enttec open is Open source and the Arduino board uses the same driver..as Enttec open.
and the arduino uses the FTDI digital to analog converter.
same as many other DMX devices..
/spirit
AMD FX-6100 (3.6ghz)x6, Nvidia 770GTX 4GB, 8GB Ram,ROG MB, enttec Pro, Open enttec, Velleman, T2250MTS-B1 22"touchscreen, Ilyama 23" screen, scans, dimm, rgbled, laser, soundsystem Just a drive-in show. Live and Dance
- Mattotone
- Android Dev (Moderator)
- Posts: 1238
- Joined: 10 Jul 2007, 17:30
- FreeStyler Version: BETA
- I Use FreeStyler for: Just for the Fun of it.
Re: Developing my own interface
I have used an arduino and a max485 as a quick interface when my enttec died.
Freestyler Addons www.120db.uk
Free Dropbox. 2GB account http://db.tt/J4c5G8C
$100 free credit @DigitalOcean Private Server: https://m.do.co/c/5c4a7c7d6693
Freestyler Android App: https://play.google.com/store/apps/deta ... rts.fs1024
Free Dropbox. 2GB account http://db.tt/J4c5G8C
$100 free credit @DigitalOcean Private Server: https://m.do.co/c/5c4a7c7d6693
Freestyler Android App: https://play.google.com/store/apps/deta ... rts.fs1024
- Spirit
- Pro Supporter! (Moderator)
- Posts: 1421
- Joined: 10 Jul 2010, 20:55
- FreeStyler Version: 3.5.9
- I Use FreeStyler for: Nightclub Lighting
Re: Developing my own interface
i use the SN7517GBP
AMD FX-6100 (3.6ghz)x6, Nvidia 770GTX 4GB, 8GB Ram,ROG MB, enttec Pro, Open enttec, Velleman, T2250MTS-B1 22"touchscreen, Ilyama 23" screen, scans, dimm, rgbled, laser, soundsystem Just a drive-in show. Live and Dance
-
- Knows how to turn Lights ON
- Posts: 3
- Joined: 16 Feb 2014, 15:29
Re: Developing my own interface
Thanks for the reply.
I plan to use Atmega162 with 2 UART interfaces. One will be connected to FTDI 232 to USB chip (the other will be used for Bluetooth module). I also plan to add MIDI support. It will be something like that: LINK but with even move stuff.
I need to be able to set values on each of 512 channels (on more than one universe), and to receive message, that there was a change from another source. I found THIS document. Is it enough to build such device? To be more precise, can I control multiple DMX universes with it? If not, what protocol should I use?
I plan to use Atmega162 with 2 UART interfaces. One will be connected to FTDI 232 to USB chip (the other will be used for Bluetooth module). I also plan to add MIDI support. It will be something like that: LINK but with even move stuff.
I need to be able to set values on each of 512 channels (on more than one universe), and to receive message, that there was a change from another source. I found THIS document. Is it enough to build such device? To be more precise, can I control multiple DMX universes with it? If not, what protocol should I use?
- Spirit
- Pro Supporter! (Moderator)
- Posts: 1421
- Joined: 10 Jul 2010, 20:55
- FreeStyler Version: 3.5.9
- I Use FreeStyler for: Nightclub Lighting
Re: Developing my own interface
hi
keep in mind on the atmega162 you only have 2x RX and 2xTX
for bluetooth , dmx and midi you need RX and TX so you miss 1xRX and TX
keep in mind on the atmega162 you only have 2x RX and 2xTX
for bluetooth , dmx and midi you need RX and TX so you miss 1xRX and TX
AMD FX-6100 (3.6ghz)x6, Nvidia 770GTX 4GB, 8GB Ram,ROG MB, enttec Pro, Open enttec, Velleman, T2250MTS-B1 22"touchscreen, Ilyama 23" screen, scans, dimm, rgbled, laser, soundsystem Just a drive-in show. Live and Dance
-
- Knows how to turn Lights ON
- Posts: 3
- Joined: 16 Feb 2014, 15:29
Re: Developing my own interface
I don't plan to use UART for DMX, because I want to have more precise control of timings. I'm going to use ordinary I/O ports.
I just received PRO2 API directly from Enttec support. I think this will be enought:)
I just received PRO2 API directly from Enttec support. I think this will be enought:)