-
For non-US users the library compiles successfully but then fails to connect to the TTN network.
The problem is caused by a frequency parameter in lmic_project_config.h that is set by default to us91…
-
It looks like the logic to select a target for the continuous integration script is swapped around.
For example, take a look at https://github.com/mcci-catena/arduino-lmic/blob/master/ci/platformio…
-
Existing code uses `Serial.dtr()` as a way to avoid a huge delay when checking `! Serial` on USB ports-- the old BSP had a blocking millisecond delay every time `! Serial` was invoked. The new library…
-
Cloned from https://github.com/mcci-catena/arduino-boards/issues/7
During uploading firmware, If USB interface -> "Enable USB device" option is selected. Then Catena 4551 radio resets continuously …
-
I have several different LoRaWAN stacks running on various devices, such as the ST Micro LRWAN stack, whatever's in the Microchip RN2903, and the LMIC stack. The LMIC stack is running on a Heltec V1 b…
-
At the [things.nyc](https://things.nyc) office-hours last week, one of our members had a Heltec board, and we tried the LMIC. No luck -- I could not get the compliance sketch to work stably. I played…
-
Do not set us915 as default band plan because it by default makes the library fail for all non-US users. See related issue #352 _(closed without having been solved)_.
Do NOT set ANY band plan as de…
-
Hello All,
Here is our BSP for STM32
https://github.com/mcci-catena/Arduino_Core_STM32
We add USB Serial or Generic serial or No serial options.
For reference our variant file UART definitio…
-
I'm trying to use the `arduino-lmic` library within a PlatformIO project.
My `platformio.ini` looks like this:
```
[env:megaatmega2560]
platform = atmelavr
board = megaatmega2560
framework …
-
Looks like in fixing #29 we broke an important use case: USB connection combined with local serial port (as Serial1). It probably is possible to work around this in the sketch, but we ought to support…