-
In the Catena wing support, we have:
https://github.com/mcci-catena/Catena-Arduino-Platform/blob/163b63653a439375a61029b9e1d4e029a1c309de/src/lib/samd/catenawingfram2k/CatenaWingFram2k_begin.cpp#L…
-
See https://github.com/mcci-catena/arduino-boards/issues/11 -- we need to change to `ARDUINO_MCCI_CATENA_...` symbols.
For backward compatibility, we'd better define `ARDUINO_CATENA_..`. as well.
-
_Originally posted by @terrillmoore in https://github.com/mcci-catena/Catena-Arduino-Platform/pull/84_
-
I am experiencing a `FAILURE` using LMIC with `cfg_EU868` along with a private gateway, which then connects to a private `lora-server`.
I am able to reproduce the failure consistently by simply ru…
-
Hello all,
I'm running a dragino LoRa Shield v1.4 on an Arduino Uno on 433 MHz.
Arduino reports me the following error:
FAILURE ...\radio.c:750
I have no clue, where to start from the debuggin…
-
There is missing return in below code.
https://github.com/mcci-catena/arduino-lorawan/blob/a2d33630e230da0658b1d847abddd2b2a978e156/src/lib/arduino_lorawan_begin.cpp#L27-L30
-
We need to add peripheral power management.
When class begin and end calls, we should put peripheral clock on and off to save power.
-
**Describe the bug**
I get an Unknown USB Device (Device Descriptor Request Failed) when trying to use CDC Serial on a Discovery L072CZ-LWRAN1. I know the USB works as I've successfully used it with…
-
This library, which is a C++ wrapper for the LMIC library, is used by multiple clients. We would be grateful if https://github.com/mcci-catena/arduino-lorawan were added to the library list.
-
In the OTAA example sketches, it helpfully instructs you as to what endianness you should use for each item.
Unfortunately, the same cannot be said for the ABP example. After extensive testing I'm …