-
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
-
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…
-
![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…
-
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…
-
### Answers checklist.
- [X] I have read the documentation [ESP-IDF Programming Guide](https://docs.espressif.com/projects/esp-idf/en/latest/) and the issue is not addressed there.
- [X] I have updat…
-
**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…
-
hi can you help me?
I am looking for a working file for the netion display.
Do you hafe on
-
NINA doesn't resolve IPv6 sites and addresses, it seems to support only IPv4 sites (_e.g._ see [WiFiSSLClient.cpp#L148](https://github.com/arduino/nina-fw/blob/3ba538f27ed56f4802911bb2b7d32e4f6b492e81…
-
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?