RAKWireless / RAK10701-Field-Tester

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.
MIT License
6 stars 1 forks source link

Makefile to use arduino-cli #1

Closed xoseperez closed 1 year ago

xoseperez commented 1 year ago

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/).