ESP32 - Pin14 LED
Posted: Sun Dec 24, 2017 2:34 pm
Hey guys
I am using ESP32 with esp-idf on a ESP32 Thing from Sparkfun.
I have a rgb-LED on pins 12-14. Now i have the Problem that during deep sleep the red led (pin 14) is always slightly shining.
Pin 14 is configured as GPIO --> PIN_FUNC_SELECT(GPIO_PIN_MUX_REG[14], PIN_FUNC_GPIO);
Why is this the case? And is there any possibility to turn off this port during deep sleep?
My deep sleep config is: esp_sleep_pd_config(ESP_PD_DOMAIN_MAX, ESP_PD_OPTION_OFF);
Thanks for your help.
I am using ESP32 with esp-idf on a ESP32 Thing from Sparkfun.
I have a rgb-LED on pins 12-14. Now i have the Problem that during deep sleep the red led (pin 14) is always slightly shining.
Pin 14 is configured as GPIO --> PIN_FUNC_SELECT(GPIO_PIN_MUX_REG[14], PIN_FUNC_GPIO);
Why is this the case? And is there any possibility to turn off this port during deep sleep?
My deep sleep config is: esp_sleep_pd_config(ESP_PD_DOMAIN_MAX, ESP_PD_OPTION_OFF);
Thanks for your help.