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
Firstly, let me thank you for making this library available. I am trying to create a receiver sensor that continually listen to LoRa packets while trying to be as energy efficient as possible. I am using the example Sensor-Gateway-Deepsleep/Lora-Gateway as a baseline.
I am confused with the parameters to the SetRxDutyCycle() function. From the example and documentation, it seems that both rxTime and sleepTime are given in μs. However, reading the sx126x datasheet (section 13.1.7) parameters are given in 15.625μs increments. Basically, I think the parameters of the SetRxDutyCycle() should not be given in μs directly (the example should not multiply by 15.625μs).
Is my assumption correct?
The text was updated successfully, but these errors were encountered:
Hello,
Firstly, let me thank you for making this library available. I am trying to create a receiver sensor that continually listen to LoRa packets while trying to be as energy efficient as possible. I am using the example Sensor-Gateway-Deepsleep/Lora-Gateway as a baseline.
I am confused with the parameters to the
SetRxDutyCycle()
function. From the example and documentation, it seems that bothrxTime
andsleepTime
are given in μs. However, reading the sx126x datasheet (section 13.1.7) parameters are given in 15.625μs increments. Basically, I think the parameters of theSetRxDutyCycle()
should not be given in μs directly (the example should not multiply by 15.625μs).Is my assumption correct?
The text was updated successfully, but these errors were encountered: