Open blackberryer opened 1 year ago
Hi , Yes, it requires an additional controller to relay your controller and WS2812B light. Like this:
Hi , Yes, it requires an additional controller to relay your controller and WS2812B light. Like this:
Okay, thank you for your reply and more intuitive images. Now I understand
I just used the library "Free WS2812 Lib for ESP32" , which was great and greatly simplified the time spent writing code.
I saw the library 'Freeove_WS2812B-RGBLED_Controller', which has an I2C address in the code, but the pins of WS2812B are DIN, VDD, DO, and GND, respectively. I did not see an I2C address on the datasheet, which seems to mean that the internal IC of WS2812B does not support I2C communication. Does the library 'Freeove_WS2812B-RGBLED_Controller' mean that an additional control IC needs to be added?