Hi Nordics.
I want make a central device(server) that can collect 6~7 peripheral's sensor data with multi-connection.
The central device will transfer peripheral's sensor data to the computer by using UART over USB. (the sensor will be OID data. )
The central USB device should have multi-connect with 6~7 peripheral device, but peripheral devices connect with only one central device. (it will be 1:n connection // n: 6~7)
So... While the central is on connection, it should do advertising and scanning for other connections.
Is it possible??
Actually, I want monitor general BLE devices not like that app multilink_peripheral.
thanks .