Files
wadamesh/DEVICES.md
T
Kaj SchittecatandClaude Opus 5 e2d07d8428 fix + docs: "Save update bin to SD" on every board with a card, and list the boards we actually ship (#289)
oumike's gap list. Three of the four are closed here.

"Save update bin to SD" was gated on a list of board names that had grown to
three entries and still left the T-Lora Pager out, despite it having both a card
and OTA. It is now gated on the capability that actually decides it, CAP_SD &&
CAP_OTA (plus the ESP32 / companion conditions it already carried), which is what
device_caps.h exists for: a new board with a card no longer has to remember to
add itself to a list.

Both halves were gated separately - the helper block and the button that uses it
- so widening only the button broke the pager build on undefined symbols. They
are now character-for-character identical, which is the point: they cannot drift
apart again.

Docs were further behind than the issue said. DEVICES.md listed five boards and
we ship ten: the T-Lora Pager, Heltec V4-R8, T-Display P4 and Attaky Mesh Series
were all missing from the support matrix, and the Pager was still sitting under
"Requested boards" with an open issue link. README listed five envs and claimed
the repo covers "the two boards". Both now match what release.sh actually builds.

Still open from #289: the static deploy/flasher/ page carries only two manifests.
Left alone for now - flasher.wadamesh.com redirects to the site flasher, which
generates its manifests from gen-flasher-meta.py and already covers every board,
so that directory may simply be dead. Worth confirming before adding files to it.

All 8 S3 boards build.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
2026-08-21 17:08:29 +02:00

4.1 KiB

Supported devices

Current hardware support, install paths and maturity. "Stable" means the board ships on the stable release channel; "Beta" means it is new and lives on the test channel until the next stable promote. Install links: flasher.wadamesh.com (browser, Chrome/Edge over USB) and the GitHub releases.

Device MCU / radio Display and input Install Channel Status
LilyGo T-Deck / T-Deck Plus ESP32-S3, SX1262 2.8" 320x240 touch, QWERTY, trackball Web flasher (standalone) or Launcher app image Stable Fully supported, reference device
Heltec V4 + TFT ESP32-S3, SX1262 2.4" 240x320 touch (CHSC6x) Web flasher Stable Fully supported; Expansion Kit sensors, V4.3 high-gain RX toggle
Tanmatsu ESP32-P4 + ESP32-C6, SX1262 4" 800x480, 69-key keyboard (no touch) Tanmatsu app store on the device (runs under the badge.team launcher, not web-flashable) Store tracks the test channel Fully supported; LoRa + Wi-Fi + Bluetooth simultaneously, standalone and companion in one
Elecrow ThinkNode M9 ESP32-S3, LR1110 2.4" 240x320 (no touch), I2C QWERTY + d-pad Web flasher Beta (new in beta_38) Hardware-complete community port by ded (#138): GPS, microSD, buzzer, lock screen, d-pad navigation
RAK WisMesh Tap V2 (RAK3312) ESP32-S3, SX1262 Touch display (LovyanGFX, 30+ fps) Web flasher Beta (new in beta_38) Early community port by Ethac.chen (#136); core mesh, chat and map working
LilyGo T-Lora Pager ESP32-S3, LR1121 or SX1262 2.33" AMOLED (no touch), QWERTY + rotary encoder Web flasher (pick the build matching your radio) Stable Fully supported; keyboard-first navigation, microSD, map tile packs
Heltec V4-R8 + Expansion Kit V2 ESP32-S3 (8 MB octal PSRAM), SX1262 2.4" touch (CHSC6x) Web flasher Stable As the V4 plus microSD and the Expansion Kit sensors; buzzer supported
LilyGo T-Display P4 ESP32-P4 + ESP32-C6, SX1262 AMOLED or TFT-LCD, touch Web flasher (AMOLED) or the .bin for the LCD SKU Stable Two screen SKUs; fuel-gauge battery reporting, full TX power
Attaky Mesh Series ESP32-S3, SX1262 Touch display Web flasher Beta (new in beta_47) Community port by attakygit (#158/#169); detachable keyboard supported

Feature notes per board

  • T-Deck: the everything device: touch, physical keyboard, trackball cursor or d-pad navigation, microSD (deep 5000-message chat history, map tile packs, data storage), GPS on the Plus, notification sounds through the I2S speaker.
  • Heltec V4 + TFT: touch UI with the on-screen keyboard; the optional Expansion Kit adds environment sensors (home-screen chart) and a piezo buzzer. V4.3 boards get the switchable high-gain receive LNA toggle.
  • Tanmatsu: keyboard-driven UI (no touchscreen) with the coloured function keys mapped to tabs, ALT accent picker, UI scaling (Normal/Large/Huge), microSD for all persistent data. Ships through the Tanmatsu launcher store, updates arrive as store updates.
  • ThinkNode M9: keyboard plus d-pad navigation (no touch), same feature set as the other boards where the hardware allows. Every key and mode is covered in the keyboard & d-pad guide. New in beta_38; report anything that feels off.
  • RAK WisMesh Tap V2: newest port, touch-driven. The browser-flash path is fresh; if the flasher cannot open the serial port, put the board in download mode manually and retry, and please report it.

Requested boards

Open hardware requests, roughly in demand order. Ports are welcome, see CONTRIBUTING.md; the M9 and Tap V2 both started as community PRs.

  • LilyGo T-Deck Pro Max: #62
  • SenseCAP Indicator D1L: #14

Channels

  • Stable: the tested default. The flasher installs it unless you pick Beta.
  • Beta: new features and fixes earlier; on-device opt-in via Settings, About, "Get test builds (beta)". New boards debut here and move to Stable with the next promote.