Comments on: Flash/Upload MicroPython Firmware to ESP32 and ESP8266 https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Sat, 16 Sep 2023 14:47:45 +0000 hourly 1 https://wordpress.org/?v=6.8.2 By: José Gómez https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/#comment-861024 Sat, 16 Sep 2023 14:47:45 +0000 https://randomnerdtutorials.com/?p=74911#comment-861024 Hello Sara,
I am José Gómez from Spain and I tying to use Deep Sleep with ESP8266 ( d1 mini ) with Micropython and it works for some cicles, but after a while stop working. Could you help me?
If yes I will send the modules that I am using.

Thanks in advance,
José

]]>
By: Sara Santos https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/#comment-783617 Thu, 15 Sep 2022 09:59:03 +0000 https://randomnerdtutorials.com/?p=74911#comment-783617 In reply to viswanatha v.

Thanks 🙂

]]>
By: viswanatha v https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/#comment-783407 Wed, 14 Sep 2022 14:00:13 +0000 https://randomnerdtutorials.com/?p=74911#comment-783407 In reply to Sara Santos.

Thank you for the reply .Your books are very informative and easy to understand. Thank you so much

]]>
By: viswanatha v https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/#comment-783406 Wed, 14 Sep 2022 13:58:56 +0000 https://randomnerdtutorials.com/?p=74911#comment-783406 In reply to Jelle Aarnoudse.

Good question Even i had same question in my mind.thanks

]]>
By: Riley https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/#comment-771810 Sat, 30 Jul 2022 01:26:46 +0000 https://randomnerdtutorials.com/?p=74911#comment-771810 uPyCraft no longer works on MacOS Monterrey.

It requires PyQt4 (which is no longer available) and QScintilla which doesn’t seem to work.

]]>
By: Gil Greenwood https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/#comment-558986 Thu, 18 Feb 2021 15:41:01 +0000 https://randomnerdtutorials.com/?p=74911#comment-558986 Trying to flash micropython to my ESP8266. Cleared the board using esptool.py erase_flash. Found my serial port as /dev/ttyUSB0. I then rshell to finish getting REPL. The program starts but then REPL searches and hangs. Is there something I am doing wrong? Ideas?

]]>
By: Alan Knight https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/#comment-550965 Sat, 06 Feb 2021 15:04:14 +0000 https://randomnerdtutorials.com/?p=74911#comment-550965 After flashing the ESP32, there is no boot file in ‘device’. No error shows at end of the flash, but no positive msg either.

Please help.

Thanks

]]>
By: Alan Knight https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/#comment-550528 Fri, 05 Feb 2021 20:29:08 +0000 https://randomnerdtutorials.com/?p=74911#comment-550528 I am unable to create a boot.py file. PC keeps asking me for a path to store the file.

]]>
By: Sara Santos https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/#comment-529499 Tue, 15 Dec 2020 16:33:29 +0000 https://randomnerdtutorials.com/?p=74911#comment-529499 In reply to WILLIAM E WEBB.

Hi.
Unfortunately, that command is not longer supported.
Regards,
Sara

]]>
By: WILLIAM E WEBB https://randomnerdtutorials.com/flash-upload-micropython-firmware-esp32-esp8266/#comment-528344 Sat, 12 Dec 2020 21:10:15 +0000 https://randomnerdtutorials.com/?p=74911#comment-528344 Great tutorial. I was generally successful in installing micro Python on an ESP8266 and ESP32. I installed both IDEs on by WIN10 machine and both work well. uPyCraft IDE makes erasing and flashing the OS onto the microcontrollers easy.

Now down to my question:

In both IDES and on both controllers, %lsdevice returns an an error.

MicroPython v1.13 on 2020-09-11; ESP module with ESP8266

Type “help()” for more information.

%lsdevice
Unknown command: lsdevice

Help() works fine, so I know that I am ‘talking’ Thoughts? fixes?

One other thing that may or maynot be abnormal boot.py on both controllers contains only one comment line. Is that normal?

Is there a list of commands, like lsdevice?

]]>