cancel
Showing results for 
Search instead for 
Did you mean: 

Lorawan class change

pho3nix
Associate III

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?

1 ACCEPTED SOLUTION

Accepted Solutions
STTwo-32
ST Employee

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.

View solution in original post

1 REPLY 1
STTwo-32
ST Employee

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.