Connection
To connect the module to the universal fixture, we will use a wire with a six-pin IDC connector. First, connect the flat six-core wire with an IDC connector to the universal fixture at position 1 and then connect the other side to the module. The IDC connector has a groove on one side, so it can only be connected in one direction.
Program
Basic program
This program displays a rainbow on the Neopixel, with the colors rotating continuously. The visual effect is created by constantly repeating the rotation of the colors, which makes the LEDs create the impression of a moving light strip.
The program uses the Neopixel library, where the "SET" block sets the strip variable, which determines the number of LEDs (in our case 8) and the connection pin (pin 14). The strip show block turns on the display and activates the rainbow effect. By repeating the rotation in a loop, a smooth and constant movement of colors around the circle is achieved.


