Replies: 1 comment 4 replies
-
There is no clean way of handling this within the LoRaWAN stack. The cleanest way I can think of is restricting the module driver to 10dBm max (here would be the right place I think). |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm using an stm32wle5 and need to limit the TX power to 10dBm due to battery constraints, what is the best way to achieve that? Calling
node.setTxPower(10)
doesn't affect OTAA as far as I can tell. I believe I need to setnode.txPowerMax
which is protected. Thoughts?Beta Was this translation helpful? Give feedback.
All reactions