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.24.0 (2024-10-25) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map] / [Release notes] (latest)
v1.23.0 (2024-06-02) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map] / [Release notes]
v1.22.2 (2024-02-22) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map] / [Release notes]
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.25.0-preview.6.g548babf8a (2024-10-30) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
v1.24.0-preview.476.g18c9abc32 (2024-10-24) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
v1.24.0-preview.465.g6d98280fd (2024-10-24) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
v1.24.0-preview.462.g078ead24f (2024-10-23) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
v1.23.0-5.g3613ad962 (2024-05-31) .uf2 / [.app-bin] / [.bin] / [.elf] / [.map]
(These are automatic builds of the development branch for the next release)