Hello @KAYDE1 maybe checkout this example here? To make it work I had to adapt the GPIO used for the LEDs: // buscfg.pin_data = 26; buscfg.pin_data = 25; I also added a delay(1000); at the end of the loop(). Thanks Felix