Files
HaloKeymind/docs/firmware_picker.md
T

11 KiB

Firmware picker

Pick the choices in any order. Every selection narrows all the other controls to firmware combinations that were actually built in the current release set.

The picker reads public release metadata from GitHub. It does not upload device information. Hardware names, target names, and download links come directly from the published firmware assets.

Current release set

Loading release information...

For a new installation, choose the exact board and role, prefer a FULL / complete profile when it is available, and select Erase & fresh install (merged .bin). Narrower profiles remain available when their reduced transport or feature set is intentional.

Pick in any order. Use Any to clear one choice, or clear everything with the button below.

Loading hardware...
<div class="firmware-picker-control firmware-picker-select-control" data-role="hardware-variant-control" hidden>
  <label for="firmware-picker-hardware">Hardware variant</label>
  <select id="firmware-picker-hardware" data-field="hardware" disabled>
    <option value="">Choose hardware first</option>
  </select>
</div>

<fieldset class="firmware-picker-control firmware-picker-radio-control firmware-picker-wide" data-radio-field="install" disabled>
  <legend>Install operation</legend>
  <div class="firmware-picker-radio-options" data-field="install">
    Loading install choices...
  </div>
</fieldset>

<fieldset class="firmware-picker-control firmware-picker-radio-control" data-radio-field="role" disabled>
  <legend>Firmware role</legend>
  <div class="firmware-picker-radio-options" data-field="role">
    Loading roles...
  </div>
</fieldset>

<fieldset class="firmware-picker-control firmware-picker-radio-control" data-radio-field="logging" disabled>
  <legend>Logging / MQTT</legend>
  <div class="firmware-picker-radio-options" data-field="logging">
    Loading logging choices...
  </div>
</fieldset>

<fieldset class="firmware-picker-control firmware-picker-radio-control" data-radio-field="ota" disabled>
  <legend>OTA capability</legend>
  <div class="firmware-picker-radio-options" data-field="ota">
    Loading OTA choices...
  </div>
</fieldset>

<div class="firmware-picker-control firmware-picker-select-control">
  <label for="firmware-picker-mode">Connection / bridge mode</label>
  <select id="firmware-picker-mode" data-field="mode" disabled>
    <option value="">Loading modes...</option>
  </select>
</div>

<fieldset class="firmware-picker-control firmware-picker-radio-control" data-radio-field="feature" disabled>
  <legend>Feature profile</legend>
  <div class="firmware-picker-radio-options" data-field="feature">
    Loading profiles...
  </div>
</fieldset>

<div class="firmware-picker-control firmware-picker-select-control">
  <label for="firmware-picker-variant">Firmware variant</label>
  <select id="firmware-picker-variant" data-field="variant" disabled>
    <option value="">Loading variants...</option>
  </select>
</div>

<div class="firmware-picker-form-actions firmware-picker-wide">
  <button type="reset" data-action="clear" disabled>Clear all choices</button>
</div>
Loading the current firmware catalog...

Exact firmware match

No exact firmware matched

Browse all firmware releases
Advanced: search current release filenames

Use this for uncommon board suffixes or expert recovery. A filename match is not a board-identity check.

Filename contains

What the choices mean

Choice Use
Companion A phone, computer, or host application controls the radio
Repeater Standalone mesh relay
Room Server Hosts room conversations and history
Sensor / telemetry Publishes supported sensor data
Terminal Chat Standalone serial-terminal interface
USB logging / USB-connected MQTT Node remains attached to a computer over a data-capable USB cable
Wi-Fi MQTT observer Firmware connects directly to MQTT over Wi-Fi; this is not USB logging
USB logging + Wi-Fi MQTT Unified FULL image sends to both paths; avoid two publishers aimed at the same broker unless messages are deduplicated
No logging Normal standalone operation without the dedicated logging/MQTT profile
LoRa OTA enabled / receiver Install-capable profile that can stage an exact matching update received over LoRa
LoRa OTA source only Full Companion serving a host-supplied update to another node without self-installing it

