STM32 LED strip (WS2812b) control 2: adjusting RGB colors using potentiometers

Опубликовано: 28 Ноябрь 2024
на канале: Steppe School
1,560
26

Source code:
https://www.patreon.com/user?u=80399744

Website:
https://www.steppeschool.com

This video is about controlling brightness of RGB colors in NeoPixel (WS2812) LEDs using potentiometers.

HARDWARE:
NeoPixel Board:
https://www.digikey.fr/fr/products/de...
STM32 Board: STM32F411E-DISCO

00:00 Introduction
00:48 ADC configuration using CubeMX
02:29 Updating code to control RGB colors using ADC readings
03:40 Code debugging