Page 1 of 1

ESP32S2 (ESP32-S2-Saola-1) WS2812 example project

Posted: Sun Apr 12, 2020 2:25 am
by robobox
I have an ESP32-S2-Saola-1 development board and I am trying to get the WS2812 led going. I was able to successfully build and test the "Helloworld" example project to load and run. So I moved onto the 'rmt/LED_STRIP' project.

I duplicated the LED_STRIP project, ran 'idf.py set-target esp32s2' succesfully. Then i ran 'idf.py menuconfig' and set the 'RMT_TX_GPIO = 18' and the 'Number of LEDS in a strip = 1'. I was able to build and flash the project and see the starting log information print in the monitor.

When I run the project the WS2812 led just stays off, and I don't see any colors. Is there somthing I am missing? Is this the appropriate example to test the WS2812 on the board?

Thanks,
Terry

Re: ESP32S2 (ESP32-S2-Saola-1) WS2812 example project

Posted: Mon Apr 13, 2020 4:56 am
by robobox
I figured it out. I have v1.1 of the Saola board which has the RGB led pin mapped to pin 17 not 18 like v1.2. FYI, The only documentation I can find is for the v1.2 board.

Re: ESP32S2 (ESP32-S2-Saola-1) WS2812 example project

Posted: Mon Jul 06, 2020 12:14 am
by dpharris
robobox wrote:
Mon Apr 13, 2020 4:56 am
I figured it out. I have v1.1 of the Saola board which has the RGB led pin mapped to pin 17 not 18 like v1.2. FYI, The only documentation I can find is for the v1.2 board.
Did you get your code to work? I have V1.2, so the example code should just work for me?

Thanks
David