Skip to content

Firmware Receiver v10

OneSeventyFour edited this page May 15, 2026 · 2 revisions

Receiver firmware v10

Released 2026-05
Status Superseded by v11
Pairs with dongle v8+
Predecessor v9
Notable RF address aliasing fix — coordinated bump with dongle FW v8.

Downloads

File Purpose Download
os4_receiver_v10.bin App partition. Download
os4_receiver_v10.bootloader.bin Chip bootloader. Download
os4_receiver_v10.partitions.bin Partition table. Download
os4_receiver_v10.boot_app0.bin OTA "next-app" pointer. Download

Release notes

Fix RF address aliasing. RECEIVER_BASE is now arithmetically added to NODE_ID instead of OR'd. Pre-v10 receivers with even NODE_IDs already used BASE+N by accident (because OR with 0x01 == +1 when LSB=0), so they don't move; receivers with odd NODE_IDs shift up by one address slot. Pair only with dongle FW v8+.

Upgrade notes

  • Coordinated upgrade: bump the dongle to FW v8+ at the same time, or odd-NODE_ID receivers will be deaf.
  • Operationally most fleets only have a handful of odd-NODE_ID units; identifying them is straightforward (see also v16 for at-a-glance NODE_ID boot LEDs).

How to flash

Clone this wiki locally