Thanks for the quick reply. I dont think I quite understand how to use the MQTT/UDP forwarder.
But I did check the mesh settings and it was indeed in EU868. I have changed it since to US915, and now I see the logs come out as:
Thu Jan 9 20:16:51 2025 user.info chirpstack-concentratord-sx1302[2060]: Frame received, uplink_id: 16269800, count_us: 2993115204, freq: 904100000, bw: 125000, mod: LoRa, dr: SF10, ftime_received: false, ftime_ns: 0
Thu Jan 9 20:16:51 2025 user.info chirpstack-gateway-mesh[3006]: Frame received - [uplink_id: 16269800, freq: 904100000, rssi: -102, snr: -6.25, mod: [LORA - sf: 10, bw: 125000]]
Thu Jan 9 20:16:51 2025 user.info chirpstack-gateway-mesh[3006]: Relaying uplink LoRa frame, uplink_id: 16269800, downlink_id: 599674891, mesh_packet: [Uplink hop_count: 1, uplink_id: 7, relay_id: f10ac2bc, mic: 1a9cd1b5]
Thu Jan 9 20:16:51 2025 user.info chirpstack-gateway-mesh[3006]: Sending mesh frame - [downlink_id: 599674891 - [freq: 903500000, power: 21, mod: [LORA - sf: 10, bw: 125000], timing: [IMMEDIATELY]]]
Thu Jan 9 20:16:51 2025 user.info chirpstack-concentratord-sx1302[2060]: Enqueueing immediate packet, downlink_id: 599674891, current_counter_us: 2993128126
Thu Jan 9 20:16:51 2025 user.info chirpstack-gateway-mesh[3006]: Enqueue acknowledged, downlink_id: 599674891
Thu Jan 9 20:16:52 2025 user.warn chirpstack-concentratord-sx1302[2060]: GPS time reference is not valid, age: 1736479012.61002892s
Thu Jan 9 20:16:52 2025 user.info chirpstack-concentratord-sx1302[2060]: Scheduled packet for TX, downlink_id: 599674891, count_us: 2994128126, freq: 903500000, bw: 125000, mod: LoRa, dr: SF10
this happens when I try to connect using my wio e5 dev kit, and it still fails to join the network.
My current setup is:
- I have a raspberry pi with an rak2287 and pihat behaving as a gateway, with chirpstack OS booted onto the raspberry pi.
- I am using chirpstack server setup in Europe whose server address I have access to. US915 has been added as a device profile for that server.
- I am using a wio e5 dev kit acting as an node device.
So currently I have added the Gateway EUI and dev kit eui to the server as a gateway and device respectively. I added the server address in the UDP forwarder settings on the gateway’s page, this got the gateway to shown as active on the chirpstack server dashboard.
My end goal is to be able to send data from the e5 dev kit which I am controlling using the ardino ide on my Mac, to the gateway which relies it to the chirpstack server and then forward it back to another web app I have.