Skip to content

Commit 41fa1ff

Browse files
ethanzhouycbradjc
authored andcommitted
lr1110 tests: update README
1 parent 51d2329 commit 41fa1ff

File tree

4 files changed

+14
-197
lines changed

4 files changed

+14
-197
lines changed
Lines changed: 7 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,10 @@
1-
# LoRa Basics Modem LoRaWAN Class A/C example
1+
LR1110 LoRaWAN Radio Example
2+
============================
23

3-
## Description
4+
This is a test app for using the lr1110 library with the [WM1110 wireless
5+
module](https://www.seeedstudio.com/Wio-WM1110-Dev-Kit-p-5677.html).
46

5-
The application will automatically starts a procedure to join a LoRaWAN network (see [configuration](../../apps/common/lorawan_key_config.h)).
7+
The library is a port of the [library from Seeed
8+
Studio](https://github.com/Seeed-Studio/Seeed_Wio_WM1110_Dev_Board) to Tock.
69

7-
Once a network is joined (i.e. when the corresponding event is triggered), uplinks are sent periodically. This periodic action is based on the LoRa Basics Modem alarm functionality. Each time the alarm-related event is triggered, the application requests an uplink.
8-
9-
The content of the uplink is the value read out from the charge counter by calling `smtc_modem_get_charge()`.
10-
11-
The application is also capable of displaying data and meta-data of a received downlink.
12-
13-
## Configuration
14-
15-
Several parameters can be updated in `main_lorawan.h` header file:
16-
17-
| Constant | Description |
18-
| -------------------------- | ----------------------------------------------------------------------------- |
19-
| `LORAWAN_APP_PORT` | LoRaWAN FPort used for the uplink messages |
20-
| `LORAWAN_CONFIRMED_MSG_ON` | Request a confirmation from the LNS that the uplink message has been received |
21-
| `APP_TX_DUTYCYCLE` | Delay in second between two uplinks |
10+
This test is designed to connect to the Things Network in the US915 band.

examples/tests/lr1110/lorawan/main_lorawan.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
* POSSIBILITY OF SUCH DAMAGE.
3434
*/
3535

36+
37+
// link to README.md in seeed studio's repo where this exmaple is taken from:
38+
// https://github.com/Seeed-Studio/Seeed_Wio_WM1110_Dev_Board/blob/master/apps/examples/lorawan/README.md
39+
3640
/*
3741
* -----------------------------------------------------------------------------
3842
* --- DEPENDENCIES ------------------------------------------------------------

examples/tests/lr1110/wifi_scan/README.md

Lines changed: 0 additions & 179 deletions
This file was deleted.

examples/tests/lr1110/wifi_scan/main_geolocation_wifi.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@
3535
* POSSIBILITY OF SUCH DAMAGE.
3636
* @endparblock
3737
38+
// link to README.md in seeed studio's repo where this exmaple is taken from:
39+
// https://github.com/Seeed-Studio/Seeed_Wio_WM1110_Dev_Board/blob/master/apps/examples/geolocation_wifi/README.md
40+
3841
*/
3942

4043
/*!

0 commit comments

Comments
 (0)