Page 1 of 1

Using ESP32-C2(ESP8684) for controlling WS2812B without RMT

Posted: Thu Jun 15, 2023 4:48 am
by John_Smith
Hello All

I am New to this community and also new to ESP32 SoC.

Currently i am trying to control WS2812 LEDs with ESP8684.

But i got information that all libraries available for ESP32 are based on RMT or I2S while ESP8684 do not have either RMT of I2S .

Is there any other library or method to control WS2812 using ESP8684 (ESP32-C2) ?

No of LEDs are about 75-80 Pcs.

Any suggestion or help will be really appreciated as i already ordered bulk volume of ESP8684 Chips from supplier .


Regards

Re: Using ESP32-C2(ESP8684) for controlling WS2812B without RMT

Posted: Fri Jun 16, 2023 1:38 am
by ESP_Sprite
You could use SPI, but I'm not sure if there's a library for that. Moving up to the ESP8685 (C3) is not an option?

Re: Using ESP32-C2(ESP8684) for controlling WS2812B without RMT

Posted: Sun Jun 18, 2023 7:16 pm
by John_Smith
I alredy have C2 chips ... I decided to test with them using SPI ... If not work then no option left so will use C3