Arduino Nano ESP32

Vendor: Arduino
Features: BLE, External Flash, RGB LED, USB-C, WiFi
Source on GitHub: esp32/ARDUINO_NANO_ESP32
More info: Website

Installation instructions

Via dfu-util

This board can programmed via DFU bootloader, using e.g. dfu-util. To enter the DFU bootloader, double tap the reset (blue) button, or you can use machine.bootloader() from the MicroPython REPL.

dfu-util -d 0x2341:0x0070 -R -D build-ARDUINO_NANO_ESP32/micropython.app-bin

Please note that the DFU bootloader comes factory flashed. Should you for any reason erase the entire flash, the DFU bootloader will have to be re-installed. Please follow the instructions here to do so.

Firmware

Releases

v1.22.2 (2024-02-22) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map] / [Release notes] (latest)
v1.22.1 (2024-01-05) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map] / [Release notes]
v1.22.0 (2023-12-27) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map] / [Release notes]
v1.21.0 (2023-10-05) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map] / [Release notes]

Preview builds

v1.23.0-preview.344.gb1ac266bb (2024-04-28) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
v1.23.0-preview.343.ge60e8079a (2024-04-26) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
v1.23.0-preview.342.g7b050b366 (2024-04-25) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
v1.23.0-preview.341.g49af8cad4 (2024-04-25) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
(These are automatic builds of the development branch for the next release)