-
**Summary:**
Support LoRaWAN OTAA and ABP Join best practices.
See [article](https://www.thethingsnetwork.org/docs/devices/bestpractices.html) for more information.
CC: @htdvisser
**Why …
-
Board: CubeCell HTCC-AB02S GPS
Version: 1.4.0
Example: LoRaWan_OnBoardGPS_Air530 > https://github.com/HelTecAutomation/CubeCell-Arduino/tree/master/libraries/LoRa/examples/LoRaWAN/LoRaWAN_Sensors/Lo…
-
Hi, I have a question. How do initiate the receive for example I want every 2 minutes during 40 seconds to lisen for incoming lora packages.
Thanks
-
I was looking at the LoRaWAN example:
https://github.com/HelTecAutomation/ASR650x-Arduino/blob/master/libraries/LoRa/examples/LoRaWAN/LoRaWan/LoRaWan.ino
...and it's strange how the class variable…
ZaneL updated
3 years ago
-
**Summary:**
It would be beneficial if we add LoRaWAN support to Azure RTOS
**Why do we need this?**
To be able to build applications supporting LoRaWAN and Azure RTOS
**What is alrea…
-
**Summary:**
Retry downlink on Tx failure.
**Why do we need this?**
To perform a best-effort of (un)confirmed downlink.
**What is already there? What do you see now?**
The GS sch…
-
/Users/pprem/Documents/Arduino/libraries/ESP32_LoRaWAN-master/examples/OTAA/OTAA.ino: In function 'void loop()':
OTAA:64:28: error: no matching function for call to 'LoRaClass::DeviceStateInit()'
…
-
Hi,
I did a newt install and now have lorawan under my repos in mynewt but when I create image for the given app/test_lorawan_api, I get the following error:
`Error: Could not resolve package …
-
I've configured lorawanserver to connect to my mqtt server (VerneMQ) over mqtts, with a certificate provided by Let's encrypt.
I've added the [the let's encrypt certificate](https://letsencrypt.org…
-
The documentation says:
```
/**
* @brief Return the battery level
*
* @return uint8_t Battery level for lorawan stack
*/
uint8_t smtc_modem_hal_get_battery_level( void );
```
What is t…