ESP-32S2 Dev/KitC-1 RGB LED
Posted: Fri Mar 17, 2023 7:31 am
I purchased 3 of these units all with an RGB demo on them.
After flashing the demo Blink from the IDF examples, it stopped blinking. Why?
I measured pin 2 of the LED, data in, and it connected to pin 18 (left) which is GPIO 12, not GPIO 18.
Checking one of the other "virgin" boards, pin 2 also goes to pin 18 which is GPIO 12.
All this is derived from the documents from:
https://docs.espressif.com/projects/esp ... itc-1.html
No. Name Type 1 Function
18 12 I/O/T RTC_GPIO12, GPIO12, TOUCH12, ADC2_CH1, FSPICLK, FSPIIO6
Meanwhile in the schematic SCH_ESP32-S2-DEVKITC-1_V1_20220817.pdf and the list above:
11 18 I/O/T RTC_GPIO18, GPIO18, U1RXD, ADC2_CH7, DAC_2, CLK_OUT3, RGB LED
The RGB LED does not connect through R17 to pin 11....
What exactly is going on here with the schematic and document?
How do I correct the RGB LED in the software to point to pin 18 GPIO 12?
Have I lost my mind????
Or how to dump the code from the untouched boards to preserve the blink that cam with
them?
After flashing the demo Blink from the IDF examples, it stopped blinking. Why?
I measured pin 2 of the LED, data in, and it connected to pin 18 (left) which is GPIO 12, not GPIO 18.
Checking one of the other "virgin" boards, pin 2 also goes to pin 18 which is GPIO 12.
All this is derived from the documents from:
https://docs.espressif.com/projects/esp ... itc-1.html
No. Name Type 1 Function
18 12 I/O/T RTC_GPIO12, GPIO12, TOUCH12, ADC2_CH1, FSPICLK, FSPIIO6
Meanwhile in the schematic SCH_ESP32-S2-DEVKITC-1_V1_20220817.pdf and the list above:
11 18 I/O/T RTC_GPIO18, GPIO18, U1RXD, ADC2_CH7, DAC_2, CLK_OUT3, RGB LED
The RGB LED does not connect through R17 to pin 11....
What exactly is going on here with the schematic and document?
How do I correct the RGB LED in the software to point to pin 18 GPIO 12?
Have I lost my mind????
Or how to dump the code from the untouched boards to preserve the blink that cam with
them?