-
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…
-
Due to an error on my part, we have two things called "Catena 4420". We can simply rename the "Radio FeatherWing" Catena 4420 to some other number -- I think Catena 4415 would be OK. (The 441x series …
-
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 …
-
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…
-
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 …
-
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…
-
Hi,
The example using ABP works fine on a Heltec Lora v2 and packets are correctly received on my TTN console.
When using it with OTAA, I can see activation packets that indicate the node is corre…
-
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 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…
-
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…