I am trying to do the “Hello World!” Web Server project in “MicroPython Programming with ESP32 and ESP8266 V1.3”
Projects in the book have worked well up to this point but each time I try to run this project in REPL I get this message
“rst:0x1 (POWERON_RESET),boot:0x3 (DOWNLOAD_BOOT(UART0/UART1/SDIO_REI_REO_V2))
waiting for download”
and I cannot see a way forward – any help out there??
I am using a ESP32 DEVKITV1
Hi.
I think that means that the board is not in flashing mode.
Do you have any peripherals connected to your board? Which board are you using?
Regards,
Sara
Hi Sara,
thanks for your response. I have resolved the issue by changing the IDE from mu to thonney! Not sure why but it worked first time using thonney. I changed IDE because I was having difficulty viewing files with mu (ie needed multiple attempts and disconnects for the ‘file’ button to work.