This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Android ASHA and iOS MFI/BLEA audio streaming support?

Does the nRF52 ( or anyother product ) support ASHA and MFI audio streaming?

It looks like ASHA is supported, I found this:

https://github.com/nordic-auko/nRF52-ble-audio-streaming/tree/master/nRF5_SDK_11.0.0_89a8197/examples/ble_peripheral/ble_app_audio_streaming

How about iOS?

MFI BLEA?

Thanks!

Keith Vasilakes

Intricon

Parents
  • Hi Keith, 

    Audio streaming on Bluetooth Low Energy is only standardized from Bluetooth 5.2. We currently don't have the software available for that yet. 

    The repo you pointed to was a pretty old implementation for sending (streaming)  compressed audio packet via proprietary BLE service, decompress and then play it via I2S interface. 
    It doesn't follow any of the protocol you mentioned , ASHA or MFI. 

Reply
  • Hi Keith, 

    Audio streaming on Bluetooth Low Energy is only standardized from Bluetooth 5.2. We currently don't have the software available for that yet. 

    The repo you pointed to was a pretty old implementation for sending (streaming)  compressed audio packet via proprietary BLE service, decompress and then play it via I2S interface. 
    It doesn't follow any of the protocol you mentioned , ASHA or MFI. 

Children
Related