The IoT Smart Lamp: Phase 1
Started prototyping a smart lamp using an ESP32 and a WS2812B LED ring. The goal is to sync the light with my VS Code theme.
[ESP32:GPIO2] ----> [DIN:WS2812B]
[ESP32:GND] ----> [GND:WS2812B]
[ESP32:5V] ----> [5V:WS2812B] (External Power Recommended)
[ESP32:GND] ----> [GND:WS2812B]
[ESP32:5V] ----> [5V:WS2812B] (External Power Recommended)
Currently writing the MQTT subscriber logic to handle color data from a Node.js server.