-
hello,
I have implemented a communication between two Arduino MKR1010 using ArduinoBLE:
example from ArduinoBLE library (Tag: 1.3.2):
PeripheralExplorer (central)
Battery monitor (peripheral)
…
-
In examples/Advanced/OTASketchDownload_SD)/OTASketchDownload_SD.ino
It's:
`#define SDCARD_SS_PIN 4`
And then
`if (!SD.begin(SDCARD_SS_PIN)) {`
And then
`File file = SD.open(BIN_FILENAME, O_CREA…
-
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 object…
-
I use this board with a MKR1010 and tried to compile some examples but without luck. Both, with the official Aruino IDE and the VSC and PlatformIO it refuses to compile.
I had success compile it when…
-
As topic suggests.
Connected to Microsoft Azure IOTHub, the high-level onMessage callback is never called.
Low-level debugging:
lwmqtt_detect_packet_type() never reads a byte of type publish pa…
-
I am using WiFi.getTime() to replace my NTP access/parsing code. I noticed that the returned timestamp is exactly 2 days in the past. Simply adding the missing 172800 seconds fixes the problem but of …
-
First of all, awesome library.
Now to my request:
Board MKR1010 with Bluepad32 for NINA v3.5.1
Is it possible to add analogWrite to the Bluepad32 class? Or is that a limitation in fw?
Best …
-
With official bootloader and the application, `BLE.begin ()` is OK.
Without bootloader i.e application built with `flash_without_bootloader.ld` instead of `flash_with_bootloader.ld`, `BLE.begin()` …
-
I have 6 DHT22 sensor connected to a WifiMkr1010 Board (sensors connected via a MKR Connector Carrier board on D0-D5)
Until recently I used DHTStable library (1.0.1) which worked fine but I ran onto…
-
With official SAMD21 bootloader and AdrunioBLE lib, BLE.begin () is OK.
Without SAMD21 bootloader i.e application built with flash_without_bootloader.ld instead of flash_with_bootloader.ld, BLE.beg…