I am doing a solution to build a sort of "blue tooth audio hubs"
So, that i am thinking to use two CC2564C. and connect the I2S to each to each other And then connect them to one MCU, thru the HCI (with circuit for selection).
With this config, i expect i can receive the the Audio Data from BT, and process by the CC2564C #1, and the data can pass thru to I2S to the CS22564C #2 and the the audio data will stream out the Bluetooth again
My Question is:
- Can i connect the two I2S interface of the CC2564C for the audio data transfer?
- Can the MCU able to control two CC2564C at the same time?(Provided the HCI interface is some sort of separated by the control of GPIO)
- Can the Bluetopia stack support that?, I am just planning to use assisted mode for both CC2564C, but i am not sure if any maintenance is needed for the stack in the MCU