-
Looks like in fixing #29 we broke an important use case: USB connection combined with local serial port (as Serial1). It probably is possible to work around this in the sketch, but we ought to support…
-
The value written to `RegLna` is `LNA_RX_GAIN`. This is defined in `radio.c`:
https://github.com/mcci-catena/arduino-lmic/blob/7eed9b3b9ea582c96036d0c7b9760f98835c567f/src/lmic/radio.c#L298-L304
…
-
With one of latest commits after Sep 9th 2019 joining on EU868 (tested with TTNv2) is broken. Event "Join Wait" is endlessly reported. It seems the join accept packet by the gateway is somehow not pro…
-
Per @cyberman74
> For me it seems LMiC code in radio.c selecting the PA Output pin of SX1276 is erroneous. Always Pin PA_BOOST is selected. This can cause malfunction, if board hardware does not wi…
-
I am attempting to get this working on the Adafruit feather M0 Lora. I have a sketch working perfectly with an older version of this library: https://github.com/matthijskooijman/arduino-lmic, basicall…
-
Using the libary with an ATMEGA328P, I keep observing that the library hangs on the following line:
ASSERT( (readReg(RegOpMode) & OPMODE_MASK) == OPMODE_SLEEP );
For context, here's the containi…
-
Compiling LMIC on the latest commit (6e5ebbe) with the Arduino IDE yields the following warnings:
```
/home/frazar/Arduino/libraries/MCCI_LoRaWAN_LMIC_library/src/lmic/lmic.c: In function 'reportE…
-
I have been trying to get my TTGO beam module to work, but until now I am not successful.
N.B. I do have the T22_v07 board.
![IMG_20190624_180247733](https://user-images.githubusercontent.com/37…
TD-er updated
5 years ago
-
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…
-
The LMIC.dataLen value is using the following code:
https://github.com/mcci-catena/arduino-lmic/blob/4eebb4a4d775dfac9465af90e10f810cb72088f7/src/lmic/radio.c#L972-L973
Unfortunately, `SX1272_MC…