-
Notifications
You must be signed in to change notification settings - Fork 38
Description
Hi Charles,
first of all, great work!
I've managed to construct this gateway and used your version of single packet forwarder, but I'm getting these continuous messages:
Packet RSSI: -157, RSSI: -103, SNR: 0, Length: 0 Message:''
rxpk update: {"rxpk":[{"tmst":2479877867,"freq":868.1,"chan":0,"rfch":0,"stat":1,"modu":"LORA","datr":"SF7BW125","codr":"4/5","rssi":-157,"lsnr":0.0,"size":0,"data":""}]}
Packet RSSI: -157, RSSI: -106, SNR: 0, Length: 0 Message:''
rxpk update: {"rxpk":[{"tmst":2479887927,"freq":868.1,"chan":0,"rfch":0,"stat":1,"modu":"LORA","datr":"SF7BW125","codr":"4/5","rssi":-157,"lsnr":0.0,"size":0,"data":""}]}
Packet RSSI: -157, RSSI: -104, SNR: 0, Length: 0 Message:''
rxpk update: {"rxpk":[{"tmst":2479898742,"freq":868.1,"chan":0,"rfch":0,"stat":1,"modu":"LORA","datr":"SF7BW125","codr":"4/5","rssi":-157,"lsnr":0.0,"size":0,"data":""}]}
Packet RSSI: -157, RSSI: -104, SNR: 0, Length: 0 Message:''
rxpk update: {"rxpk":[{"tmst":2479908300,"freq":868.1,"chan":0,"rfch":0,"stat":1,"modu":"LORA","datr":"SF7BW125","codr":"4/5","rssi":-157,"lsnr":0.0,"size":0,"data":""}]}
On the hardware I soldered the three DIO diodes and I think the rest is OK.
my config is:
pi@raspberrypi:~/single_chan_pkt_fwd $ sudo ./single_chan_pkt_fwd
server: .address = router.eu.staging.thethings.network; .port = 1700; .enable = 1
server: .address = router.eu.thethings.network; .port = 1700; .enable = 0
Gateway Configuration
JN GW ([email protected])
Dragino Single Channel Gateway on RPI
Latitude=0.00000000
Longitude=0.00000000
Altitude=10
Trying to detect module with NSS=8 DIO0=6 Reset=3 Led1=5
SX1276 detected, starting.
Gateway ID: b8:27:eb:ff:ff:63:c8:99
Listening at SF7 on 868.100000 Mhz.
stat update: 2019-09-06 12:28:26 GMT no packet received yet
Packet RSSI: -157, RSSI: -105, SNR: 0, Length: 0 Message:''
Can you help?
Thanks a lot!
Jorge