Skip to content
08 · LoRa/RF Configuration

LoRa/RF Configuration

The Tally Node system transmits Tally information between the Master and receivers over LoRa wireless. Proper RF settings directly affect communication range, reliability, and interference prevention.

LoRa basics#

LoRa (Long Range) is a long-range, low-power wireless communication technology with the following traits:

  • Long range: with line of sight, it communicates over much longer distances than WiFi
  • Low power: lower power consumption than WiFi
  • Low speed: enough bandwidth to transmit Tally information (very small data)
Range reference
Actual range varies greatly with the site environment, so treat the numbers as reference only. For important sites, on-site pre-testing is recommended.

Frequency band auto-detection#

Tally Node auto-detects the connected RF module at boot:

Detected moduleFrequency bandSync Word default
SX1262868 MHz (EU868)0x12
SX1268433 MHz0x12
Hardware dependent
The frequency band (433 vs 868) is determined automatically by the hardware. The user cannot change it arbitrarily. The Frequency setting is selected via a slider within the detected band.

Channel scan#

Analyze the channel in use to find a clean channel with little interference.

Start scan#

  1. 1
    Open the Broadcast page
    Open http://[master-ip]/broadcast in a browser
  2. 2
    Click Start Scan
    Click the Start Scan button in the Channel Scan card
  3. 3
    Check the scan range
    e.g. 850-930 MHz (varies by hardware band)
  4. 4
    Monitor progress
    Wait until the scan completes

Scan results#

After the scan completes, the following information is shown:

ItemMeaning
FrequencyMeasured frequency (MHz)
RSSISignal strength (-dBm; lower is cleaner)
StatusClear (usable) / Busy (interference)

RSSI gauge#

The signal strength of the current channel is shown as a circular gauge:

ColorRSSI rangeMeaning
Green-100 dBm or belowClean channel
Yellow-85 ~ -100 dBmUsable
Red-85 dBm or aboveHeavy interference

After the scan completes, the system suggests a recommended channel:

RecommendationMeaningAction
GoodCurrent channel is cleanRecommended to keep
BetterA better channel existsSwitch suggested (auto-selected on click)
ChangeCurrent channel is badForced switch recommended
Scan range
The scan uses 850-930 MHz as an example. The actual range depends on the hardware frequency band.

Frequency and Sync Word setup#

When changing the Master and receiver RF settings, be sure to follow this procedure.

Key warning#

Receivers must stay connected
When changing the Frequency and Sync Word, all receivers must be on and nearby. If the connection drops mid-change, only some receivers get the change and the system splits.

Change procedure#

  1. 1
    Confirm all receivers are powered ON
    All target receivers must be on and near the Master
  2. 2
    Go to the Channel Settings card
    Select the Channel Settings card on the Broadcast page
  3. 3
    Adjust the Frequency slider
    868MHz chip: 850-930 MHz (1 MHz steps) / 433MHz chip: 410-493 MHz. The numbers below the slider are just tick marks, not preset buttons.
  4. 4
    Adjust the Sync Word slider
    Range 1-150 (0x01-0x96), default 0x12 (18). The 0x01/0x20/0x40/0x60/0x80/0x96 marks below the slider are reference points, not selectable presets.
  5. 5
    Click Save Channel Settings
    Press save to send the settings
  6. 6
    Wait 5-10 seconds
    Wait without interruption until applied to all receivers
  7. 7
    Check the connection status
    On the Devices page, verify all receivers are connected normally

Apply delay reason#

Why it takes 5-10 seconds after a setting change:

  1. Master RF module reset (about 2s)
  2. LoRa packet transmission (about 1s)
  3. Reception and reset on each receiver (about 1-2s each)
  4. NVS save and reboot (about 1-3s)
Stable power required
If the Master reboots mid-change, the settings may not be fully applied. Make sure the power supply is stable.

Communication optimization#

Communication range#

The communication range depends heavily on environmental factors.

FactorRecommendation
Line of sight (LOS)Keep a straight path free of obstacles
Device placement/orientationPlace so the built-in antenna is not blocked by metal/thick objects
HeightInstall the Master and receivers as high as possible
ObstaclesAvoid concrete walls and metal structures
Range numbers are reference only
The actual reachable range varies greatly with wall material/thickness, metal structures, radio interference, and line of sight. For important sites, run a pre-test in the real environment.

Interference prevention#

Interference sourceCountermeasure
Other LoRa systemsIf another system is operating on the same frequency, set a different Sync Word (→ Multi-system isolation)
Metal structuresAvoid installing near metal surfaces (reflection/attenuation)
WiFi/BluetoothDifferent band from LoRa (868/433 MHz), so direct interference is low

Multi-system isolation (Sync Word)#

The Sync Word is the LoRa packet identifier, used to isolate different Tally systems that share the same frequency. One system (a Master + receiver group) all use the same Sync Word; if there is another Tally system nearby, giving it a different Sync Word value prevents interference.

Setup method#

The Sync Word is entered via a slider (range 1-150 = 0x01-0x96, default 0x12). There are no separate preset buttons; just select the desired value with the slider.

ItemValue
Input methodSlider (integer 1-150)
Hex notation0x01-0x96
Default0x12 (18)

Multi-system isolation example#

When running 3 Tally systems simultaneously on the same 868 MHz band, assigning each system a different Sync Word (e.g. 0x12 / 0x40 / 0x80) isolates them without collision.

Intra-group consistency principle
Even on the same frequency, a different Sync Word means the systems do not receive each other's packets. Within a single Master+receiver group, always use the same Sync Word.

Precautions on change#

  • The Master and all receivers in that group must use the same Sync Word.
  • Use a different value from other systems to avoid overlap.
  • Follow the procedure in Frequency and Sync Word setup (all receivers ON, wait 5-10s).

Troubleshooting#

Poor connection#

SymptomCauseSolution
All receivers disconnectedFailure during Master Frequency/Sync Word changeReconfigure after rebooting the Master
Only some receivers disconnectedPower cut during a receiver setting changeManually reconfigure after reboot
Intermittent disconnectionFrequency interferenceScan channels and switch to a different channel

Weak signal#

SymptomCauseSolution
RSSI -60 dBm or aboveHeavy interferenceScan channels to find a clean channel
Only some receivers weakBlocked by an obstacleReposition the antenna
All signals weakFaulty RF moduleHardware check
Last modified