BreakBoard User Manual
COPYRIGHT ©
SHENZHEN RAKWIRELESS TECHNOLOGY CO., LTD
ETDX1801191302
2. Open Source Project
RAK815(RAK813 BreakBoard) is an open source hardware. So the user can get all
the information about the product. Includes schematics and program code. Here for
everyone a brief introduction to the structure and basic use of open source code.
About the open source project, we can download it here:
https://github.com/RAKWireless/RAK813-BreakBoard
This open source project is based on the official code LoRaWAN1.0.2 and Nordic
nRF5 SDK 14.0.0 modified to support IAR8.11 and Keil5. The project mainly provides how
to read the sensor data and turn on the Bluetooth transparent transmission function to
receive the LoRaWAN configuration data. After the LoRaWAN connection is successful,
the sensor data is uploaded to the LoRaWAN server.
2.1 Project Structure
Because of the similar project structure of IAR8.11 and Keil5, we introduce the project
structure of IAR8.11 as an example.