Good day,
Setup:
1x The things uno
1x RPI w/ dragino hat lora-gps as GW - single channel 868.1 Mhz - SF 7
both indoor, ca 3 meters away from each other.
Problem:
The things uno can’t connect to TTN/GW, I’m getting this error:
The things UNO output
– STATUS
EUI: 0004A30B001FF56C
Battery: 3294
AppEUI: 70B3D57ED0019A93
DevEUI: 0004A30B001FF56C
Data Rate: 5
RX Delay 1: 1000
RX Delay 2: 2000
– JOIN
Model: RN2483
Version: 1.0.5
Sending: mac set deveui 0004A30B001FF56C
Sending: mac set adr off
Sending: mac set deveui 0004A30B001FF56C
Sending: mac set appeui 70B3D57ED0019A93
Sending: mac set appkey same as device
Sending: mac save
Sending: mac set rx2 3 869525000
Sending: mac set ch drrange 1 0 6
Sending: mac set ch dcycle 0 799
Sending: mac set ch dcycle 1 799
Sending: mac set ch dcycle 2 799
Sending: mac set ch dcycle 3 799
Sending: mac set ch freq 3 867100000
Sending: mac set ch drrange 3 0 5
Sending: mac set ch status 3 on
Sending: mac set ch dcycle 4 799
Sending: mac set ch freq 4 867300000
Sending: mac set ch drrange 4 0 5
Sending: mac set ch status 4 on
Sending: mac set ch dcycle 5 799
Sending: mac set ch freq 5 867500000
Sending: mac set ch drrange 5 0 5
Sending: mac set ch status 5 on
Sending: mac set ch dcycle 6 799
Sending: mac set ch freq 6 867700000
Sending: mac set ch drrange 6 0 5
Sending: mac set ch status 6 on
Sending: mac set ch dcycle 7 799
Sending: mac set ch freq 7 867900000
Sending: mac set ch drrange 7 0 5
Sending: mac set ch status 7 on
Sending: mac set pwridx 1
Sending: mac set retx 7
Sending: mac set dr 5
Sending: mac join otaa
Join not accepted: denied
Check your coverage, keys and backend status.
Sending: mac join otaa
Join not accepted: denied
Check your coverage, keys and backend status.
Sending: mac join otaa
this shows up @ my gateway:
{
“gw_id”: “eui-b827ebffff8707b4”,
“payload”: “AJOaAdB+1bNwbPUfAAujBACANnonzic=”,
“dev_eui”: “0004A30B001FF56C”,
“lora”: {
“spreading_factor”: 7,
“bandwidth”: 125,
“air_time”: 61696000
},
“coding_rate”: “4/5”,
“timestamp”: “2019-03-23T19:59:03.726Z”,
“rssi”: -57,
“snr”: 9,
“app_eui”: “70B3D57ED0019A93”,
“frequency”: 868100000
}
1 weird thing: I’m getting 2 app eui at the same time, as i got only 1 reg. device in my app.
My Device:
My RNmodule 2438 + setup(didn’t change anything yet, straight out of the box setting):
Any solution how i get The things UNO connected?
Thanks in advance,
Greetz
Leon