-
The documentation and examples are in the wrong place, for some reason. They're partially at https://github.com/mcci-catena/Catena-Sketches, partially at https://github.com/mcci-catena/Catena-Sketches…
-
The MKRWAN library has some flaws regarding the timing and handling of the downlink message. Unfortunatly there is a lot of work to do to improve the library so here are some options:
Use a better …
-
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…
-
I am trying to use the MCCI boards but cannot find a board similar enough among the ones available. Specifically, in the current platformio library there are no STM32L0 boards with Arduino framework s…
-
There are 23 header columns but only 22 data columns. There are headers for “Vbat”, “Vsystem”, and “Vbus” but I think “Vsystem” is not being written? Can this value be written or the header column f…
-
ok, i'll do
_Originally posted by @arihantdaga in https://github.com/mcci-catena/arduino-lmic/issues/856#issuecomment-1049589491_
Greetings,
I am trying to get onboard with Raspberry Pie for …
-
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…
-
If we know that the time is synchronized on the device (using the get-time mechanism) then Node-RED can use the time stamp from the message rather than the network time. But if we don't know that the…
-
Hello everyone,
Anyone have an error like the one below
`LMIC-node
Device-id: nodemcu-32s
LMIC library: MCCI
Activation: OTAA
Interval: 60 seconds
FAILURE
.pio/libdeps/nodemcu…
-
The library worked fine on Arduino 1.0.6, but after upgrading to v2.0.0 the device reboots on the next loop cycle after calling `Arduino_LoRaWAN::SendBuffer()`. I have a `Lora` wrapper class which sim…