-
From #236: A compile error occurs with the `raw-feather` example and PlatformIO.
```console
/tmp/tmpc7oEhf/src/raw-feather.ino:115:38: error: conflicting declaration of 'void lmic_printf(const cha…
-
> Arduino: 1.8.8 (Mac OS X), Board: "MCCI Catena 4450, North America 915 MHz"
```console
catena4450m101_sensor:85:45: error: 'void txFailedDoneCb(osjob_t*)' was declared 'extern' and later 'static' …
-
Hello,
trying to get 1.7.31 running on a TTGO V3 1.5 20180523:
```
[I][main.cpp:122] setup(): Starting PAXCNT v1.7.31
[I][main.cpp:135] setup(): This is ESP32 chip with 2 CPU cores, WiFi/BT/BL…
-
Hi
I'm trying to get the Lora module working inside the board RAK811,
With the LMIC library, which apparently works with STM32 Murata CMWX1ZZABZ-078
https://github.com/mcci-catena/arduino-lmic
…
-
**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…
-
See https://github.com/arduino/Arduino/issues/8232 -- the value for `name=` is currently `Catena MCCI Arduino Development Kit (ADK)`, which contains parens. These are no longer permitted.
-
We tested Catena boards 4612 and 4801 at lower System Clocks (no USB) **2.097 MHz** and **4.194 MHz**. We see that the ReadAnalog failed with these two system clocks.
Further, we see function call …
-
We have tested the latest “Catena-Arduino-Platform” with Catena devices.
The latest library works well with all devices except 4612 and 4801.
For Catena 4612 and 4801, we find below issues:
i. Lo…
-
Please include https://github.com/mcci-catena/Catena-Arduino-Platform in the list, thanks.
-
There is missing return in below code.
https://github.com/mcci-catena/arduino-lorawan/blob/a2d33630e230da0658b1d847abddd2b2a978e156/src/lib/arduino_lorawan_begin.cpp#L27-L30