Hello,
I have a question about hardware for Bluetooth LE Audio.
I see Nordic is working on a dev kit:
I found a bit more information (https://www.eenewsembedded.com/news/evaluation-platform-expected-le-audio-specifications):
"The new LE Audio solution contains a hardware reference design built around Nordic's nRF52832 Bluetooth LE SoC, Cirrus Logic's CS47L35 smart codec with integrated low power Audio DSP, Packetcraft's Bluetooth LE host stack and link layer supporting LE Audio, and an LE Audio SDK.
The LE Audio Evaluation Platform can operate both source and sink modes. Both a source and a sink are needed to create an LE Audio link. The platform also uses Cirrus Logic's SoundClear for uplink noise reduction and echo cancellation, playback enhancement, voice control, and hearing augmentation."
Datasheet for the Cirrus Logic chip: https://statics.cirrus.com/pubs/proDatasheet/CS47L35_F3.pdf
My question:
If I were to try to create a basic LE Audio speakerphone, that pairs with a smartphone, is the Cirrus Logic chip required? I'm guessing the nrf52832 has sufficient processing power and ram to decode/encode speech-quality LC3. It also has microphone inputs, and I2S or PWM for audio output. Echo cancellation might be difficult to do on the nrf52, but, can this be handled somewhere in the Android/iOS stack, on the smartphone (with the speakerphone still presenting itself to the smartphone as a regular 'audio device')? Perhaps also noise reduction? I hope my question is clear.
Best Regards,
David