Hello, Nathan Here, first post!
Ok, so I need a a2dp BT source solution. According to my researches your CC2564MODA has almost everything I need!
I just have e few questions:
1) Do I really need one of those specifics MCU? or could I just use ANY MCU with UART and the HCI commands?
2) If yes, should I be able to enable the a2dp mode and send BT Stack via UART using the HCI?
3) The chip only operates on 1.8v?
4) If I do need to use one of the MCUs mentioned on the Datasheet, do I need to program it?
Ok, just to add info, I'm working with a esp32 MCU and I need it to control the CC2564MODA, the SBC audio data will be inside of its partition.
I can yes LDO from 3.3 to 1.8 and control the CC2564MODA, but i'm not sure about the audio data over the HCI or if I need to work with an extra MCU in order to make the CC2564MODA to work
and if I do need to work with a new MCU, I rather not have to code it, just to input the HCI via UART and have it working already.
Thank you, I hope I'm not asking too much and I'm open to any suggestions about the topic!