I have been lurking for a while and now need to ask a few questions-some may have been answered but I may need conformation and some help please. So apologies if they seem a bit noob!
My set up:
LoraWAN gateway on a RP3 B+ with a dual Uptronics board mounted running the dual packet forwarder https://github.com/bokse001/dual_chan_pkt_fwd
LoraWAN node on a RPI2, with a LoraHAT board mounted running this ttn gps script as my test output source (GPS output) to the TTN gateway
Both node and gateway set up on the TTN network, with the right Device Address,Network Session and App Session Keys
The gateway is showing as connected on TTN-I can see some messages coming in. I see a few messages from my node, but very hit and miss. When looking at the logs on the RPI3 gateway, I see messages now and again-I am not sure if they are from my node (they are about 3 foot apart on my workbench)?
Oct 11 12:59:32 RPI3-1-Home-Stretch dual_chan_pkt_fwd[1279]: CE1 Packet RSSI: -120, RSSI: -119, SNR: -11, Length: 6 Message:’…xf…’
Oct 11 12:59:32 RPI3-1-Home-Stretch dual_chan_pkt_fwd[1279]: rxpk update: {“rxpk”:[{“tmst”:3023084097,“freq”:868.3,“chan”:1,“rfch”:0,“stat”:1,“modu”:“LORA”,“datr”:“SF7BW125”,“codr”:“4/5”,“rssi”:-120,"ls
I am sure I have the right frequency settings (868.1 & 868.3Mhz) for both devices and both use SF7. The node says connected on the TTN console as well, but no data
My understanding is that my gateway will only be a 2 channel device-which is frowned upon/not the standard-8 channel is the way to go so nodes don’t need to be locked down to specific channels? But before I go down the route and the expense of a 8 channel device, I would like to try it out with my set-up-and that’s where I’m falling down-with all the work I have done I would have expected to see a constant stream of messages between my node and gateway. Am I expecting too much because
a) its not a 8 channel gateway so TTN will mark me down?
b ) there is a limit on the node for how many messages I can send a day?
I’ve spent a week on this, looking at Youtube, going through the forums, reading up on blogs-what am I missing, what else should I be checking?
Thanks
cabs