From 174a94d0c4ba7b9e0e9282c123c5aed51f4436e3 Mon Sep 17 00:00:00 2001 From: Alexandre Abadie <alexandre.abadie@inria.fr> Date: Tue, 26 Jun 2018 20:56:57 +0200 Subject: [PATCH] examples/lorawan: minor fixes in application README --- examples/lorawan/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/lorawan/README.md b/examples/lorawan/README.md index 934a79ce6e..f9e6f9679d 100644 --- a/examples/lorawan/README.md +++ b/examples/lorawan/README.md @@ -7,7 +7,7 @@ Description This application shows a simple use case of LoRaWAN with RIOT. By using the real time clock and low-power capabilities of a board, this -application shows how to program a LoRaWAN Class A devices using RIOT. +application shows how to program a LoRaWAN Class A device using RIOT. This application is using the Over-The-Air Activation procedure. @@ -26,7 +26,7 @@ to your hardware setup and region of use: - `REGION` can be `EU868`, `US915`, etc (see LoRaWAN regional parameters for details). -ST Nucleo-64 can be used with an mbed LoRa shield: there's one based on +ST Nucleo-64 can be used with mbed LoRa shields: there's one based on [the sx1276 radio](https://os.mbed.com/components/SX1276MB1xAS/) and one based on the [the sx1272 radio](https://os.mbed.com/components/SX1272MB2xAS/). -- GitLab