Browser-based firmware flasher for RNode LoRa devices. Supports ESP32 (Web Serial) and nRF52 (USB DFU) targets, auto-detection, EEPROM provisioning, radio parameter configuration, and a built-in serial monitor — no installation required.
  • HTML 58.1%
  • JavaScript 28.3%
  • CSS 11.8%
  • PHP 1.4%
  • Python 0.4%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Nickie Deuxyeux f370d1563a Move CMD_SND/CMD_VSENSE_DIV off 0x86/0x87 for microReticulum_Firmware interop
RNode_Firmware's onboard-node branch now uses the same CMD_PROVISION_REQ/RSP
wire opcodes (0x86/0x87) as microReticulum_Firmware, so its web console
and other upstream-built clients can talk provisioning to compatible RNodes
without a remap. CMD_SND/CMD_VSENSE_DIV moved to 0x91/0x92 to make room -
only devices flashed with firmware built after that change support them
at the new values.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-08-12 02:41:35 +03:00
htdocs Move CMD_SND/CMD_VSENSE_DIV off 0x86/0x87 for microReticulum_Firmware interop 2026-08-12 02:41:35 +03:00
.gitignore Ignore server-only toolchains directory 2026-07-29 19:29:09 +03:00
README.md Add wired Ethernet tab and direct device/variant links 2026-07-16 02:16:29 +03:00
update-firmware-versions.py Add WebSocket network configurator, T114 display support, and firmware version/date badges 2026-07-29 02:00:52 +03:00

RNode Flasher

Browser-based firmware flasher for RNode LoRa devices. No software installation required — connect your device via USB and flash directly from the browser using the Web Serial API.

Live at flasher.rns.moscow

Features

  • Flash ESP32-based RNode devices via Web Serial (Chrome, Edge, Opera, Firefox 151+)
  • Flash nRF52-based devices via USB DFU
  • Supported firmware: Meshtastic, MicroReticulum, RNSBox, RtNode, Classic RNode
  • Auto-detect connected device
  • One-click EEPROM provisioning and hash setup
  • Configure radio parameters (frequency, bandwidth, spreading factor, coding rate, TX power)
  • Configure display, WiFi, and Bluetooth settings
  • Built-in serial port monitor
  • EEPROM dump
  • Dark / light theme, Russian and English UI
  • Direct links that pre-select a device/variant (?d=<device-id>&v=<variant-id>)

A link like https://flasher.rns.moscow/?d=htc-lora32v3&v=868-classic opens the flasher with that device and variant already selected. d is a short, hand-picked device id (see DEVICE_SHORT_ID in index.html); v is derived automatically from the variant name (see variantShortId()). Select a device and variant in the UI, then use the "Copy flasher link" button on the Info tab (Node Configuration panel) to get the link for the current selection.

Tech stack