Hi
Can someone check my code for deep sleep. I am unable to get it below 9mA. Please help
#define uS_TO_S_FACTOR 1000000 /* Conversion factor for micro seconds to seconds */
#define TIME_TO_SLEEP 3 /* Time ESP32 will go to sleep (in seconds) */
RTC_DATA_ATTR int bootCount = 0;
int GREEN_LED_PIN ...
Search found 2 matches
- Fri Feb 01, 2019 3:41 pm
- Forum: General Discussion
- Topic: Deep Sleep issue
- Replies: 1
- Views: 3486
- Thu Jan 31, 2019 1:45 pm
- Forum: General Discussion
- Topic: Functions to display current tasks and memory usage
- Replies: 8
- Views: 26836
Re: Functions to display current tasks and memory usage
Hi
Can someone check my code for deep sleep. I am unable to get it below 9mA. Please help
#define uS_TO_S_FACTOR 1000000 /* Conversion factor for micro seconds to seconds */
#define TIME_TO_SLEEP 3 /* Time ESP32 will go to sleep (in seconds) */
RTC_DATA_ATTR int bootCount = 0;
int GREEN_LED_PIN ...
Can someone check my code for deep sleep. I am unable to get it below 9mA. Please help
#define uS_TO_S_FACTOR 1000000 /* Conversion factor for micro seconds to seconds */
#define TIME_TO_SLEEP 3 /* Time ESP32 will go to sleep (in seconds) */
RTC_DATA_ATTR int bootCount = 0;
int GREEN_LED_PIN ...