How to install MicroPython firmware on ESP32/ESP8266

preview_player
Показать описание
This post will discuss installing MicroPython in an ESP32/ESP8266 MicroController Unit (MCU) and the steps to download the appropriate firmware.

WriteUp:

If you like my post or videos then please consider subscribing to my channels and sharing them with your friends:


If you are generous and you think I have helped you then please consider buying me a coffee. 🙂
Buy Me a Coffee:



#esp32
#micropython
#esp8266
Рекомендации по теме
Комментарии
Автор

Second thing: since there are new versions, you need to change the second line of command to the folder you downloaded at the start, for me it's
so... the command would be
esptool --port COM11 --baud 460800 write_flash --flash_size=detect 0

That's all! sorry for posting twice, it's to remind me myself this things for the future.

caprimurr
Автор

Hello, it state in my command that esptool.py is not recognize as internal or external command, operable program or batch file...how to solve this?

JanelleLykaEnricoso
Автор

how to backup/resotre original firmware on the board if we want to recovery it to default?? tks

rickhuang