-
In the OTAA example sketches, it helpfully instructs you as to what endianness you should use for each item.
Unfortunately, the same cannot be said for the ABP example. After extensive testing I'm …
-
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:
…
-
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…
-
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…
-
Hi cyberman
I need support to get PAXCOUNTER jointed via OTAA.
HELTEC Lora 32 V2. 10m away from the Lora 8 chanel gateway.
The join works by using a OTAA demo sketch after some seconds.
The demo…
-
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…
-
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…
-
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…
-
Please add something like this, rak811.json
STM32L161 mcu.
https://www.aliexpress.com/store/product/RAK811-LoRa-Tracker-Board-MAX-7Q-GPS-Module-and-MEMS-Sensor-Wireless-Remote-Positioning-Solution-L…
-
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…