-
Apologies if this is the wrong place for this. I am trying to compile the example code that ran on my Uno over to an MKR 1010 but now getting compile errors. Specifically…
```
/Users/adam/Dropbox…
-
My project is using CAN and BLE at the same time on Arduino mkr1010
BLE alone is OK
BLE and CAN without ISR is OK
BLE and CAN with CAN Rx ISRs is crashing after a while with a hardFault exception b…
-
Hi people, I am using an Arduino Uno wifi rev 2 with the library WifiNINA. I attach also my code. With this, I can turn on and turn off an imu connected to the board via wifi. When I send the command …
-
We tried multiple MKR1010 boards with multiple different WifiNiNA FW revisions but could not establish a stable connection via wifi (or at the wast majority of the cases even connect). We have a grid …
-
I'm not having any luck with an Arduino Mega and the sample code. I'm using an inverter that has worked with an MKR1010 and I'm have RX pinned to 17 (RX2).
```
#include "sbus.h"
/* SBUS objec…
-
Hey all,
Arduino has published a BLE library available for several Arduino boards that support BLE. It would be great if this library can also be compatible with this type of API; since it is proba…
lemio updated
4 years ago
-
Hi.
I am using the "ArduinoMqttClient" library (version 0.1.7) to connect to an MQTT broker. However, I have encountered an issue where the `mqttClient.connected()` function always returns 0, even …
-
My sketch below is based on the Kitchen Sink example.
If I run the code with `delay(5)` at the beginning and at the end of the loop, everything is working fine, without I am running into timeout is…
-
Observed a 0.4v difference between the actual analog voltage and the voltage read with Internal Analog Reference 1.1v, when an external analog reference voltage is connected to the AREF pin of Arduino…
-
Got the Adafruit thermal printer. The example supplied works perfectly except for the 2 `printBitmap` parts.
In both cases (the adafruit logo and the QRCode) starts ok (as in the first top section …