Connection and bridge choices depend on the selected role. Companion firmware may offer Full, Bluetooth, USB, Wi-Fi, serial, or Ethernet transports. Repeaters may offer standard, ESP-NOW bridge, RS-232 bridge, Ethernet, or MQTT observer modes.

FULL versus standard

For a new installation, use the FULL / complete profile when it exists and the board has enough flash. FULL profiles keep the complete supported feature set and CLI. Standard profiles remain useful for boards without a FULL build, for an intentionally narrower transport, or when retaining an existing compatible partition layout.

Changing between standard and FULL ESP32 layouts requires the exact-board merged image over USB. A running application cannot safely move its own active and inactive partitions.

Current full-usb-wifi profiles use one binary for no external output, USB packet logging/USB-connected MQTT, direct WiFi MQTT, or both. The picker shows that same exact binary for each compatible logging choice; select the saved runtime mode with set logging.output off|usb|wifi|both. A FULL logging-fallback profile is listed only when no WiFi MQTT sibling exists; it appears for both the no-output and USB choices because set usb.logging off|on is persistent. On a fresh unified FULL install with no saved SSID, the setup AP and WiFi radio remain available for 30 minutes per boot, then turn off automatically until the next reboot or power cycle. An explicit administrator start webconfig remains available as an override. A saved SSID switches to the normal indefinite reconnect behavior instead.

Current dual-CDC Full Companion profiles also use one binary for normal attached Companion use and USB packet logging. This includes nRF52 and qualified native-USB ESP32-S3 Full images. Fresh installs default to logging off and expose only interface 00 for Binary Companion, terminal, and mOTA source traffic. Enabling logging and rebooting adds interface 02 for plaintext logs. The picker therefore omits older separate USB, BLE, ordinary WiFi, and USB-logging Companion choices when the matching Full artifact exists. Use set usb.logging on reboot or set usb.logging off reboot to persist the choice and apply the corresponding USB interface count.

Qualified ESP32-S3 hardware currently includes Heltec V4, T-Beam 1W, Station G2/G3, XIAO S3 WIO, Heltec Tracker V2, Meshnology W12, and Nibble Screen/Zero Connect layouts. The base Heltec V4 profile has completed live two-interface, ROM-flashing, and logging-off one-interface validation. RAK3112 and Heltec RC32 retain separate transport and logging images pending hardware validation, as do Heltec V3/WSL3, ThinkNode M2/M5/M7/M9, classic ESP32, and ESP32-C3 targets.

Installation methods

File Use
-merged.bin Erase/fresh install, recovery, role migration, or partition-profile change on ESP32 over USB
Non-merged .bin Update an existing same-board, same-role, same-partition installation
.zip Native nRF52 Serial DFU update package; it is not an extra archive
.uf2 UF2 bootloader drag-and-drop install or update
.hex Erase/recovery flash with a supported wired programmer

Never send a merged ESP32 image through browser OTA or LoRa OTA. Back up the node configuration and verify every filename suffix before flashing.

LoRa OTA and OTAFIX

An OTA receiver build installs the receiving/staging firmware. A later LoRa update still needs an exact target identity, compatible partition signature, matching radio settings, and the correct update package.

nRF52 LoRa OTA requires an OTAFIX bootloader built for the exact board. There is no universal bootloader file. Use the latest stable OTAFIX release and select the hardware-matched HEX, Serial DFU ZIP, or bootloader-update UF2.

Hardware and variant names

Hardware families with multiple released targets get a second hardware-variant menu. It separates revisions, display type, expansion kit, radio/PA layout, pin map, and other physical differences without crowding the first menu. The firmware-variant menu separately exposes choices that still require different code or wiring, such as serial port or no-external-sensors. Companion power saving, controllable FEM receive gain, and radio-chip receive gain are saved settings rather than separate recommended firmware files. Do not substitute a similarly named physical target.

For hardware with a dual-CDC Full Companion image, the picker recommends that one normal image instead of separate USB, BLE, ordinary WiFi, and USB-logging images. Full Companion provides the attached transports and a dedicated plaintext logging port when enabled without mixing logs into framed Companion traffic. Logging is off by default, so only the framed port appears until it is enabled and the node reboots. Exact filename search still finds old aliases from earlier releases.