English
Project demonstrating the basic use of the WS2812B addressable LED strip by adjusting the color of each LED independently. Teaches pixel-based color control with the FastLED library.
A project that creates a police strobe effect by rapidly flashing red and blue colors with WS2812B LED strip. Teaches group-based LED control and animation timing logic.
Project to create a walking light effect by sequentially moving a single LED forward in a WS2812B LED strip. Teaches pixel-based sequential animation logic.
A fill-drain animation project that accumulates LEDs on a WS2812B LED strip by sequentially lighting them, then sequentially extinguishing them. Teaches accumulative LED animation logic.
Project to create a Knight Rider style black lightning effect by moving a single LED back and forth on the WS2812B LED strip. Teaches bidirectional pixel animation.
Project to create a continuously changing rainbow color transition animation on a WS2812B LED strip using HSV color space. Teaches the use of the CHSV color model and the EVERY_N_MILLISECONDS macro.
Advanced animation project with FastLED palette system on WS2812B LED strip that automatically changes different color palettes such as rainbow, cloud, party, etc. based on time.
Project that creates a continuous scrolling rainbow animation with HSV color space on WS2812B LED strip. It teaches the logic of smooth color transition by changing the hue value depending on time.