2025-09-01 3:26 AM
Hello,
We are working on a smart floor system for sports applications using STM32WB55 MCUs.
Each floor tile has its own STM32WB55 that collects sensor data (foot pressure/position).
Our requirement:
Send data from many STM32WB nodes simultaneously to a PC for visualization (MATLAB/custom UI).
Main Question:
:backhand_index_pointing_right: What is the recommended way to achieve simultaneous BLE data streaming from multiple STM32WB nodes to a PC? Are there example projects or application notes for this scenario?
Thank you very much,
2025-09-01 3:31 AM
This is a PC question - nothing to do with the BLE devices.
The BLE device just manages its own connection - it neither knows nor cares if there are other devices also connected to the same Central.