Hey Everyone,
I’ve been trying to set up the gateway mesh for testing but have not been able to achieve communication between my gateways yet. I believe the issue is with my frequency config.
I have 3 Pi4s spread out with CS OS installed and a Dragino LoRaWAN Hat. On all of them Concentratord is configured to us915_1.
When I use the default frequencies for the GW mesh (which is the us915_0 uplink channels) I get the following error:
Fri Sep 6 14:06:26 2024 user.info chirpstack-gateway-mesh[11573]: Sending heartbeat packet, downlink_id: 2339593903, mesh_packet: [Heartbeat hop_count: 1, timestamp: SystemTime { tv_sec: 1725656786, tv_nsec: 455429535 }, relay_id: f17ad95c]
Fri Sep 6 14:06:26 2024 user.info chirpstack-gateway-mesh[11573]: Sending mesh frame - [downlink_id: 2339593903 - [freq: 902500000, power: 21, mod: [LORA - sf: 10, bw: 125000], timing: [IMMEDIATELY]]]
Fri Sep 6 14:06:26 2024 user.err chirpstack-concentratord-sx1302[1488]: Frequency is not within min/max gateway frequency, downlink_id: 2339593903, min_freq: 923000000, max_freq: 928000000
Fri Sep 6 14:06:36 2024 user.err chirpstack-gateway-mesh[11573]: Handle event error: Tx Ack error: TX_FREQ
I get the same error if I change the frequencies to us915_1 band.
I noticed that the min_freq and max_freq in the error is actually the downlink channels for US915, and when I change the frequencies to the downlink channels the error disappears but still my border gateway does not receive any of the packets.
Any suggestions? Should I be using the downlink frequencies or is it built for the uplink channels?
I couldn’t find much about this in the current documentation.