-
From @cstratton (thanks Chris!)
https://github.com/mcci-catena/arduino-lmic/blob/a86a87ec9c131818172a21c6e52c080ee4917181/src/lmic/radio.c#L267
> this should be 0x0C, not 0xC0.
More context:
…
-
ADR LINKDEAD handling adds the OP_REJOIN flag along with the OP_LINKDEAD even if a node is built to operate in ABP (rather than OTAA) mode by declaring DISABLE_JOIN
https://github.com/mcci-catena/a…
-
Hi @terrillmoore , would be very nice if the lib will have the 224 port test included, I know for a fact there are others also asking on another forum if this is possible. I was at the LoRaWan confere…
-
https://github.com/mcci-catena/Catena-Sketches/blob/b67901b11caae3e4ab95e7c63d708579c26df0f4/catena4551_test01/catena4551_test01.ino#L492
This is set up here: https://github.com/mcci-catena/Catena-…
-
Comments and the following constant indicate that the LMIC only allows messages up to 64 bytes long:
https://github.com/mcci-catena/arduino-lmic/blob/78a5907beac6338f68eb6064932cb40ea64fd52f/src/lm…
-
Change https://github.com/TheThingsNetwork/ttn/commit/60d50d8d7e7882a806897e5bfb1d3cb709c43334 in TTN cause the network to send LinkADRReq each time the network receive ADRACKReq even if the ADR param…
-
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…
-
The downlink counter is not the downlink sequence number. It's the count of messages received by the compliance module (or so it seems). Need to update the compliance code to count messages in the way…
-
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
…
-
Where can `dashboard-ctl` be found ? It is mentioned in the compose file but does not exist in the repository:
https://github.com/mcci-catena/docker-ttn-dashboard/blob/6cb5d4f9a3cc40449fa950e5b78b1b3…
oliv3 updated
5 years ago