-
I am new to STM32 world! But I am interested to port a Sprinkler controller SW to USI Lorawan module.
The code is now written for Arduino uno and a Semteck module. I think that using your core libr…
-
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
…
-
I thought I would simplify the issue and start a new thread. I hope this is OK.
I was able to fix the last issue but I can't get my sketch to compile. To take my sketch out of the discussion, I…
-
Hi
Thanks for the library, this is much easier to maintain than lmic code.
I have a TTGO ESP32 lora connecting to TTN with the limc code but the same settings don't work with this lib. It compile …
-
First, let me thank you for the excellent work you are doing with these LMIC and LoraWan libraries.
In my sketch, I am only including the following:
#include
Yet the sketch fails to compil…
-
There is missing return in below code.
https://github.com/mcci-catena/arduino-lorawan/blob/a2d33630e230da0658b1d847abddd2b2a978e156/src/lib/arduino_lorawan_begin.cpp#L27-L30
-
This issue is for discussion related to testing and bugfixing of [Release Candidate 1 of the 2019.04](https://github.com/RIOT-OS/RIOT/releases/tag/2019.04-RC1) release.
To track testing, please use…
-
Bosch has updated the library for BSEC and the latest version is v1.4.7.2.
Sketch **catena4460_bsec_ulp.ino** has been written based on BSEC software v1.4.6.0, so the sketch has to be updated to w…
-
When reviewing arduino-lmic docs, discovered that the proper form for checking for RX is:
```c++
if (LMIC.dataLen != 0 || LMIC.dataBeg != 0)
```
Right now we only have
```c++
if (LMIC.data…
-
Dear Arduino Admin,
Please add this library to Library Manager
https://git.antares.id/lorawan-loraid/arduino-loraid