test/pkg_semtech_loramac: add class A specifics to README

This commit is contained in:
Jose Alamos 2018-06-06 13:22:34 +02:00
parent cf8ce6858a
commit 04dd2a90ba

View File

@ -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: