-
Notifications
You must be signed in to change notification settings - Fork 2k
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
pkg/semtech-loramac: add support for sx126x/llcc68 radios #16238
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
aabadie
added
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
Area: LoRa
Area: LoRa radio support
labels
Mar 27, 2021
aabadie
requested review from
cgundogan,
fjmolinas,
haukepetersen,
jia200x,
leandrolanzieri,
MichelRottleuthner,
miri64,
PeterKietzmann and
smlng
as code owners
March 27, 2021 15:46
aabadie
added
the
State: waiting for other PR
State: The PR requires another PR to be merged first
label
Mar 27, 2021
aabadie
force-pushed
the
semtech-loramac_sx126x
branch
2 times, most recently
from
March 30, 2021 12:00
5144e38
to
2e4eb65
Compare
I was able to join a network but It then got stuck when sending a message:
|
Ah seems it was just because of missing quoutes:
|
fjmolinas
added
the
Reviewed: 3-testing
The PR was tested according to the maintainer guidelines
label
Mar 30, 2021
aabadie
force-pushed
the
semtech-loramac_sx126x
branch
from
March 30, 2021 13:52
2e4eb65
to
06a3d8f
Compare
aabadie
force-pushed
the
semtech-loramac_sx126x
branch
from
March 30, 2021 17:03
06a3d8f
to
efdaf92
Compare
fjmolinas
added
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
and removed
State: waiting for other PR
State: The PR requires another PR to be merged first
labels
Mar 30, 2021
fjmolinas
approved these changes
Mar 31, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ACK and GO!
kaspar030
added
the
Release notes: added
Set on PRs that have been processed into the release notes for the current release.
label
Apr 28, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Area: LoRa
Area: LoRa radio support
CI: ready for build
If set, CI server will compile all applications for all available boards for the labeled PR
Release notes: added
Set on PRs that have been processed into the release notes for the current release.
Reviewed: 3-testing
The PR was tested according to the maintainer guidelines
Type: new feature
The issue requests / The PR implemements a new feature for RIOT
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contribution description
This PR adds the missing logic to be able to use the semtech-loramac package with sx126x and llcc68 radios.
Testing procedure
One can test this PR out-of-the-box using an sx1261/sx1262/llcc68 mbed shield and a nucleo 64 board (I tested with nucleo-l476rg and nucleo-g431rb): just flash the
tests/pkg_semtech-loramac
application and verify that OTAA join procedures are successful and data can be sent to a LoRaWAN backend:some basic tests with TTN
Issues/PRs references
This is based on #16177