Key Repeater Settings

These settings are most critical for deploying and maintaining MeshCore repeater and room server nodes.

AGC Reset Interval - Fix Receiver Deafness

set agc.reset.interval 4

Problem it solves: If a high-power transmitter (such as a nearby ham radio or commercial repeater) is within range, the LoRa receiver's automatic gain control (AGC) can be driven into a saturated state. After the nearby transmission ends, the AGC does not always recover correctly, leaving the MeshCore repeater effectively deaf to normal LoRa signals.

Symptom: The repeater was working, a nearby radio transmission occurred, and now the repeater is not hearing any nodes even though they are transmitting normally.

Fix: The value is in seconds (rounded to a multiple of 4; 0 disables the periodic reset). Setting agc.reset.interval 4 forces the AGC to reset every 4 seconds, preventing permanent desensitization.

Flood Advertisement Interval

set flood.advert.interval 6

Controls how often the repeater floods its advert (presence). The value is in hours (valid 3-168, default 12). Lower values mean neighbors discover the repeater faster after power-on, but generate more radio traffic. 6 hours is a reasonable setting for a fixed infrastructure node.

Path Hash Mode

set path.hash.mode 0

Sets the size of this repeater's own advert path-hash (it does not control message-cache granularity or forwarding):

Packet Repeat (Room Server)

set repeat on

On room server firmware, this enables the node to also act as a packet repeater in addition to its store-and-forward function. Only enable if the room server has good placement; a poorly-placed room server acting as a repeater can cause more harm than good to routing.

TX Power

set tx 20

Region Configuration

region put us
region put us-co us
region save

Region scopes control which nodes can see and communicate through this repeater. The hierarchical scheme (usus-co) allows regional segmentation in large deployments.

Name and Location

set name MyRepeater-Site1
set lat 39.7392
set lon -104.9903

Always set a meaningful name and accurate coordinates for infrastructure nodes. This allows map tools (such as the MeshCore map at meshcore.co.uk/map.html) to display the repeater correctly and helps operators diagnose coverage gaps.


Revision #3
Created 2026-05-03 03:00:20 UTC by Mesh America Admin
Updated 2026-06-09 14:39:06 UTC by Mesh America Admin