ArtGateOne / ArtGateOne_DMX_4U

This is only test sketch for Arduino Mega - 4 universe dmx out - can dont work
6 stars 3 forks source link

!!!!!!!!!!!!!!!!!!!! #1

Open Romaneriomin opened 2 weeks ago

Romaneriomin commented 2 weeks ago

{348551DB-7D9B-4ADF-AD19-DA6301129E4B}

Romaneriomin commented 2 weeks ago

The sketch is not filled in

ArtGateOne commented 2 weeks ago

You don’t seriously think I would upload a non-functional sketch, do you?

Are you sure you have the DMX library included in the package?

In the file lib_dmx.h, make sure the definitions are uncommented for: // comment UARTs not used

define USE_UART0

define USE_UART1

define USE_UART2

define USE_UART3

The code compiles correctly; however, I have some bad news – this code won’t work properly because the Arduino Mega is too slow to process 4 universes of ArtNet correctly. This was written for testing purposes, unfortunately image

image

ArtGateOne commented 2 weeks ago

https://pastebin.com/EwVJJzqC

ArtGateOne commented 2 weeks ago

I'm sorry, I accidentally deleted your comment. Try the example in the link above—it should work, the version without OLED.

Romaneriomin commented 2 weeks ago

Thanks! I'll unsubscribe and try this option!

Romaneriomin commented 2 weeks ago

I found the problem, I had to comment on the lines in lib_dmx.h . Your sketch was uploaded immediately! Thank you very much, I am very grateful!