February 26, 2020
Description
Parts used:
1x ws2812 led ring with 24 units
1x esp01s
1x ws2812 esp01s to ws2812 adaptor unit
Firmware:
ESPHOME
Configure the led ring with neopixelbus
Here is an example that works:(Only the light section of esphome configuration file)
light: - platform: neopixelbus name: "3D Printer LED Light" type: GRB pin: GPIO2 id: printer_led num_leds: 24 method: ESP8266_UART1
License:
Creative Commons - Attribution