mcci-catena / Catena-Sketches

Top-level Arduino sketches for the MCCI Catena family of IoT LPWA Devices
MIT License
12 stars 21 forks source link

Need explanation of how to set up LoRaWAN keys #2

Closed terrillmoore closed 6 years ago

terrillmoore commented 7 years ago

The instructions currently don't mention that you need to have an Arduino library named catena-lorawan-provisioning, with files catena-lorawan-provisioning/gk_lorawan_keys.project.cpp and catena-lorawan-provisioning/gk_lorawan_keys.4420.cpp. Only one file is used, depending on whether your project uses class object derived from Catena4410 or from Catena4420. There are two problems:

  1. There's no guidance on setting up these files
  2. Only one file should be needed, but both are currently required (due to the Arduino environment's "compile everything" philosophy). The one that isn't required for a given project should be empty.

Consider providing a repo that can be downloaded and configured using a bash script.

terrillmoore commented 6 years ago

At this point, MCCI is not really doing Catena 4410/4420 work any more; closing it here, and opening similar bug as https://github.com/mcci-catena/Catena-Arduino-Platform/issues/78