[ FIRMWARE / DELIVERY ]REV 2.6UNIT D-01
STM32 WiFi Lamp
Source distribution for the stm32_wifi_lamp controller firmware. Four files, no build artifacts. Each download is the exact source you see listed below.
- Files
- 4
- Total size
- 14.5 KB
- Language
- C / Embedded
- License
- MIT
[ PRIMARY ARTIFACT ]224 LINES
main.c
Firmware entry point - boot, WiFi join over ESP-AT, TCP request parsing, main loop.
[ ALL FILES ]
4 ITEMS- 01main.c7.2 KB · 224 ln
Firmware entry point - boot, WiFi join over ESP-AT, TCP request parsing, main loop.
- 02light_control.c3.8 KB · 116 ln
WS2812B lamp driver - framebuffer, brightness scaling, pulse and rainbow effects.
- 03light_control.h1.4 KB · 51 ln
Public lamp API - power state, solid color, brightness, and effect control.
- 04README.md2.1 KB · 65 ln
Hardware, wiring, build/flash steps, and the HTTP control surface reference.