Hi All,
I build a 9x9 WS2812 array with Neomatrix and try to control it by IR using the IRLremote library from Nico Hood. It works, however, only for a short period of time. When starting I am able to receive reliable results but then, after lets say 30 secs, the serial monitor shows random looking IR data and then stops receiving data.
The matrix program keeps on running, but there is no response by the Arduino on the IR input anymore. Has anyone got any idea?
My only remaining thought after my own trial and error research is that it is like there is a memory of buffer that gets full. But I have no idea if that could be possible and if yes, how to clear it...
The matrix and receiver are hooked up on an Arduino Uno.
Any input or feedback would be appreciated.
Thanks!