-
i have a device programmed to scan for UUID which works.. and then suddenly someplace in 5 - 10 minutes
all scanning stops.. with no recovery
I tried putting BLE.scan() in loop.. but it doesn't …
-
Specifically, Arduino Nano 33 IoT
-
According to the [specifications](https://wiki.seeedstudio.com/Grove-Doppler-Radar/#specification) of the sensor, the sensor reading is updated every 300 ms.
Using delays of less than 300 ms betwe…
-
![MEGA2560_BG96](https://user-images.githubusercontent.com/22319034/85817396-cffbdd00-b7a8-11ea-97d7-bc66acec3f01.png)
![NANO_33_IoT_BG96_bb](https://user-images.githubusercontent.com/5525230/90127…
-
The library appears to be timing sensitive, the code examples use delays to produce accurate readings.
Using non-blocking alternatives (such as millis()) when working with other timing-sensitive l…
-
In https://github.com/vovagorodok/ArduinoBleOTA/blob/main/src/ArduinoBleOtaClass.cpp:
```
BLECharacteristic txCharacteristic(BLE_OTA_CHARACTERISTIC_UUID_TX, BLERead | BLENotify, BLE_OTA_MAX_ATTR_SIZ…
-
How should I go about defining the pins for the Arduino Nano BLE IOT? I have the pinout diagram for the board, but how to map the pin variables in your library to the pins on the board?
![Pinout-NA…
-
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 …
-
Hi, I'm trying to get this working on a Arduino NANO IOT 33. Are there any examples that I could use to help me test the library and see whether it will work on my device?
-
**Describe the bug**
My development board can't establish a connection to Adafruit IO when I follow the official quick-start guide ([link](https://learn.adafruit.com/quickstart-adafruit-io-wippersnap…