Multi-protocol LED strip controller for ESP32 with RGB and RGBW support. Supports WS2812, WS2812B, SK6812, APA104, APA102, SK9822, LPD8806, and WS2801.
This library uses polymorphism and defines common interfaces for reading encoders and controlling motors allowing for easy open or closed loop motor control.
MetricsModule is a C++ class designed for collecting and sending metrics data from an ESP32-based device. The module supports buffering metrics in JSON format and sending them to a specified database URL. It integrates with FreeRTOS for task management and leverages ESP-IDF for network and logging capabilities.