Other Parts Discussed in Thread: CC2564, CC2540, CC2541
Tool/software: TI-RTOS
Hi,
I just tested the ble5stack host_test (compiled wihtout changes from demo source) with some of our devies.
The peripherals send notifications 100 HZ data @ CI 30 => 3-4 Packets per CI => 20byte data per packet (devies are fully verified and working correctly)
Connecting one device I get all notifications from the peripheral at the UART side.
With two devices connected - even if just one is sending data - I get just about one third (27Hz) of the notifications at the UART side.
UART @115200 should be easily capable recieving the amount of data - so the bottleneck should be on the controller side - can you assume where the bottleneck is/wich optimisations would be possible?
I need to optimize for as many devices as possible with the settings above.
Also: Would there be any advantage using blestack instead of ble5stack for the task (BLE5 is not needed yet).
regards