RAK3172-SiP WisDuo LPWAN SiP Quick Start Guide
warning
The RAK3172-SiP does not have pre-flashed LoRaWAN credentials and you have to define and setup your own unique credentials for the SiP's.
Prerequisites
Before going through the steps in the installation guide of the RAK3172-SiP WisDuo LPWAN SiP, make sure to prepare the necessary items listed below:
Hardware
- RAK3172-SiP WisDuo LPWAN SiP
- Adapter PCB board for the RAK3172-SiP to access UART2 pins
- USB-Serial Converter
- Computer
Software
- Download and install the Arduino IDE.
warning
If you are using Windows 10. Do NOT install the Arduino IDE from the Microsoft App Store. Instead, install the original Arduino IDE from the Arduino official website. The Arduino app from the Microsoft App Store has problems using third-party Board Support Packages.
- Add RAK3172 as a supported board in Arduino IDE by updating Board Manager URLs in Preferences settings of Arduino IDE with this JSON URL
https://raw.githubusercontent.com/RAKWireless/RAKwireless-Arduino-BSP-Index/main/package_rakwireless_com_rui_index.json. After that, add RAKwireless RUI STM32 Boards via Arduino board manager. - RAK Serial Port Tool
List of Acronyms
| Acronym | Definition |
|---|---|
| DFU | Device Firmware Upgrade |
| JTAG | Joint Test Action Group |
| LoRa | Long Range |
| OTAA | Over-The-Air-Activation (OTAA) |
| ABP | Activation-By-Personalization (ABP) |
| TTN | The Things Network |
| DEVEUI | Device EUI (Extended Unique Identification) |
| APPEUI | Application EUI (Extended Unique Identification) |
| APPKEY | Application Key |
| DEVADDR | Device Address |
| NWKSKEY | Network Session Key |
| APPSKEY | Application Session Key |
| P2P | Point-to-Point |