Hi,
I am working on a project which need to implement Bluetooth point to multipoint connections based on CC2564 and MCU STM32.
We want to leverage the previous project which used STM32F3 serries and add the CC2564 to implement the multible Connections. So my questions are:
1. How to choose the right STM32 MCU for the such application like this? Is STM32F3 possible since TI has some demos on STM32F407 with 1 Mb of flash and 192 kb of RAM.
2. As I know, for a bluetooth stack , Master side, we need a device manager, bandwidth controller to control the devices, and throughput of each device, how these functions is controled in Bluetopia?
3. How to calculate bandwidth, throughput for 7 devices connect simutaneously to a master? And how to calculate the memory of MCU to have 7 devices connect to 1 master? let say each device has throughput 2~4kbps.
Thank you
Cheers,
Shrek1412