Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
RIOT
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm-projects
RIOT
Commits
71bd5584
You need to sign in or sign up before continuing.
Commit
71bd5584
authored
6 years ago
by
Jose Alamos
Browse files
Options
Downloads
Patches
Plain Diff
tests/pkg_semtech_loramac: add information about frame counters and ABP
parent
04dd2a90
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tests/pkg_semtech-loramac/README.md
+7
-0
7 additions, 0 deletions
tests/pkg_semtech-loramac/README.md
with
7 additions
and
0 deletions
tests/pkg_semtech-loramac/README.md
+
7
−
0
View file @
71bd5584
...
...
@@ -88,6 +88,9 @@ is activated by default.
```
### Joining with Activation By Personalization
OTAA is always prefered in real world scenarios.
However, ABP can be practical for testing or workshops.
*
Set your Device Address, Network Session Key , Application Session Key:
```
> loramac set devaddr AAAAAAAA
...
...
@@ -99,6 +102,10 @@ is activated by default.
> loramac join abp
Join procedure succeeded!
```
Saving frame counters in flash memory is not (yet) supported.
Before sending data, it's necessary to clear frame counters in
Network Server! Otherwise uplink messages won't work.
**NOTE**
:
If using TTN with ABP make sure to set the correct datarate for RX2.
Otherwise confirmed and downlink messages won't work.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment