-
There is no way how to find out port number of downlink message.
If I understand it correctly, port number is returned by modem (https://github.com/arduino/mkrwan1300-fw/blob/master/Projects/Multi/…
-
Hello
I have a small project running on an arduino Uno, when receiving a 433Mz signal from a sensor, the arduino sends an email through ENC28J60 module. Everything almost works, once it's connected t…
-
Arduino seems to concatenate multiple .pde files, if more than one exist in the project.
So if have Blink/Blink.pde and Blink/Foo.pde then arduino compiles both of these, and furthermore it seems to …
-
Attempting to create more than one `Adafruit_BNO08x` fails, because `i2c_dev` is a `static` global, and gets discarded and re-created on the second call to the `Adafruit_BNO08x` constructor. I believe…
-
This is [Issue 1097](http://code.google.com/p/arduino/issues/detail?id=1097) moved from a Google Code project.
Added by 2012-11-05T10:22:49.000Z by [dale.cal...@gmail.com](http://code.google.com/u/116…
-
First of all, thanks for this project!
I just cloned and tried to build this project, but it failed. Exactly the same output as the latest pipeline:
https://github.com/ZigEmbeddedGroup/microchip…
-
I was wondering if it's possible to compile a static library (.a) with the arduino-cli and specify the SDK I want to use (e.g. avr, esp32, due,etc).
My current use case is the following:
I have …
-
Hi guys, we have bought the newest arduino nano every for our IOT projects and to monitoring houses consumptions.
However, we have seen that your library does not yet support these models...
The a…
-
Hi.
I connect to heltec wifi lora 32 v2 use this project's example code.
I use example on Examples/MICC LoRaWAN LMIC library/ttn-otaa and I wrote pinmap like this
``` c
// Pin mapping
const…
-
Title - Is the System polling the Modbus Slave?
- QUESTIONS - How does one figure out if the Arduino is polling the slave device. In my case this is the Delta PID controller with ID - 1
Provide…