ESP-01S Crashes

Code
The ESP-01S keeps crashing every time I enter something on the webpage, and this is the error message in the serial monitor:

08:41:24.839 -> ets Jan 8 2013,rst cause:2, boot mode:(3,7)
08:41:24.839 ->
08:41:24.839 -> load 0x4010f000, len 3424, room 16
08:41:24.885 -> tail 0
08:41:24.885 -> chksum 0x2e
08:41:24.885 -> load 0x3fff20b8, len 40, room 8
08:41:24.885 -> tail 0
08:41:24.885 -> chksum 0x2b
08:41:24.885 -> csum 0x2b
08:41:24.885 -> v0005be50
08:41:24.885 -> ~ld

Could someone please help me with the code? The code I'm using is in the 'esp master' folder in the link I provided.

Thank you, Oliver

It seems something triggers the boot mode. Usually boot mode is activated by holding the boot pin low. Did you connect anything to this boot pin?
Here it sais thare are several pins involved to enter boot and flash mode:
ESP32 Pinout Reference - Last Minute Engineers).¹
Please provide a schematic.
And add the code in the forum in code tags.

Code for the OP's project....

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.