[nano33ble] Multiple Concurrent Connections · Issue #108 - GitHub
Maybe your like
Skip to content You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert {{ message }} arduino-libraries / ArduinoBLE Public 
polldoopened on Aug 17, 2020
However, using the latest versions of the nano33ble core there are problems when trying to handle multiple connections.
- Notifications You must be signed in to change notification settings
- Fork 231
- Star 345
- Code
- Issues 114
- Pull requests 22
- Actions
- Projects 0
- Security
Uh oh!
There was an error while loading. Please reload this page.
- Insights
Description
ArduinoBLE library supports up to ATT_MAX_PEERS multiple concurrent connections.
ArduinoBLE/src/utility/ATT.h
Lines 29 to 35 in 8a49b8c
| #if defined(ARDUINO_PORTENTA_H7_M4) || defined(ARDUINO_PORTENTA_H7_M7) |
| #define ATT_MAX_PEERS 7 |
| #elif DM_CONN_MAX |
| #define ATT_MAX_PEERS DM_CONN_MAX // Mbed + Cordio |
| #else |
| #define ATT_MAX_PEERS 3 |
| #endif |
- With version 1.1.3 of the core arduino/ArduinoCore-nRF528x-mbedos@67ef327 the board does not present any problems.
- With version 1.1.4 arduino/ArduinoCore-nRF528x-mbedos@f4ddc96 and following, if the nano33ble board works as a central device, then it cannot connect to multiple peripherals. On the other hand, if it works as a peripheral device, then it is able to handle multiple central devices connected to it.
SETUP: ArduinoBLE version: 1.1.3-10-g89fd740 89fd740 , in branch 'multi-connection' https://github.com/arduino-libraries/ArduinoBLE/tree/multi-connection
Test sketches
- Central, connecting to more peripherals:
- Peripherals:
Metadata
Metadata
Assignees
No one assignedLabels
Assistance from the community is especially welcomePerceived defect in any part of projectType
No typeProjects
No projectsMilestone
No milestoneRelationships
None yetDevelopment
No branches or pull requestsIssue actions
You can’t perform that action at this time.Tag » Arduino Ble Multiple Clients
-
ESP32 BLE Multiple Servers One Client - Arduino Forum
-
Fast Transmission Of Data Via BLE To Multiple Cilents - Arduino Forum
-
Multiple Esp32 Ble Client (one At A Time) Send Data To Server
-
Connection Multiple BLE Servers (sensors) To One BLE Client
-
Multiple Client Data Handling With ESP32 BLE Server
-
Connect More Than 4 BLE Clients To ESP32 BLE Server
-
ESP32 Bluetooth LE Secure Server For Multi Clients (ft. PassKey)
-
ESP32 BLE Server And Client (Bluetooth Low Energy)
-
Supporting Multiple Connection On A BLEServer · Issue #137 - GitHub
-
Connect Multiple BLE Devices To Arduino - Stack Overflow
-
ESP32 BLE Server Client Communication Using Arduino IDE
-
Client And Server Introduction - Seeed Wiki
-
Getting Started With ESP32 Bluetooth Low Energy (BLE) On Arduino ...
-
[PDF] How To Use BLE In ESP32? ESP32 BLE (Bluetooth Low Energy ...