LILYGO TTGO LoRa32

Vendor: LILYGO
Features: BLE, Display, External Flash, LoRa, SDCard, USB, WiFi
Source on GitHub: esp32/LILYGO_TTGO_LORA32
More info: Website

The following files are daily firmware for the LILYGO TTGO LoRa32.

Support for hardware versions v1.0, v1.2, v1.6 and v2.0.

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]
v1.19.1 (2022-06-18) .bin / [.elf] / [.map] / [Release notes]

Preview builds

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]
v1.23.0-preview.297.g35e8d184b (2024-03-27) .bin / [.app-bin] / [.elf] / [.map]
(These are automatic builds of the development branch for the next release)