tftelkamp / single_chan_pkt_fwd

Single Channel LoRaWAN Gateway
Other
235 stars 308 forks source link

Disable Frequency Hoping #9

Open rokigeorg opened 8 years ago

rokigeorg commented 8 years ago

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.