Hi, I have been using a simple example code from Arduino IDE that sends “Hello World” as a payload from an RFM95 to the gateway, and then to the application server. The setup is a Raspberry Pi with a rakwireless Pi-Hat attached. The program is designed to send this message every 60 seconds. But it only seems to be sent very sporadically; sometimes it appears on the Device Data tab as an uplink every few minutes, sometimes it is an hour between uplinks, and sometimes it doesn’t seem to send any data at all, even after multiple hours.
I am using US915, so I don’t believe the EU 868 1% Duty Cycle restriction is imposed. Could it be the configuration files? I believe they are all correct.
I will include a screenshot of a bunch of uplinks from yesterday. One thing i noticed is that they are all on a frequency range of around 904 MHz, but shouldn’t they range from 902 to 915 MHz? Is my setup not using the full available spectrum, and that could be a reason why? Thanks for reading.