amc2020:group_n:deepsleep
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
amc2020:group_n:deepsleep [2020/07/27 17:21] – jonas001 | amc2020:group_n:deepsleep [2023/01/05 14:38] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | < | ||
+ | < | ||
+ | <a href=" | ||
+ | <span style=" | ||
+ | ↩ Back to the main page | ||
+ | </ | ||
+ | </a> | ||
+ | </ | ||
+ | </ | ||
+ | |||
====== ESP32 Deep Sleep Mode ====== | ====== ESP32 Deep Sleep Mode ====== | ||
Line 71: | Line 81: | ||
==== 3.2 The Code Explained ==== | ==== 3.2 The Code Explained ==== | ||
+ | < | ||
+ | <ol> | ||
+ | <li> | ||
+ | After including the < | ||
+ | </li> | ||
+ | <li> | ||
+ | The function < | ||
+ | </li> | ||
+ | <br> | ||
+ | <li> | ||
+ | When using the < | ||
+ | </li> | ||
+ | <li> | ||
+ | After waking up, the alarm flag 1 of the DS3231' | ||
+ | </li> | ||
+ | <li> | ||
+ | The serial connection is started to test whether the sketch is working. After waking up, the ESP32 prints some data to the monitor. Then a counter is counting down from 3 to 0 and the ESP32 goes back into deep sleep. | ||
+ | </li> | ||
+ | <li> | ||
+ | The function < | ||
+ | </li> | ||
+ | <li> | ||
+ | The function < | ||
+ | </li> | ||
+ | <li> | ||
+ | When the deep sleep is activated, the rest of the program code is just not executed. After resetting, the ESP32 starts again with the < | ||
+ | </li> | ||
+ | </ol> | ||
+ | </ | ||
+ | |||
+ | ==== 3.3 Results ==== | ||
+ | |||
+ | Apart from the timestamps on the left, the result in the serial monitor should look like this. In the data that the ESP32 prints by itself, it can be seen that the reset occured due to waking up from deep sleep (1). Furthermore, | ||
+ | |||
+ | When comparing the time stamps (1, 3 and 4) it becomes visible that the wake up from deep sleep occurred always 1 minute after the last wake up. However, the milliseconds are always varying a little bit. This might be due to the temperature compensation of the DS3231 through which the capacitance and therefore the frequency of the oscillator are changed. So, there might be very small inaccuracies, | ||
+ | |||
+ | < | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | 18: | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | < | ||
+ | < | ||
+ | <a href=" | ||
+ | <span style=" | ||
+ | Back to the top ⤴ | ||
+ | </ | ||
+ | </a> | ||
+ | </ | ||
+ | </ | ||
+ | </ |
amc2020/group_n/deepsleep.1595863318.txt.gz · Last modified: 2023/01/05 14:38 (external edit)