Reply to thread

Config looks good, most likely its an hardware issue (cable / interference) which can be tricky to find so would double check cables and if all else fails try the led strips areas (left /right etc..) separately to see if you get the same results.


If you experience any significant lag in the leds you could double check the buffer size in the Arduino config and the baud rate change in the rPI config as that would also result in data transmit errors (delays / requests piling up), the easiest way to check if that's the case is to reduce the led count to somewhere between 50 and 90 as that is something a baud rate of 115200 can still handle.


Top Bottom