Hi everyone, I’m trying to pair my gateway with a node by following this getting started tutorial and I’d say that I’ve got a similar problem than this one, but in my case I’ve got the gateway set up and apparently working; this is my hardware:
Both are SX1276
I’ve modified the suggested sketch to include the Device Address
, Network Session Key
and App Session Key
; I’ve compiled the sketch (from apart a little issue related with LMIC library, which I’ve solved cloning the last version of the library directly) … and as you can see the Serial Monitor is showing entries every minute. Even I can see traffic in the Gatway Overview
and I’d say this traffic is being caused by the node. In fact dual_chan_pkt_fwd.service
is journaling also a few related entries as you can see
may 08 14:10:12 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:06:18 GMT 29 packets received
may 08 14:10:12 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:06:48 GMT 29 packets received
may 08 14:10:12 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:07:18 GMT 29 packets received
may 08 14:10:12 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:07:48 GMT 29 packets received
may 08 14:10:12 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:08:18 GMT 29 packets received
may 08 14:10:12 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:08:48 GMT 29 packets received
may 08 14:10:12 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:09:18 GMT 29 packets received
may 08 14:10:12 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:09:48 GMT 29 packets received
may 08 14:10:12 raspberrypi dual_chan_pkt_fwd[565]: CE0 Packet RSSI: -30, RSSI: -94, SNR: 9, Length: 26 Message:'@c..&.@.....x|P....Z?.H.t.'
may 08 14:10:12 raspberrypi dual_chan_pkt_fwd[565]: rxpk update: {"rxpk":[{"tmst":3776099361,"freq":868.1,"chan":0,"rfch":0,"stat":1,"modu":"LORA","datr":"SF7BW125","codr":"4/5","rssi":-30,"lsnr":9.0,"size":26,"data":"QGMRASaAQAABnaTPeHxQ
zBqTyVo/90gfdNE="}]}
may 08 14:13:25 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:10:18 GMT 30 packets received
may 08 14:13:25 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:10:48 GMT 30 packets received
may 08 14:13:25 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:11:18 GMT 30 packets received
may 08 14:13:25 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:11:48 GMT 30 packets received
may 08 14:13:25 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:12:18 GMT 30 packets received
may 08 14:13:25 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:12:48 GMT 30 packets received
may 08 14:13:25 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:13:18 GMT 30 packets received
may 08 14:13:25 raspberrypi dual_chan_pkt_fwd[565]: CE0 Packet RSSI: -96, RSSI: -96, SNR: -12, Length: 112 Message:'.mP.A...$..H.......y{....0i.J..!..Q{z.. !..j.1.N.'...(..q...........9...V.....?..].|\..Z...m6...w....d.u..j....F'
may 08 14:13:25 raspberrypi dual_chan_pkt_fwd[565]: rxpk update: {"rxpk":[{"tmst":3969443103,"freq":868.1,"chan":0,"rfch":0,"stat":1,"modu":"LORA","datr":"SF7BW125","codr":"4/5","rssi":-96,"lsnr":-12.0,"size":112,"data":"4G1QiEGQuNYk3ZtIq
ZPG5wyXqHl7owvwpTBpzUoYvSEexFF7epPfICG9imoQMQROjSfHxJsoqZBxBQsY9rUUy/bf98E55p+lVu6a+cUBP5+xXfl8XJy6WvAVCW0286rId6Xdp5xkzHXgxGrFiYrWRg=="}]}
may 08 14:18:30 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:13:48 GMT 31 packets received
may 08 14:18:30 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:14:18 GMT 31 packets received
may 08 14:18:30 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:14:48 GMT 31 packets received
may 08 14:18:30 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:15:18 GMT 31 packets received
may 08 14:18:30 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:15:48 GMT 31 packets received
may 08 14:18:30 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:16:18 GMT 31 packets received
may 08 14:18:30 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:16:48 GMT 31 packets received
may 08 14:18:30 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:17:18 GMT 31 packets received
may 08 14:18:30 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:17:48 GMT 31 packets received
may 08 14:18:30 raspberrypi dual_chan_pkt_fwd[565]: stat update: 2020-05-08 12:18:18 GMT 31 packets received
may 08 14:18:30 raspberrypi dual_chan_pkt_fwd[565]: CE0 Packet RSSI: -31, RSSI: -96, SNR: 9, Length: 26 Message:'@c..&.H..A..#..H.....4.2}B'
may 08 14:18:30 raspberrypi dual_chan_pkt_fwd[565]: rxpk update: {"rxpk":[{"tmst":4274836837,"freq":868.1,"chan":0,"rfch":0,"stat":1,"modu":"LORA","datr":"SF7BW125","codr":"4/5","rssi":-31,"lsnr":9.0,"size":26,"data":"QGMRASaASAABQQPgI/Oz
SMTdmJ+nNLcyfUI="}]}
But the point is … the device keeps as “status: never seen” in the Device Overview
And I cannot see anything inside Data tab either
What I’m doing wrong?
Thank you all