-
Hi,
The example using ABP works fine on a Heltec Lora v2 and packets are correctly received on my TTN console.
When using it with OTAA, I can see activation packets that indicate the node is corre…
-
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
…
-
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…
-
In the last commit referring issue #78 misses the declaration of **settleDoneCb** to 'pFn' under "sendBufferDoneCb". This ends up in call of function "txNotProvisionedCb" instead of "settleDoneCb".
h…
-
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…
-
Hello, I need your help.
I have a gateway with 4g modem. I get to broadcast uplink correctly but I can't send downlink messages. If I connect the gateway with the Ethernet cable it works perfectly. O…
-
With commit `43caadd` If using option `#define LMIC_ENABLE_DeviceTimeReq` compiler runs on errors due to two missing definitions in `struct lmic_t` :
> error: 'struct lmic_t' has no member named 'p…
-
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…
-
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…
-
As per the spec of Modbus protocol, it is possible to read 125 registers at once. With the current version of SAMD BSP, BAD CRC has been thrown on reading more than 79 registers (163 bytes). This is b…