Page 1 of 1

Madmapper and Arduino Uno Communication

Posted: Thu Apr 25, 2019 5:43 am
by Xenophile
Hello,

Currently trying to use the Madmapper tutorial for interfacing with WS2812 leds though a Arduino/Teensy, right now sticking with just 30 leds and an Arduino Uno, while running a Windows 10 machine.

I've managed to get it communicating but with many errors. Static images don't work at all, and moving the fixture or placing an animated material leads to glitchy behavior, like random pixels firing or not, the leds refreshing with no fixed periodicity, and a third of the strip being completely ignored even if it worked with the embeded testing method.

Is there something I am missing about the implementation, is it inherently buggy or is there something about using the Arduino UNO that simply isn't enough despite the smaller scale?


Tutorial
https://madmapper.com/arduino-led-strip ... apper-2-1/

Re: Madmapper and Arduino Uno Communication

Posted: Fri May 17, 2019 1:16 pm
by Teunkneus
Hello,

Currently trying to use the Madmapper tutorial for interfacing with WS2812 leds though a Arduino/Teensy, right now sticking with just 30 leds and an Arduino Uno, while running a Windows 10 machine.

I've managed to get it communicating but with many errors. Static images don't work at all, and moving the fixture or placing an animated material leads to glitchy behavior, like random pixels firing or not, the leds refreshing with no fixed periodicity, and a third of the strip being completely ignored even if it worked with the embeded testing method.

Is there something I am missing about the implementation, is it inherently buggy or is there something about using the Arduino UNO that simply isn't enough despite the smaller scale?


Tutorial
https://madmapper.com/arduino-led-strip ... apper-2-1/
Did you use the serial one line .ino?
Change the settings for the correct led stripWS2812 (check if it's not a B rev) (undo the comment in the arduino code)
Make sure the settings in madmapper are correct with RGB or GBR etc.

I just did it with WS2812b and works like a charm.

Re: Madmapper and Arduino Uno Communication

Posted: Sun May 19, 2019 9:15 pm
by mad-matt
Personnalty I never get it to work properly with an arduino. Only with Teensy. But it seems possible depending on the USB chipset. If you really want to use it, just get a teensy. Or use a good pixel controller hardware for a professional setup.