Hi, good afternoon:
In module3Unit4 the result shown in the line monitor is different form what is shwon in the course files information.
I got:
“…
rst:0x5 (DEEPSLEEP_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:8896
load:0x40080400,len:5816
entry 0x400806ac
Boot number: 2
Wakeup caused by external signal using RTC_IO
Going to sleep now
ets Jun 8 2016 00:22:57
rst:0x5 (DEEPSLEEP_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1044
load:0x40078000,len:8896
load:0x40080400,len:5816
entry 0x400806ac
Boot number: 3
Wakeup caused by external signal using RTC_IO
Going to sleep now
…”
In the coures it only shows the
“….
Boot number: 2
Wakeup caused by external signal using RTC_IO
Going to sleep now
Boot number: 3
Wakeup caused by external signal using RTC_IO
Going to sleep now
…”
I don’t find any reason for the difference.
Regards:
Ronald
Hi Ronald.
Your output is ok.
The ESP32 prints that when it wakes up (it’s the same as resetting the ESP32). So, everything is fine.
Regards,
Sara
Thanks for your answer. All clear now
For rookies as me, please consider putting a note in the course documents
regards:
Ronald