2024-12-20 03:44 AM
Hello,
In our end-node application, the device occasionally needs to switch its operating class from Class A to Class C. This class switching is triggered by an external interrupt rather than a downlink message from the server.
To achieve this, I am using the LmHandlerRequestClass() function from the LoRaMAC layer, which successfully switches the device to Class C. However, on the next Tx cycle, the device reverts back to Class A.
How to ensure that the device remains in Class C after the class switch?
Solved! Go to Solution.
2025-01-22 09:37 AM
Hello @pho3nix
Using the LmHandlerRequestClass() function should do the job. Could you please give more details about your issue.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2025-01-22 09:37 AM
Hello @pho3nix
Using the LmHandlerRequestClass() function should do the job. Could you please give more details about your issue.
Best Regards.
STTwo-32
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.