test/pkg_semtech_loramac: add class A specifics to README
This commit is contained in:
parent
cf8ce6858a
commit
04dd2a90ba
@ -70,7 +70,8 @@ The default region is `EU868`.
|
||||
## Using the shell
|
||||
This application provides the `loramac` command for configuring the MAC,
|
||||
joining a network and sending/receiving data to/from a LoRaWAN network.
|
||||
`join` and `tx` subcommands are blocking until the MAC is done.
|
||||
`join` and `tx` subcommands are blocking until the MAC is done. Class A
|
||||
is activated by default.
|
||||
|
||||
### Joining with Over The Air Activation
|
||||
|
||||
@ -117,6 +118,12 @@ The datarate for RX2 should be DR3 (SF9BW125) as seen in
|
||||
```
|
||||
> loramac tx This\ is\ RIOT! uncnf 10
|
||||
```
|
||||
When using Class A (default mode) downlink messages will be received in
|
||||
the next uplink:
|
||||
```
|
||||
> loramac tx hello
|
||||
Data received: RIOT, port: 1
|
||||
```
|
||||
|
||||
### Other shell commands
|
||||
* Switch the default datarate index (from 0 to 16). 5 is for SF7, BW125:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user