Skip to content
Discussion options

You must be logged in to vote

lorawan_get_payload_sizes is just a wrapper around the loramac-node LoRaMacQueryTxPossible function.
The documentation isn't super clear, but my understanding is that the function is only concerned with calculating the payload size based on the current datarate, and doesn't take into account any duty cycle limits.

i.e., it will tell you whether your 50 byte payload can ever be sent at the current data rate, just not whether it can be sent right now.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@ayunumm
Comment options

@nordicjm
Comment options

nordicjm Nov 7, 2025
Collaborator

@JordanYates
Comment options

Answer selected by ayunumm
@ayunumm
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
bug The issue is a bug, or the PR is fixing a bug
3 participants
Converted from issue

This discussion was converted from issue #99049 on November 07, 2025 09:45.