You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need a guide that guides the developer if things aren't working:
Specifically for the Catena 4410 or Adafruit Feather M0 LoRa:
Check the presence of the wire from D6 to DIO1 -- otherwise joins will never complete, and the TX_DATAs that are printed during join will be rare or non-existent.
Check that the provisioning data is in catena-lorawan-provisioning/gk_lorawan_keys.project.cpp.
Check that the mapping from CPU unique ID is present in MCCI-Catena4410-Arduino-Library/src/lib/gk_WellKnownCpuBindings.cpp
Turn on unattended mode in MCCI-Catena4410-Arduino-Library/src/lib/gk_WellKnownCpuBindings.cpp if you're going to run from battery, as it's much easier to debug.
The text was updated successfully, but these errors were encountered:
Need a guide that guides the developer if things aren't working:
Specifically for the Catena 4410 or Adafruit Feather M0 LoRa:
catena-lorawan-provisioning/gk_lorawan_keys.project.cpp
.MCCI-Catena4410-Arduino-Library/src/lib/gk_WellKnownCpuBindings.cpp
MCCI-Catena4410-Arduino-Library/src/lib/gk_WellKnownCpuBindings.cpp
if you're going to run from battery, as it's much easier to debug.The text was updated successfully, but these errors were encountered: