Skip to content
Discussion options

You must be logged in to vote

We don't know which changes ST has made on their fork of this project.

By default this project uses all 64+1 channels. The join frequencies selection follows the recommendation provided by the Regional Parameters specification

The channels frequency selection order should be always random as the MAC layer uses a random number generated by the Radio hardware to seed the pseudo random generator. This means that every time LoRaMacInitialization API is called a different pseudo random sequence will be used.

LoRaMac-node/src/mac/LoRaMac.c

Lines 3835 to 3836 in 05353ff

// Random seed initialization
srand1( Radio.Random( ) );

Therefore, the only possibility to always get …

Replies: 1 comment 16 replies

Comment options

You must be logged in to vote
16 replies
@mluis1
Comment options

@Carl-P4
Comment options

@mluis1
Comment options

@Carl-P4
Comment options

@mluis1
Comment options

Answer selected by Carl-P4
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
Converted from issue

This discussion was converted from issue #1177 on October 06, 2021 06:35.