Hi,
I´m very interested in the Base Board, but i´m not able to get it from the shop of the link, and i can not find it anywhere else... someone who knows where to get it?
Hi,
I´m very interested in the Base Board, but i´m not able to get it from the shop of the link, and i can not find it anywhere else... someone who knows where to get it?
Thank you for this library, I've been able to get this up and running without too much delay. My question is, if I want to control a single DMX light using a 2 channel mode, can I use this library to do that?
How would I specify data for each channel?
Thank you,
Julie
I had a special moment there... Of course the channels are specified using the address. In case anyone else's brain melts slightly when doing DMX, here's how it's done...
If your light is set to a 2 channel mode at address 1, then address 1 (0 in this code) is channel one and address 2 (1 in this code) is channel two for the light.
Hello,
Thank you for this library, I've been able to get this up and running without too much delay. My question is, if I want to control a single DMX light using a 2 channel mode, can I use this library to do that?
How would I specify data for each channel?
Thank you,
-- Julie
I had a special moment there... Of course the channels are specified using the address. In case anyone else's brain melts slightly when doing DMX, here's how it's done...
If your light is set to a 2 channel mode at address 1, then address 1 (0 in this code) is channel one and address 2 (1 in this code) is channel two for the light.
Hi,
What is the 2 channel mode?
For example, some moving lights have Pan/Tilt and Pan/Tilt Fine.
Address 1: Pan (or Tilt), Address 2: Pan Fine (or Tilt Fine)
int n = 12345; /* 0-65535(256*256-1) */
dmx.put(0, n >> 8);
dmx.put(1, n & 0xff);
Are you sure about this?
Hi,
What is the 2 channel mode?
For example, some moving lights have Pan/Tilt and Pan/Tilt Fine.
Address 1: Pan (or Tilt), Address 2: Pan Fine (or Tilt Fine)
<<code>>
int n = 12345; /* 0-65535(256*256-1) */
dmx.put(0, n >> 8);
dmx.put(1, n & 0xff);
<</code>>
Are you sure about this?
Sumimasenkedo FRDM-KL25Z wotsukaukara _uart ga naindesu
Error: Identifier "_uart" is undefined in "DMX/DMX.cpp", Line: 82, Col: 9
"RX" to "TX" wo tsukau hoo ga ii to omou kedo, bokiniwa, muzukashii desu.
Is there an easier way to do this, using just the UART, or do I need to scour the documentation for my board?
Sumimasenkedo FRDM-KL25Z wotsukaukara _uart ga naindesu
Error: Identifier "_uart" is undefined in "DMX/DMX.cpp", Line: 82, Col: 9
"RX" to "TX" wo tsukau hoo ga ii to omou kedo, bokiniwa, muzukashii desu.
Is there an easier way to do this, using just the UART, or do I need to scour the documentation for my board?
Hi
I'm struggling a bit to get a working receiving example to work. Would anyone be able to show me a simple single channel receiver code. For example controlling an led via PWM 0-255?
Also as an extension to that if anyone has a good idea on how to do 16bit values over two dmx channels with this library.
Thanks very much,
Alex
Hi
I'm struggling a bit to get a working receiving example to work. Would anyone be able to show me a simple single channel receiver code. For example controlling an led via PWM 0-255?
Also as an extension to that if anyone has a good idea on how to do 16bit values over two dmx channels with this library.
Thanks very much,
Alex
<<quote jldpaula>>
Hi,
I´m very interested in the Base Board, but i´m not able to get it from the shop of the link, and i can not find it anywhere else... someone who knows where to get it?
<</quote>>hello, what do you mean about base board? it is dmx512 led strip?
<<quote jldpaula>>
Hi,
I´m very interested in the Base Board, but i´m not able to get it from the shop of the link, and i can not find it anywhere else... someone who knows where to get it?
<</quote>>hello, what do you mean about base board? it is dmx512 led strip?
<<quote alvin666>>
<<quote jldpaula>>
Hi,
I´m very interested in the Base Board, but i´m not able to get it from the shop of the link, and i can not find it anywhere else... someone who knows where to get it?
<</quote>>hello, what do you mean about base board? it is dmx512 led strip?
<</quote>>yeah, and how can write the code? it is difficult for me. Every ic have it is address,right?
If write the addess,1-50,then,start from 52 is ok? appreciated your help.
<<quote alvin666>>
<<quote jldpaula>>
Hi,
I´m very interested in the Base Board, but i´m not able to get it from the shop of the link, and i can not find it anywhere else... someone who knows where to get it?
<</quote>>hello, what do you mean about base board? it is dmx512 led strip?
<</quote>>yeah, and how can write the code? it is difficult for me. Every ic have it is address,right?
If write the addess,1-50,then,start from 52 is ok? appreciated your help.
Hi, I'm trying to use your library in a bridge between ethernet ArtNet and DMX over 485.
I noticed some problem when using standard mbed "EthernetInterface.h".
Watching with an oscilloscope the 485 signal is different when using ethernet functions and my parled light has a DMX connection led flashing (it flashes when there is no DMX connection).
In my case, parled works correctly, but due to connection led flashing I think there are some issues.
Might be some interrupt conflicts?
I'm using LPC1768.
Thanks.
Hi, I'm trying to use your library in a bridge between ethernet ArtNet and DMX over 485.
I noticed some problem when using standard mbed "EthernetInterface.h".
Watching with an oscilloscope the 485 signal is different when using ethernet functions and my parled light has a DMX connection led flashing (it flashes when there is no DMX connection).
In my case, parled works correctly, but due to connection led flashing I think there are some issues.
Might be some interrupt conflicts?
I'm using LPC1768.
Thanks.
This site uses cookies to store information on your computer.
By continuing to use our site, you consent to our cookies.
If you are not happy with the use of these cookies, please review our
Cookie Policy
to learn how they can be disabled.
By disabling cookies, some features of the site will not work.
Access Warning
You do not have the correct permissions to perform this operation.
Hi, I´m very interested in the Base Board, but i´m not able to get it from the shop of the link, and i can not find it anywhere else... someone who knows where to get it?