April 2020
Intermediate to advanced
294 pages
7h 53m
English
In order to download the ESP32 MicroPython image to the ESP32 development board, we need to download the Espressif ESP32 flash utility tool. This tool can be downloaded from GitHub at https://github.com/espressif/esptool.
Alternatively, you can download and install esptool from your computer terminal with pip, using the following command:
pip install esptool
This tool is what we will use to program MicroPython into our development board.
Read now
Unlock full access