ArduinoBLE
ArduinoBLE copied to clipboard
ArduinoBLE library for Arduino
Hi, I use Arduino Nano BLE 33/Sense (as Bluetooth Periperal) to sample a full rectified sine voltage wave and real-time send it through bluetooth, then bluetooth central (Such as: pad)...
1. Hardware is a Sparkfun Artemis Nano. If this isn't the right place I apologize. 2. Code connects to peripheral, reads characteristics, etc. 3. If I disconnect peripheral (say by...
I noticed several problems when disconnecting on Arduino Nano 33 BLE board. Code execution remained locked in the writeValue() function, specifically in the HCIClass::sendAclPkt() function of the HCI.cpp file. The...
Hi, I'm currently trying to connect 4 Arduino MKR Wifi 1010 (that will acts as peripheral devices) to a single Arduino Nano 33 IoT (as central). Until 3 devices, everything...
Hi, I am trying to connect one Nano 33 BLE (Sense) (Central) with another two (Peripherals). When the 18 bytes of data are transmitted as a data packet, it works....
Hello, I came across an occasional crash while using BLE/HCI.poll(). The crash occurs when _recvIndex goes above the size of _recvBuffer. The crash in my tests occurs when _recvIndex =...
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()...
I tried posting this problem here first... https://forum.arduino.cc/t/arduino-ble-getting-the-most-out-of-ble-5-0/908559 I'm using this library on the Artemis (Ambiq, Apollo3, Cortex M4) and although this library lets you create your peripheral characteristic to...
hi dear , We want to connect from one board to more than 2 boards, but after connecting to those two boards, we will not connect to the third board....