Hey,
I recently just began with LoRaWAN. Most times when I try out my ELV-LW-GPS1 GPS / GNSS Tracker, it tries to join the network three times, but can’t connect. Then in the console there appear two messages every 32 - 34 seconds:
Accept join request
and
Successfully processed join-request
The detailed messages are
<{
“name”: “js.join.accept”,
“time”: “2024-10-03T08:09:21.346479293Z”,
“identifiers”: [
{
“device_ids”: {
“device_id”: “aw2-pl-1”,
“application_ids”: {
“application_id”: “gnss-elv-1”
}
}
}
],
“context”: {
“tenant-id”: “CgN0dG4=”
},
“visibility”: {
“rights”: [
“RIGHT_APPLICATION_TRAFFIC_READ”
]
},
“unique_id”: “01J98PTA6254ZZN0W1QAY2S78J”
}>
and
{
“name”: “js.join.accept”,
“time”: “2024-10-03T08:09:21.346479293Z”,
“identifiers”: [
<{
“device_ids”: {
“device_id”: “aw2-pl-1”,
“application_ids”: {
“application_id”: “gnss-elv-1”
}
}
}
],
“context”: {
“tenant-id”: “CgN0dG4=”
},
“visibility”: {
“rights”: [
“RIGHT_APPLICATION_TRAFFIC_READ”
]
},
“unique_id”: “01J98PTA6254ZZN0W1QAY2S78J”
}>
It looks to me as if the GPS Tracker is not reacting to the messages of the gateway, but I don’t know much about LoRaWAN.
However, sometimes the joining process seems to work, as I received a downlink message, but sadly, I no longer see the events of it in the console.
The ELV-LW-GPS1 has a dnt-TRX-ST1 LoRaWAN module, and I use the SF9 for RX2 frequency plan with LoRaWAN version 1.0.3. Please help me to connect the tracker properly.
Thanks for any response!