π Overview
This guide provides technical instructions for verifying LoRa signal quality (RSSI/SNR) and radio settings using the RobustOS Pro web interface and the embedded ChirpStack LoRaWAN Network Server (LNS).
By analyzing the metadata of incoming frames within the embedded ChirpStack, installers can ensure the gateway has sufficient coverage and link quality for the intended deployment area.
π Note: Please ensure that the frequency bands of the purchased LoRa gateway and the LoRa node devices are matching (e.g., both are CN470 or both are EU868).
π What You'll Need
- Robustel Lora Series Gateway (e.g., LG5100, R1520LG).
- LoRaWAN End-device.
- RobustOS Pro (v2.3.0 or later) with the ChirpStack App enabled.
- Log in to the Gateway's web interface. The default IP address is typically
http://192.168.0.1.
π Step-by-Step Configuration Guide
1οΈβ£ Step 1: Verify LoRa Frequency Band Consistency
π Note: Before accessing ChirpStack, ensure that the LoRa node device and the LoRa gateway are operating on the same frequency band.
- Navigate to LoRaWAN > LoRa Settings.
- Click the RF Settings tab.
- In the SX1302 Board Settings section, locate the Region field and confirm that the selected frequency band matches the LoRa node deviceβs configured region.
π Note: For LoRa node devices using US915 or AU915, select the sub-band according to the nodeβs supported channels in the Region Configuration dropdown

2οΈβ£ Step 2: Access the Embedded ChirpStack Console
π Note: Before beginning, ensure the gateway is in its factory default state.
- Navigate to LoRaWAN > Embedded NS.
- On the General tab, locate the text "click here" and click it.
- The browser will redirect to the ChirpStack login page.
- Enter the default credentials:
- Username:
admin - Password:
admin

3οΈβ£ Step 3: Analyze RSSI and SNR via Gateway Frames
Follow these steps to inspect the live radio signal metadata from the gateway's perspective.
- Inside the ChirpStack console, navigate to Tenants > Gateways in the sidebar.
- Click on the Gateway ID that was created by default in the list.

- Once the gateway configuration page opens, click the LoRaWAN frames tab.
- Trigger a Join Request or an uplink from your node device.
- Locate the JoinRequest message entry that matches your device's DevEUI.
- Click on that message row to expand the detailed metadata.
- Check the
rssi and snr values. Use the following table to judge the signal strength and quality:

Signal Quality Reference Table:
Signal Level | RSSI (dBm) | SNR (dB) | Recommended SF |
Excellent | -30 to -60 | > +7 | SF7 |
Good | -60 to -95 | +2 to +7 | SF7 - SF8 |
Fair | -95 to -110 | -7 to +2 | SF9 - SF10 |
Poor | -110 to -120 | -15 to -7 | SF11 - SF12 |
Limit | -120 to -140 | < -15 | SF12 |
π Note: It is recommended to check the RSSI and SNR of multiple messages and calculate the average to obtain more reliable and reasonable data for your environment.
β
Verification & Testing
β
Success: The JoinRequest frame is visible with RSSI and SNR values within the "Good" or "Excellent" range, indicating the site is ready for installation.
β Troubleshooting / FAQ
- Q: Why are no "JoinRequest" messages appearing in the Gateway LoRaWAN frames?
- A: Ensure the node and gateway are set to the same Frequency Plan.
- A: Check that the LoRa antenna is securely tightened to the correct SMA port.
- Q: The RSSI is strong (-80dBm), but the SNR is very low (e.g., -18dB). What is wrong?
- A: This indicates high levels of electromagnetic interference (EMI) near the gateway or node. Try moving the gateway away from power transformers or high-power electronics.
- Q: I cannot log in with admin/admin.
- A: Ensure the device has been properly factory reset. If the password was changed previously, you must use the updated credentials or perform a hardware reset.
π Revision History
Version | Date | Author | Notes |
v1.0 | 2026-01-11 | Jens Zhou | Initial document creation. |