@@ -52,25 +52,41 @@ The first step is to get the most recent MicroPython firmware.bin file and load
5252## Deploying the firmware
5353### Selecting Serial Port
5454Go to Tools > Serial and select your ESP32 COM port (in our case it’s COM3).
55- ![ uPyCraft-IDE-Select-Serial-Port-COM3] ( https://github.com/Hatem-Zehir/MicroPython-ESP32-Examples/blob/main/assets/uPyCraft-IDE-Select-Serial-Port-COM3.png )
55+
56+ <p align =" center " >
57+ <img src =" https://github.com/Hatem-Zehir/MicroPython-ESP32-Examples/blob/main/assets/uPyCraft-IDE-Select-Serial-Port-COM3.png " >
58+ </p >
5659
5760### Selecting the Board
5861Go to Tools > Board. make sure you select the "esp32" option:
59- ![ uPyCraft-IDE-Select-Board-ESP32] ( https://github.com/Hatem-Zehir/MicroPython-ESP32-Examples/blob/main/assets/uPyCraft-IDE-Select-Board-ESP32.png )
62+
63+ <p align =" center " >
64+ <img src =" https://github.com/Hatem-Zehir/MicroPython-ESP32-Examples/blob/main/assets/uPyCraft-IDE-Select-Board-ESP32.png " >
65+ </p >
6066
6167### Flashing/Uploading MicroPython Firmware
6268Finally, go to Tools > BurnFirmware menu to flash your ESP32 with MicroPython.
63- ![ uPyCraft-IDE-Tools-burn-Firmware] ( https://github.com/Hatem-Zehir/MicroPython-ESP32-Examples/blob/main/assets/uPyCraft-IDE-Tools-burn-Firmware.png )
69+
70+ <p align =" center " >
71+ <img src =" https://github.com/Hatem-Zehir/MicroPython-ESP32-Examples/blob/main/assets/uPyCraft-IDE-Tools-burn-Firmware.png " >
72+ </p >
73+
6474Select all these options to flash the ESP32 board:
6575* board: esp32
6676* burn_addr: 0x1000
6777* erase_flash: yes
6878* com: COM3
6979* Firmware: Select "Users" and choose the .bin file downloaded earlier
70- ![ flash-firmware-esp32-prepare] ( https://github.com/Hatem-Zehir/MicroPython-ESP32-Examples/blob/main/assets/flash-firmware-esp32-prepare.png )
80+
81+ <p align =" center " >
82+ <img src =" https://github.com/Hatem-Zehir/MicroPython-ESP32-Examples/blob/main/assets/flash-firmware-esp32-prepare.png " >
83+ </p >
84+
7185Having all the settings selected, hold-down the "BOOT/FLASH" button in your ESP32 board. While holding down the “BOOT/FLASH“, click the “ok” button in the burn firmware window:
7286
73- ![ OK-update-firmware-esp32] ( https://github.com/Hatem-Zehir/MicroPython-ESP32-Examples/blob/main/assets/OK-update-firmware-esp32.png )
87+ <p align =" center " >
88+ <img src =" https://github.com/Hatem-Zehir/MicroPython-ESP32-Examples/blob/main/assets/OK-update-firmware-esp32.png " >
89+ </p >
7490
7591When the "EraseFlash" process begins, you can release the "BOOT/FLASH" button. After a few seconds, the firmware will be flashed into your ESP32 board.
7692
0 commit comments