-
## Summary
I'm working with two peripherals; one that is running on BLE 5, and one that uses BLE 4. I have `bumble` set up as the Central. On the BLE 5 peripheral, Secure Connections are enabled. On t…
-
I am implementing app functionality with connecting multiple peripherals and some case need disconnect socketMobile device.
I tried to use: (1)
`captureHelper?.captureApi?.close() { result in`
` …
-
Hi, I am using your library to connect two particle devices to communicate with each other but there's this one thing that gives an error everytime.
![image](https://user-images.githubusercontent.…
-
Hey there awesome glasses team! 👋
I've been tinkering with your smart glasses and diving into the protocol (super cool BLE UART implementation btw!). Got me thinking - what if we opened up the prot…
-
Hi Dear, I'm trying to connect multi ( up to 10 ) Nano.33 BLE Senes together with BLE, but I can connect two peripherals with ArduinoBLE.H v1.2.1 and Mbed OS 2.5.2. I do this test with Portenta H7 as …
-
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 works smoothly, at 4 it…
-
This is a [cross post](https://community.st.com/t5/stm32-mcus-wireless/stm32wb-cpu2-hard-fault-in-hci-stack-variants-in-v1-20-0/td-p/709479) from the community forum, but I haven't gotten a response t…
-
### Port, board and/or hardware
Raspberry Pi Pico W
### MicroPython version
MicroPython v1.23.0 on 2024-06-02; Raspberry Pi Pico W with RP2040
### Reproduction
1. Connect to a BLE peripheral usin…
-
This issue is tracking adding support of ESP32-P4.
Initial support for basic functions already merged in `release/v3.1.x`. Now working on checking if the peripherals work as expected and fixing …
-
ArduinoBLE library supports up to `ATT_MAX_PEERS` multiple concurrent connections. https://github.com/arduino-libraries/ArduinoBLE/blob/8a49b8c1e0ac195db38a0639378a1b50b7bdd566/src/utility/ATT.h#L29-…