OTAA activation and downlink payload #91
-
Hi everyone,
PlatformIO configuration.
Any hint on what I'm doing wrong? The data link looks fine: Relevant code:
Many thanks for your support. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 16 replies
-
As there is no other reply, I'll add the comment that you probably pulled down RadioLib 7.2 as a dependency while installing this library. There is a bug in RadioLib 7.2 that results in downlink payload being decoded incorrectly when there is some MAC payload in the downlink as well. In the first few downlinks after joining, there is usually MAC payload for ADR for instance. So the decoding bug plays up. |
Beta Was this translation helpful? Give feedback.
Right.. the big problem is that you must have configured that the device (profile) supports Class B, but RadioLib does not support Class B which is definitely mentioned all over the place 😉
Subsequently, Chirpstack sends the MAC command to set the Class B ping slots to 0 MHz (not used), which is an unknown command since RadioLib does not support it.
The fix will be to disable the support for Class B.