The RAK10701-P Field Tester for LoRaWAN is a ready-to-use WisNode for evaluating deployed LoRaWAN network, which comes in a hard case and two different antenna types. It has a GNSS and a touchscreen LCD for the user interface.
Since there is no support on PlatformIO for RUI cores yet, using the CLI to build this project is only possible with arduino-cli. This Makefile exposes 3 main methods to init(ialize), build and upload the code to the device using arduino-cli.
The init method installs all required dependencies (core and libraries from the zipped ones).
arduino-cli has to be preinstalled (check https://arduino.github.io/arduino-cli/0.33/).
Since there is no support on PlatformIO for RUI cores yet, using the CLI to build this project is only possible with arduino-cli. This Makefile exposes 3 main methods to init(ialize), build and upload the code to the device using arduino-cli. The
init
method installs all required dependencies (core and libraries from the zipped ones).arduino-cli
has to be preinstalled (check https://arduino.github.io/arduino-cli/0.33/).