Skip to content

Latest commit

 

History

History
44 lines (29 loc) · 1.58 KB

README.md

File metadata and controls

44 lines (29 loc) · 1.58 KB

MicroPython-ESP32

image

Flashing Micropython Firmware to ESP32 Board

Source code is available on Github, as a fork of MicroPython repo as ESP32 support has not been upstreamed yet. We could built the firmware from source, but there’s also a pre-built binary which you can download on MicroPython website.

ESPFlashDownloadTool Download

Web Link:https://www.espressif.com/en/support/download/other-tools image

Micropython Firmware Download

Web Link:http://micropython.org/download image

ESPFlashDownloadTool Set up

image

Putty Download

image

Successful Operation

#import os
#os.listdir()

image