LoRaWAN-Signal-Mapping/README.md

2.3 KiB

Msc-Summer-Project

My Msc Summer Project

Hardware Used

Getting Started

Run bash ./build setup from the command line at the root of this repository.

IoT Device

  • Copy settings.custom.cpp.example to settings.custom.cpp and fill in the fields there
  • Review settings.h to make sure it matches your setup
  • Edit iot/libraries/arduino-lmic/src/lmic/config.h, and add the following to the bottom:
#define DISABLE_PING
#define DISABLE_BEACONS
  • Copy the folders in iot/libraries to your Arduino IDE libraries folder