I'm working with ESP12 and an RGB led (common cathode) wired as follows:
ESP GPIO12 -----> R
ESP GPIO13 -----> G
ESP GPIO14 -----> B
(Cathode pin connected to GND)
I noticed that during the deep sleep the LED is slightly turned on and, after the deep sleep (when the ESP starts again), it makes a fast blink.
The strange is that before calling ESP.deepSleep the led is completely turned off and also after it starts again I turn off the led as first.
What can I do to be sure that during deep sleep the LED is completely turned off and then it doesn't make a blink?
Can you help me?
Tell me if you need further information
Thanks
Big