Audio streaming on mobile phone over LE audio from PDM mic interfaced to nRF5340 board.

HI Nordicsemi Team,

I am exploring how LE audio works, as far as I understand a supported mobile can be connected to nRF5340 and stream audio from mobile phone. However, for my application I need to interface PDM mic to nRF5340(this is completed), transfer PCM data over BLE to other nRF5340 board which is connected to PC and the received PCM data should be transferred to PC(over possible interface). On PC, I want to process the received PCM data into audio file.

So, I need more information whether my approach is feasible. Kindly please answer my below queries also.

Q1: Is SKD supports PCM data transfer over BLE among nRF5340 boards if so, any sample code available?

Q2: Is there feasibility to transfer PCM data from nRF5340 to PC?

Thanks in advance.

Regards,

PassionPioneer

  • Hello,

    Q1: Is SKD supports PCM data transfer over BLE among nRF5340 boards if so, any sample code available?

    I am not sure if we have a sample for this specifically.

    But first of all, do you really need LE Audio for this? Is your end-goal having it saved as an audio file?

    Q2: Is there feasibility to transfer PCM data from nRF5340 to PC?

    Yes, you should be able to send that over I2S.

    Regards,

    Elfving

  • Hi Elfving

    Thanks for your valuable feedback.

    I am assuming that LE audio is required because I will transfer PCM data from one nRF board to other nrRF board to which PC is connected.

    Yes, I have to save it as audio file for further process.

    Can you please elaborate how I2S can be used to send the PCM data nRF to PC.

    Regards,

    PassionPioneer

Related