I connected 5 AVR controllers serialy by Rx Tx. All are synchronizing by another controller . While this process some patterns makes rest 5 AVR. I uploaded all patterns single AVR controller are run it individually,it works fine .
Plz send me a solution. Sorry for my bad english.
Thank you.
Probably too much load on the serial signal.
Either boost, the signal.
Or connect them in series and alter the code on each to re-transmit to the next, whatever it received.
Are you using WS2812 LEDs? If so, the interrupts needed for serial communication are blocked while the LEDs update.
UCS1903 pixel and I am using only Tx of one controller and connect to Rx of remaining 5 controllers
Thank you for suggestions . My problem is solved.