DMX 512 complete solution

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 4.
To post in this forum you must have a registered copy of Flowcode 4 or higher. To sign up for this forum topic please use the "Online Resources" link in the Flowcode Help Menu.

Moderator: Benj

Post Reply
User avatar
rene
Posts: 56
Joined: Sun Sep 13, 2009 11:27 am
Location: Dordrecht - Nederland
Has thanked: 5 times
Been thanked: 2 times
Contact:

DMX 512 complete solution

Post by rene »

Hi,

On the forum is not much to read about flowcode4 and DMX512.
Is there anyone who has a complete solution DMX512.
An example for both DMX master and slave would be helpful

Thanks ....

Rene van Dijk

User avatar
Dan81
Valued Contributor
Valued Contributor
Posts: 268
Joined: Sun Jan 15, 2006 4:07 pm
Location: Albi France
Been thanked: 60 times
Contact:

Re: DMX 512 complete solution

Post by Dan81 »

Hello Rene

I've made 2 years ago a Custom Code for DMX (from RS232 component) and with Flowcode3.
It's only a Master mode and the hardware SCI of the Pic.
I've made some macros for init, break, startcode, data ...

I have no Slave mode, it is a little bit more complicated.

If you can tell me what you want to do , I will search the Flowchart and change it into Flowcode4.


Daniel

User avatar
Jay Dee
Posts: 398
Joined: Tue Aug 18, 2009 6:42 pm
Has thanked: 121 times
Been thanked: 154 times
Contact:

Re: DMX 512 complete solution

Post by Jay Dee »

Hi Guys,
Being very lazy...but did anyone make any progress with a DMX Slave ?
I've been playing with an RGB project and realized that free software and a USB to DMX dongle are very cheap and a PC based DMX program would remove all of the complex hard coding of light patterns from a custom base unit.
I've started to read bits from the web on DMX and will have some bedtime reading on the protocol but if anyone has made progress already... :)

I'll be going for something tiny, light and minimal for this application but still want it reliable; circuit wise I guess i'll need,
> 3 x Pwm output drivers for the R,G,B channels.
> some voltage protection and regulation.
> RS485 driver chip.
> usual support circuit bits and PIC. I guess I would need a resonator to keep the PIC good for timing the signal in.
> optional jumpers to set DMX slave address. (I could hard code this instead)

Hard bit will be the firmware I guess.

Post Reply