-
A quick review reveals that the host poll() routine doesn't behave consistently.
Best would be to have a callback or lambda that gets called on message send completion. Right now it's pretty hard t…
-
This is missing from your event handler in the ttn-otaa.ino example (maybe others)
Its now caught as an Unknown event
-
The OneWire library has a lot of machine-specific code for accessing GPIOs. See OneWire.h for details, and architecture-sensitive `#if` chains.
The code compiles if there's no architecture-specific…
-
Hi ChaeHee -- I thought we were now running the clock at 32 MHz. Is this line still right? It looks like it might be a CPU clock rate, somehow.
https://github.com/mcci-catena/Arduino_Core_STM32/blo…
-
I like to use Visual Micro because in many ways it works better.
However, it gets confused when I switch platforms on a project and ends up giving lots of errors. Seems more likely to happen on the…
-
When I use the example sketch for OTAA, in combination with a Murata module, I can't get it working. In my gateway I do see an activation package coming in from the node. But then the activation never…
BoelD updated
6 years ago
-
`variant.cpp` line 36 has:
```c++
PB_5, //D5 D5
```
But according to the schematic D5 is connected to **PB_6**. and PB_5 is flash write protect (so should be one of the higher numbered d…
-
During uploading firmware, If USB interface -> "Enable USB device" option is selected. Then Catena 4551 radio resets continuously resetting while running in battery power. Same working fine with USB …
-
Although the code looks right, empirical measurements show that delayMicroseconds() is wrong for values in the sub 1ms range (much too long).
The following routine, if substituted in the OneWire li…
-
Hi
I am trying to make this library work with the RAK811 module, but I can not find the correct configuration, I think my problem is in the definition and use of the pins
RADIO_RF_CRX_RX …