Skip to content

AU915 LoraWAN channels not to spec #1307

Closed Answered by StevenCellist
randy197 asked this question in Q&A
Discussion options

You must be logged in to vote

The comment in config.h should be slightly modified (although one could argue that you might've been able to fill it in yourself 😉):

const uint8_t subBand = 0;  // For US915, change this to 2, otherwise leave on 0

AU915 consists of multiple subbands, just like US915. If you leave it on 0, RadioLib follows the spec by selecting a random channel from each subband to see if it can join on any of the subbands. But you are definitely better off selecting the configured subband from your gateway & device console (which is subband 2, judging from the JoinAccept).

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by randy197
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@StevenCellist
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants