esp-idf
esp-idf copied to clipboard
ESP32-S3-DevKitC-1 N32R8V on board RGB LED not working (IDFGH-13840)
Answers checklist.
- [X] I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
- [X] I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
- [X] I have searched the issue tracker for a similar issue and not found a similar issue.
General issue report
I am using ESP32 S3 for BLE mesh and running an example code onoff_server. I get my code running but the onboard LED is not working.
The board I have is v1.1 and the led pin number is 38 so I tried to change the pin number in the board.h but it is still not working. So my question is where else do I have to make changes?
I have these lines in the code, first one is running so the code is executed for sure.
ESP_LOGI(TAG, "BLE Mesh Node initialized");
board_led_operation(LED_G, LED_ON);
I tried to change the below line in the board.h
#define LED_G GPIO_NUM_47
to
#define LED_G GPIO_NUM_38
but still it is not working.
Sorry for the long delay in getting back to you and many thanks for being patient,We will fix the issue in the future.