connect BLE to several smartphones
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-28 6:12 AM
Is it possible to get connection with several smartphones on the STM32WB?
As I understand the STM32WB can connect several servers but not clients (smartphones), or I got it all wrong?
Thanks,
Lior Malik
- Labels:
-
BLE
-
STM32WB series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-29 5:37 AM
​There is no restriction at GATT level (Client/Server architecture).
The STM32WB can support up to 8 connections but only 2 slaves at Link layer level (GAP level).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-29 5:58 AM
thank you for your response.
is there any example that support several connections?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-29 9:24 AM
​Please have a look the STM32Cube_FW_WB_V1.4.0\STM32Cube_FW_WB_V1.4.0\Projects\P-NUCLEO-WB55.Nucleo\Applications\BLE\BLE_p2pRouteur project.
Go to the readme.txt file
demonstrate STM32WB55xx capabilities:
-- 1 slave & 6 masters connections on same device
-- GATT Server & GATT Client on same device
-- Automatic reconnection
-- Special Advertising format is proposed
-- Proprietary Services & Characteristics are used
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-01-30 3:33 AM
Thank you very much.
I will look at this one.
