Hi,
Our VEDirect Lorawan module keeps blinking blue. I can see Join/Accept requests on the TTN console from/to the device. It's not a coverage issue since SNR is 8-10 dB.
Join Accept:
{
"gw_id": "eui-7276ff00080e0d4e",
"payload": "IJTO2GyIKJdarLb3TXHTX6dtSFvyIYS+9pVowFRWOBQQ",
"lora": {
"spreading_factor": 7,
"bandwidth": 125,
"air_time": 71936000
},
"coding_rate": "4/5",
"timestamp": "2020-10-06T04:51:59.014Z",
"frequency": 868100000
}
Join Request:
{
"gw_id": "eui-7276ff00080e0d4e",
"payload": "ADRfAPB+1bNww07bm0nVs3Dr22mCD+s=",
"dev_eui": "70B3D5499BDB4EC3",
"lora": {
"spreading_factor": 7,
"bandwidth": 125,
"air_time": 61696000
},
"coding_rate": "4/5",
"timestamp": "2020-10-06T04:51:55.014Z",
"rssi": -45,
"snr": 10,
"app_eui": "70B3D57EF0005F34",
"frequency": 868100000
}
Best Regards,