diff --git a/content/micropython-course/course/02.installation/assets/nanoesp32_micropython.bin b/content/micropython-course/course/02.installation/assets/nanoesp32_micropython.bin new file mode 100644 index 0000000000..b1e52db807 Binary files /dev/null and b/content/micropython-course/course/02.installation/assets/nanoesp32_micropython.bin differ diff --git a/content/micropython-course/course/02.installation/installation-tools.md b/content/micropython-course/course/02.installation/installation-tools.md index 5db99ac9e8..05f72637e1 100644 --- a/content/micropython-course/course/02.installation/installation-tools.md +++ b/content/micropython-course/course/02.installation/installation-tools.md @@ -57,6 +57,8 @@ Now open the Firmware Installer tool, select the Arduino Nano ESP32, and press * ![Installer with Board Selected](./assets/installer.png) +If the installer doesn't find the MicroPython firmware automatically, you can download it manually from [here](./assets/nanoesp32_micropython.bin) + **5. Connect your Code Editor and Board** In the Arduino Lab for MicroPython app, press **connect** in the top left corner and choose the serial port that comes up. This is your Nano ESP32.