Hi All,
Playing around with LoRa for the first time.
Intent:
Send data via LoRa from wiseBLOCK to a private chirpstack network server.
End device:
RAK11300 module (with LoRa antenna connected) on wiseblock.
SW Version: 1.0.0
Gateway:
RAK7246 WisGate Developer D0
SW Version:
Raspberry Pi Zero W Rev 1.1, OS “10 (buster)”, 4.19.75+.
RAKWireless gateway RAK7246 version 4.2
Configured using the RAK7246G Quick Start Guide with the sever plan as “Other” as chirpstack wasn’t an option.
Server:
Raspberry pi 3, configured with the below guide
- chirpstack-gateway-bridge
- chirpstack-network-server
- chirpstack-application-server
Where I am at:
I have the gateway connected to chirpstack, displaying as “Active”
I have created a device successfully in chirpstack and configured the RAK11300 via AT commands as per the RAK11300 Module Quick Start Guide.
When I initiate joining I can see the JoinRequest being sent from the device to the gateway, and I can see the JoinAccept being sent from the gateway to the end device. The activation tab populates with OTAA generated data, and appears successful. However, after attempting to join the end device displays “AT+JOIN=FAIL” and the OTAA values are not reflected in the end device when the “AT=STATUS=?” command is used.
What am I doing wrong? It appears the gateway is acknowledging the request and provisioning the device OTAA keys, but the device isn’t receiving it?!
Thank you all,
JaiB