Skip to main content

LilyGo T-Echo Setup Guide

⚠ ANTENNA SAFETY - ALL DEVICES: Always connect an antenna before powering on or transmitting with any LoRa device. Transmitting without an antenna reflects power back into the radio and is poor practice that can stress the RF front end over time. The T-Echo's SX1262 has on-chip PA clamping that protects the die against a brief antenna-mismatch event, so a momentary no-antenna transmission is unlikely to cause documented permanent damage — but make it a firm habit anyway, and treat the "permanent damage" risk as real for boards with an external PA/FEM stage.

LilyGo T-Echo - Setup Guide

The T-Echo is a premium portable node with an e-ink display, built-in GPS, NFC, and exceptional battery life. For many users it is the best overall portable node - readable in direct sunlight, fitting in a shirt pocket, and running 7 - 14 days per charge.

Specifications

AttributeValue
MCUnRF52840
RadioSX1262
DisplayE-ink (sunlight-readable)
Battery~850 mAh internal
Battery Life7 - 14 days typical (varies with role/config; vendor claims run up to ~1 month)
GPSBuilt-in
NFCBuilt-in
Price$50 - 65 (as of 2026-06-08; verify a current Rokland/LilyGO listing)
StrengthsSunlight-readable display, excellent battery life, GPS, NFC, compact
WeaknessesE-ink refresh is slow; not suitable for fast-changing displays

Driver Installation

No driver installation required on any operating system. The nRF52840 MCU presents itself as a USB mass storage device (like a USB thumb drive). It will appear automatically on Windows, macOS, and Linux when connected via USB.

Entering Bootloader / DFU Mode

The T-Echo uses a double-tap reset method to enter DFU mode:

  1. Connect the device via USB-C.
  2. Quickly double-tap the reset button (both taps must occur within ~500 ms).
  3. The device will appear as a USB drive labeled "TECHOBOOT" (it may also appear as "NRF52BOOT").
  4. In DFU/bootloader mode the indicator LED fades/pulses green (Adafruit nRF52 bootloader behavior) to confirm the bootloader is active. (The blue LED on the T-Echo is the Bluetooth activity indicator, not a DFU indicator.)

If the drive does not appear, try again - the timing of the double-tap is important. A slow double-tap will simply reset the device rather than entering DFU mode.

Firmware Flashing

Method A - Drag and Drop (simplest):

  1. Download the .uf2 firmware file for the T-Echo from the MeshCore or Meshtastic release page.
  2. Enter DFU mode (double-tap reset as above).
  3. Drag and drop the .uf2 file onto the USB drive that appeared.
  4. The device will automatically reboot and apply the firmware.

Method B - Web Flasher:

  1. Enter DFU mode.
  2. Open Chrome or Edge and navigate to:
  3. Select T-Echo from the device list.
  4. Click Flash and follow prompts.

Post-Flash Configuration

  1. Connect via Bluetooth app (MeshCore or Meshtastic).
  2. Set region to US.
  3. GPS will acquire satellites automatically - allow a few minutes outdoors for first fix.
  4. Configure node name and any desired settings.

Known Quirks

  • E-ink display refreshes slowly by design. This is normal and not a malfunction.
  • GPS first fix may take several minutes. Subsequent fixes are faster.
  • Double-tap reset timing can take a few tries to get right on first attempt.