Skip to content

Releases: tek126/MeshCore-mtbeacon

v0.2.0 — configurable hop limit (default 0)

Choose a tag to compare

@tek126 tek126 released this 02 Jul 18:18

MeshCore mtbeacon v0.2.0

New: configurable Meshtastic hop limit — default 0.

  • The beacon's Meshtastic packets (presence NodeInfo/Position and text) now go out at
    0 hops by default, so they're heard only by direct neighbors and are never
    rebroadcast
    across the Meshtastic network — a light-footprint default for a foreign beacon.
  • New CLI verb: mtbeacon hops <0-3> (capped at 3). Shown as h<N> in mtbeacon status.

Upgrade note: the persisted beacon config layout changed (MAGIC bump), so on first boot
after flashing v0.2.0 the beacon config resets to defaults (beacon starts disabled
run mtbeacon on and re-apply any custom region/preset/text).

63 boards (nRF52 / ESP32-S3/C3/C6 / RP2040 / STM32WL). ESP32 boards include a -merged.bin
full-install image (bootloader + app) plus the app-only update .bin.

v0.1.0 — Meshtastic beacon

Choose a tag to compare

@tek126 tek126 released this 30 Jun 21:46

First release of the MeshCore Meshtastic beacon.

Pre-built repeater firmware for 11 boards (nRF52 / RP2040 / ESP32-S3 / STM32WL), built from this tag. Each makes a MeshCore repeater appear on a Meshtastic network: silent NodeInfo + Position (named map pin) plus an occasional chat announcement paced off the MeshCore flood advert. Configure over the CLI (mtbeacon help).

Verify downloads against SHA256SUMS.

Board File MCU
Heltec T114 (display / no-display) -heltec-t114-display.zip / -nodisplay.zip nRF52840
RAK4631 / RAK3401 / WisMesh Tag / SenseCAP Solar .zip nRF52840
RAK11310 .uf2 RP2040
RAK3112 / Heltec V3 / Heltec V4 .bin ESP32-S3
RAK3x72 .bin STM32WL

MIT, same as upstream MeshCore. Built with the assistance of generative AI; review and test before relying on it.