Hi.
I have a problem with the ESP8266 D1 mini (specifically this board: https://www.aliexpress.com/item/D1-mini-Mini-...ment-board-based-ESP8266-by/32651747570.html).
The problem is that after exiting deepsleep (which can be seen on the port monitor in the Arduino IDE), the board no longer executes code. Only something like this appears on the console:
ets Jan 8 2013,rst cause:5, boot mode:( 3,6)
ets_main.c
Nothing happens after that. If I press reset again I get this:
ets Jan 8 2013,rst cause:2, boot mode:( 3,6)
And the program still does not stratify.
I press reset again and then only the program starts.
I've tried some more with shorting D0 and RST (although apparently on this board you don't need to), but the end result is similar, only cause is "2".
ets Jan 8 2013,rst cause:2, boot mode:( 3,6)
What is wrong. A broken board? If I am not using deepsleep then the tile is working correctly.
Deepsleep is fired by the command:
ESP.deepSleep(10 * 1000000);
I have tried even the simplest application which does nothing but send a teskt to the serial - it does not help.
I have a problem with the ESP8266 D1 mini (specifically this board: https://www.aliexpress.com/item/D1-mini-Mini-...ment-board-based-ESP8266-by/32651747570.html).
The problem is that after exiting deepsleep (which can be seen on the port monitor in the Arduino IDE), the board no longer executes code. Only something like this appears on the console:
ets Jan 8 2013,rst cause:5, boot mode:( 3,6)
ets_main.c
Nothing happens after that. If I press reset again I get this:
ets Jan 8 2013,rst cause:2, boot mode:( 3,6)
And the program still does not stratify.
I press reset again and then only the program starts.
I've tried some more with shorting D0 and RST (although apparently on this board you don't need to), but the end result is similar, only cause is "2".
ets Jan 8 2013,rst cause:2, boot mode:( 3,6)
What is wrong. A broken board? If I am not using deepsleep then the tile is working correctly.
Deepsleep is fired by the command:
ESP.deepSleep(10 * 1000000);
I have tried even the simplest application which does nothing but send a teskt to the serial - it does not help.