You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
To work with the CN470 and AU915 Arduino samples, we need to disable channels.
For that, we add the custom setChannelOFF method to the LoRaWan cpp library.
In the Arduino samples for CN470 and AU915 we call setChannelOFF in a for loop to disable one by one each channel within a range.
It seems that there is an AT command that can disable several channels within a range, in a faster way. AT+CH=NUM, <start>-<end>, OFF
We could use this implementation instead, to disable the channels faster.
Acceptance criteria
The instructions to add the method implementation is documented in the Arduino Samples doc
The new method is used in the Arduino samples for CN470 and AU915 regions
The text was updated successfully, but these errors were encountered:
Story: #XX
Description
To work with the CN470 and AU915 Arduino samples, we need to disable channels.
For that, we add the custom setChannelOFF method to the LoRaWan cpp library.
In the Arduino samples for CN470 and AU915 we call setChannelOFF in a for loop to disable one by one each channel within a range.
It seems that there is an AT command that can disable several channels within a range, in a faster way.
AT+CH=NUM, <start>-<end>, OFF
We could use this implementation instead, to disable the channels faster.
Acceptance criteria
The text was updated successfully, but these errors were encountered: