Mathieu

Results 17 comments of Mathieu

Any luck? I'm struggling with the same problem. I want to drive some WS2811 leds. Used the OctoWS2811 artnet example. The initTest() function works (I see red, green, blue leds)....

Hi, in my situation is does not work at all. By default MagicQ chamsys is set to broadcast.

Wel in your example the subnetmask is not defined. In my DIR-505 form DLINK which I regularly use together with my Chamsys lighting desk for live shows, the subnet mask...

Spend some more time on the unicast matter. After some reading I found where to set my MagicQ software to unicast instead of broadcast. Unicast seems to work, at least...

Yes, using the suggested: Ethernet.begin(mac, ip, dns, gateway, subnet); Artnet.begin()

it is for regular networking stuff. But for artnet you 'should' use 255.0.0.0 otherwise you limited to 255 devices. Therefor my gear is default set with this subnet. And I...

Meanwhile I figured it out. Regardless off the fact that I had interrupt issue I discovered something about Chamsys (or Art-Net 4 controller in general). Regardless of the fact that...

@LittleBigGorilla please read the above. @natcl well comp ability should be checked I guess. But the chance that you have a art-net controller with Art-Net versions 3 or lower is...

@lyon470 have you tried the fasted library? It looks very promising since it is more efficient per pixel. This should allow more data to be processed.

@Lotsanoiz SD card support is not covered in this repository. You can always make your own implementation, and add it to the examples once you got it working.