Search found 2 matches

by jagpreetw
Fri Feb 01, 2019 3:41 pm
Forum: General Discussion
Topic: Deep Sleep issue
Replies: 1
Views: 2922

Deep Sleep issue

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 = 25...
by jagpreetw
Thu Jan 31, 2019 1:45 pm
Forum: General Discussion
Topic: Functions to display current tasks and memory usage
Replies: 8
Views: 21427

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 = 25...