Replies: 1 comment 2 replies
-
You could modify APP_TX_DUTYCYCLE in run time, to adjust how often you want to do the join request. You could try every hour? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I use the code example supplied in the periodic-uplink-lpp example.
My class A device is powered with a battery, so I try to reduce the power needed as low as possible. The device should operate for some years without any operation on it.
It works without any problem if the gateway is always alive and with a good radio coverage.
My problem is the following : when I use LmHandlerJoin( ), in case of no good LoRa coverage, the device try to make the join again and again, until the duty cycle limitation. This will empty the battery...
How can I do to make only one join request attempt?
Thank you for your help.
Beta Was this translation helpful? Give feedback.
All reactions