-
Need to re-factor to support other networks, so that ttn is not hard coded (search for Arduino_LoRaWAN_ttn).
-
It would be great to start fresh when you feel like you're getting stuck and have attempted to re-provision platform or LoRaWAN.
When you are connected to the Catena via serial monitor type in som…
-
**Is your feature request related to a problem? Please describe.**
I'm trying to use lmic with Arduino_Core_STM32 and sometimes the board stop working and I figure out whats the problem.
The mai…
-
1) I'm using a 4460, but need to add an I2C device at addr: 0x50 where the Fram is located...
I see the FRAM8K driver and it has its address defined in the Mb85rc64ta.h file, so I can change it there…
-
I am using LMIC on nRF52 platform. I have successfully ported hal.cpp and now I want to switch to using interrupts. Mainly I want to sleep while waiting for RX as that's the majority of time the libra…
-
Thanks for sharing your library. However, I get error on compiling it for Arduino pro mini (328P-3,3V) with following errors:
> In file included from C:\Users\XXX\AppData\Local\Temp\arduino_modifie…
-
The package now only supports USB serial (Serial) on Feather M0 devices...
Would like to reassign to another serial port as needed at compile or run time...
-
Provisioning is done in one of two ways:
## Static (hard-wired in code) Provisioning
In this case, the programmer decides once and for all how a given CPU is going to be used. This is efficient bu…
-
This is not good. Catena-Arduino-Platform doesn't know how to turn on power on FRAM on the 4801 (or other devices that have FRAM power). This needs to be fixed, and examples must be updated to remove …
-
**Describe your question or issue**
I am using Lora Discovery board L072CZ. Using the example helium-otaa. I used with platformio.
I Gave correct EUIs and AppKey, when running the program it seem…