You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PlatformIO/README.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -146,6 +146,14 @@ lib_deps =
146
146
; other required environment definitions
147
147
```
148
148
149
+
## Examples projects for RAK_PATCH_V2
150
+
151
+
Two examples are available to show the usage of the patch.
152
+
The first example [WisBlock-LoRaWAN-OTAA](./RAK_PATCH_V2/examples/WisBlock-LoRaWAN-OTAA/) is a simple example using the SX126x-Arduino library to establish an OTAA based connection to a LoRaWAN server.
153
+
The second example [WisBlock-API-V2-Example](./RAK_PATCH_V2/examples/WisBlock-API-V2-Example/) is based on the [WisBlock-API-V2](https://github.com/beegee-tokyo/WisBlock-API-V2) API, that provides low power coding and an AT command interface to setup the devices.
154
+
155
+
Both examples work on the RAK4630/RAK4631, RAK11300/RAK11310, RAK3112/RAK3312 and RAK11200 + RAK13300 modules.
156
+
149
157
# RAK_PATCH (old version)
150
158
A small script that installs or updates RAKwireless WisBlock modules in PlatformIO BSP's
151
159
This script does not install the required BSP's (platform and package), it only patches already installed BSP's.
0 commit comments