cancel
Showing results for 
Search instead for 
Did you mean: 

How to stream data simultaneously from multiple STM32WB nodes to a PC?

MohammedBou45
Associate II

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,

1 REPLY 1
Andrew Neil
Super User

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.

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.