-
**Describe your question or issue**
Compared to other end-devices LMIC appears to just increment channels after each uplink, not pseudo random channels selection as shown in LoraWan 1.0.3 line 244
…
-
The latest US compliance test looks for all 8 channels to be covered in 16 steps. The LMIC uses random selection without replacement (and without repetition). When I calculate a Markov chain on 8 chan…
-
`NetSaveSessionInfo` is supposed to be used to store session info like `NwkSKey` and `AppSKey` to avoid new Join requests in conjunction with the other callback `GetSavedSessionInfo` but the latter is…
-
**Describe the bug**
No EV_TXCOMPLETE event is fired.
**Environment**
- mcci-catena/MCCI LoRaWAN LMIC library@^3.3.0
- Platformio with VSCode (Core 5.1.1, Home 3.3.4)
- TTN v3
- EU868
- A…
-
After setting up a new sync folder with existing data, I added that folder on client 2. Client 2 then synced most files before running into severe problems:
```
Jul 09 19:56:39 greyfire syncthing[80…
-
I Followed the guide and successfully uploaded the problem but the respod in the serial monitor of my arduino is like this:
Starting
FAILURE
C:\Users\Paul Rodolf Castor\Documents\Arduino\libraries…
-
this code supports class c or not?? if support means do i have to do any changes to make class c work what i did i have created a class c application in chripstack and increased the tx interval in thi…
-
hello,
1)i am using IN865 for this only three channels(0,1,2) have enabled in LMIC how can i able all the 8 channels for IN865?
now my data can be sent in 3 channels only i want to use all my channe…
-
In my program I set the data to be sent using "**LMIC_setTxData2**" and run "**os_runloop_once()**" until "**LMIC.opmode & OP_TXRXPEND**" return true. I can see my data (highlighted in yellow) being s…
-
- Version of LMIC being used: 3.3.0
- Version of Arduino IDE being used: 1.8.13
- Network provider (The Things Network, Swisscom, ChirpStack, etc.): The Things Network
- Region (EU868, US915, etc.)…