-
The default state for output pins is LOW, which is active for `nss`. Users will need at least one call to LMiC initialization code within `setup()` prior to _**any other**_ peripheral engaging in SPI …
-
I am getting an error, using master branch.
...
C:\Users\x\Documents\Arduino\libraries\arduino-lmic-master\src\lmic/lmic_util.c:88: undefined reference to `scalbnf'
collect2.exe: error: ld ret…
-
Thanks for a awesome library!
During testing sending data to the backend, I always send the same small set of data.
`
buffer[0] = (char) 9;
buffer[1] = (char) 29;
Serial.pri…
-
I have an issue. As soon as I have joined i get an error,
EV_JOINED
4623763: engineUpdate, opmode=0x808
FAILURE
.piolibdeps\LMIC-Arduino_ID852\src\lmic\lmic_us_like.c:158
Does anyone know why …
-
Please add MCCI's LoRaWAN library to the list: https://github.com/mcci-catena/arduino-lmic
-
Hello. I'm using ESP32 dev board. When I build and flash all goes fine, but I have not output anywhere when the program is running on my board. How can I see the output? I'm trying to output to the Se…
-
Hi community.
We just had a meeting with @aabadie, @adjih and @fjmolinas to discuss about the possible next stages for LoRaWAN on RIOT.
@aabadie is proposing to add [LMIC](https://github.com/mir…
-
adruino library manager is picky - the release number must match the library.properties file *and* the prop file must be updated *before* the release, otherwise stuff breaks. this happens often enough…
-
Tested this out, thanks for making it available with the band plans.
After following the instructions to setup all the conf files, I have got it working.
There was an error while building and o…
-
As this board comes with SX1276 and STM32 can I use this for LoRaWAN using lwic stack?
If yes can guide for it?
Thanks in advance.