-
do you plan to add class c support?
-
I did some analysis and I think the issue is that AS923 only has 2 default channels unlike other EU like regions that have 3.
In the handling of the join-accept (function processJoinAccept in lmic.…
-
This is related to https://github.com/mcci-catena/arduino-lmic/issues/547, but that issue used an older version of this library.
![image](https://user-images.githubusercontent.com/948278/101982120-…
-
Hi,
I am using ESP32, RMF95, and sentrius rgxx gateway. I have experienced a very low success rate. Most of the time, Arduino thinks it is successful, but I only see activation on The things netwo…
ghost updated
4 years ago
-
Is anyone else experiencing strange behavior on TTN (community / v2) when having ADR and linkcheckmode both enabled?
I'm running LMIC v3.2. I have no idea if this is a TTN or LMIC issue.
Every…
-
Due to FSK operations not being fully stable and not being mandatory for LoRaWAN, I would like to disable it to prevent any potential problems.
What is the best way of disabling it?
Using LMIC…
-
After installing on RAK831 Pilot Gateway and configuring via gateway-config I noticed there was no way to configure the sub band as is possible with LoRaServer-OS direct from Orne Brocaar.
To get t…
-
Greetings,
The datasheets of the SX127x series and the corresponding application notes suggest modifying RegInvertIQ2 when receiving LORA downlinks. I couldn't find any traces of that insinde _src/lm…
-
`is_busy()` should not be a global -- or should be `hal_is_radio_busy()` if it needs to be global for the driver.
_Originally posted by @terrillmoore in https://github.com/mcci-catena/arduino-lmic/…
-
**Describe your question or issue**
I am using Lora Discovery board L072CZ. Using the example helium-otaa. I used with platformio.
I Gave correct EUIs and AppKey, when running the program it seem…