-
Hello :)
Iam martin from germany and i try to connect my ttgo v21 boards with the the things network. Unfortunately I get a lot of errors in platform io so I don't know how to start. :(
**Here a…
-
Hi,
I ask you if it is possible to set the security keys for the ABP or OTAA connection and the devaddr and devui values interactively without having to write them directly in the firmware source…
-
When attached to the serial monitor, the logs are flooded with a print buffer deprecation error, here is an example of the logs from boot (DevEUI, AppEUI, AppKey & location redacted):
```
rst:0x1 (P…
-
We have a large number of devices in the field.
We need a simple way to force a rejoin with a new AppEUI. (Rejoining with the same AppEUI is a race condition with the V2 network, and involves break…
-
Base question/issue: I can't get LMIC_PRINTF_TO working on SAMD21. Tried with Arduino 1.8.6 and 1.8.12 on Windows, both with current LMIC. When I uncomment #define LMIC_PRINTF_TO Serial and set LMIC_D…
-
Hello,
I think there is an issue with the antenna switching... But I'm not sure. Were you able to get this working as-is?
I assume the LMIC has to be extended with PA switching.
MAG,
Milo
-
Great to see work is done to bring an LMIC-based stack back into development. I'm curious how you are planning to structure the development of this stack?
IBM used a fairly closed model, where deve…
-
Would it be possible to support this particular board with the mcci arduino-lmic stack?
https://heltec.org/project/htcc-ab01/
It consist of a ARM Cortex M0+ microcontroller plus a Semtech SX LoRa …
-
The library worked fine on Arduino 1.0.6, but after upgrading to v2.0.0 the device reboots on the next loop cycle after calling `Arduino_LoRaWAN::SendBuffer()`. I have a `Lora` wrapper class which sim…
-
First of all thanks for the huge job!
I ask for clarification regarding the messages in downlink.
If with the old library (vers. 2.3.2) I put several messages in a queue and they were downloaded in …