Olimex ESP32 POE

Vendor: OLIMEX
Features: BLE, Battery Charging, Ethernet, External Flash, PoE, WiFi, microSD
Source on GitHub: esp32/OLIMEX_ESP32_POE
More info: Website

The following files are firmware for Olimex ESP32 boards with Ethernet. They match the boards ESP32 ETH-PoE, ESP32 ETH-PoE-ISO and ESP32 Gateway.

Installation instructions

Program your board using the esptool.py program, found here.

If you are putting MicroPython on your board for the first time then you should first erase the entire flash using:

esptool.py --chip esp32 --port /dev/ttyUSB0 erase_flash

From then on program the firmware starting at address 0x1000:

esptool.py --chip esp32 --port /dev/ttyUSB0 --baud 460800 write_flash -z 0x1000 esp32-20190125-v1.10.bin

Firmware

Releases

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

Preview builds

v1.23.0-preview.314.g20a86eff5 (2024-03-29) .bin / [.app-bin] / [.elf] / [.map]
v1.23.0-preview.313.gc3e37d1fa (2024-03-28) .bin / [.app-bin] / [.elf] / [.map]
v1.23.0-preview.312.g628a37e6c (2024-03-28) .bin / [.app-bin] / [.elf] / [.map]
v1.23.0-preview.298.gdb1b5df16 (2024-03-28) .bin / [.app-bin] / [.elf] / [.map]
(These are automatic builds of the development branch for the next release)