Skip to content

classC application of v4.4.5 #1098

Answered by mluis1
shabaz-git asked this question in Q&A
May 20, 2021 · 1 comments · 3 replies
Discussion options

You must be logged in to vote

The provided 4.4.5 periodic-uplink-lpp example can be used for ClassA, ClassB and ClassC operation.
By default the example is setup to operate in ClassA mode.

In order to operate in ClassC mode one must modify the LORAWAN_DEFAULT_CLASS definition to CLASS_C instead of CLASS_A.

/*!
* LoRaWAN default end-device class
*/
#define LORAWAN_DEFAULT_CLASS CLASS_A

From your description it looks like that the network server is not properly setup to handle the device in ClassC as you mention that the downlink is being performed in the ClassA Rx windows.

As this looks t…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@altishchenko
Comment options

@shabaz-git
Comment options

@mluis1
Comment options

Answer selected by shabaz-git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants