Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Task] Provide an Arduino implementation to disable several channels. #1930

Open
2 tasks
ouphi opened this issue Oct 26, 2022 · 1 comment
Open
2 tasks

[Task] Provide an Arduino implementation to disable several channels. #1930

ouphi opened this issue Oct 26, 2022 · 1 comment
Labels

Comments

@ouphi
Copy link
Collaborator

ouphi commented Oct 26, 2022

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 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
@Mandur
Copy link
Contributor

Mandur commented Nov 1, 2022

This will be removed from the Hackoverflow project and tackled later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants