April 2020
Intermediate to advanced
294 pages
7h 53m
English
Once you have downloaded your ESP32 image and installed esptool, it is time to flash the development board with the MicroPython kernel. With a brand new development board, we must first erase the existing firmware. Once the firmware is erased, we can then program a new image onto the device and, after a reset, we should see the familiar MicroPython REPL appear in the terminal. Let's get started:
esptool.py –chip esp32 –port COM3 erase_flash ...
Read now
Unlock full access