From ca1351aff1b4708ca87d0becc0a68972f95b0b52 Mon Sep 17 00:00:00 2001 From: MarekZegare4 Date: Wed, 12 Aug 2026 23:16:19 +0200 Subject: [PATCH] docs: cover the new boards and !gps fix in solo-specific docs README's Supported Devices table and Flashing section gain the Cardputer ADV and T-Echo Lite + KeyShield rows/headings (both marked experimental, matching release-notes.md and the Heltec V3/V4 entries). external_keyboard.md gets a new section for their built-in TCA8418 keypads -- a separate mechanism from CardKB, not documented anywhere before. settings_screen.md's GPS pwr row now lists !gps fix among the things that hold GPS continuously on, matching the actual code. Co-Authored-By: Claude Sonnet 5 --- README.md | 12 +++++---- docs/solo_features/external_keyboard.md | 26 ++++++++++++++++--- .../settings_screen/settings_screen.md | 2 +- 3 files changed, 31 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 8e1e1be7..5778cf09 100644 --- a/README.md +++ b/README.md @@ -15,14 +15,16 @@ Solo firmware thread: https://discord.com/channels/1495203904898728149/150529433 | Seeed Wio Tracker L1 (OLED) | nRF52840 | SSD1306 / SH1106 128 × 64 | `solo--WioTrackerL1.uf2` | | Seeed Wio Tracker L1 (E-ink) | nRF52840 | GxEPD2 250 × 122 | `solo--WioTrackerL1Eink.uf2` | | GAT562 30S Mesh Kit | nRF52840 | SSD1306 128 × 64 | `solo--GAT562-30S-Mesh-Kit.uf2` | -| Heltec LoRa32 V3 | ESP32-S3 | SSD1306 128 × 64 | `solo--Heltec-v3-merged.bin` | -| Heltec LoRa32 V4 | ESP32-S3 | SSD1306 128 × 64 | `solo--heltec-v4-merged.bin` | +| Heltec LoRa32 V3 *(experimental)* | ESP32-S3 | SSD1306 128 × 64 | `solo--Heltec-v3-merged.bin` | +| Heltec LoRa32 V4 *(experimental)* | ESP32-S3 | SSD1306 128 × 64 | `solo--heltec-v4-merged.bin` | +| M5Stack Cardputer ADV *(experimental)* | ESP32-S3 | ST7789 TFT 240 × 135 | `solo--M5Stack-Cardputer-ADV-merged.bin` | +| LilyGO T-Echo Lite + KeyShield *(experimental)* | nRF52840 | GxEPD2 250 × 122 | `solo--LilyGo-T-Echo-Lite-keyshield.uf2` | All firmware files are published on the [releases page](https://github.com/MarekZegare4/MeshCore-Solo/releases). Each binary supports both BLE and USB serial — there are no separate BLE/USB builds. The MCU column decides how you flash: nRF52840 boards take a drag-and-drop `.uf2`, ESP32-S3 boards take a `.bin` written with a flasher — see [Flashing](#flashing). -The three nRF52840 boards work out of the box. The two Heltec boards have no joystick and no keyboard of their own, so they need [a keyboard or a joystick wired up](#hardware-setup--heltec-v3--v4) before the solo UI can be driven. +The Wio Tracker L1s, GAT562 and the Cardputer ADV work out of the box. Heltec V3/V4 have no joystick and no keyboard of their own, so they need [a keyboard or a joystick wired up](#hardware-setup--heltec-v3--v4) before the solo UI can be driven. The Cardputer ADV has a built-in QWERTY keyboard; the T-Echo Lite needs the KeyShield add-on (its own T9 keypad) to be usable standalone — see [External Keyboard & Joystick](./docs/solo_features/external_keyboard.md).