I was working on Bluetooth project and I connected two Raspberry pi4 successfully and they are exchanging the data, Referred from this.
Now I need to send sensor data to multiple raspberry pi's at a time and they should exchange message automatically.
I saw some articles, saying that we can connect up to 10 devices at a time. But how to create multiple clients for a single Bluetooth server?
Any help would be appreciated.