You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in your setupLora() function you set the LoRa register for the Frequency Hoping Period to 0xFF.
I tried on my setup (hopeRF 95W with a SX1276) the following line.
writeRegister(REG_HOP_PERIOD,0x00);
I disable the Frequency Hopping and so for I stick to the given frequency.
When I tested it, I received all packages from my node.
P.S. I am a new to all this but I just wanted to let you know.
The text was updated successfully, but these errors were encountered:
Hello,
in your setupLora() function you set the LoRa register for the Frequency Hoping Period to 0xFF.
I tried on my setup (hopeRF 95W with a SX1276) the following line.
writeRegister(REG_HOP_PERIOD,0x00);
I disable the Frequency Hopping and so for I stick to the given frequency.
When I tested it, I received all packages from my node.
P.S. I am a new to all this but I just wanted to let you know.
The text was updated successfully, but these errors were encountered: