BLE Audio - many to one, power consumptions of DK?

Excited to have ordered my BLE Audio DK which uses NRF5340.

In my use case I am looking for many microphones (audio transmitters) to a single listening device (audio receiver). Ideally, they'd be synchronised reasonably well but again that is something we can deal with in the back-end system. In terms of link robustness, will this work? e.g. 5 senders to one listener? 16bit, 16kHz ideal, but could be reduced if needed. 5 was a random number, even two would be useful. Can one use variable rates on each stream? And then I wasnt sure whether you'd recommend connected or broadcast - I understand connected minimises packet loss due to feedback. 

Finally, any idea of the DK / estimated power consumption for nRF5340 to send a single audio stream?

Thanks in advance,

Parents
  • I suspect the current consumption would be roughly comparable.

    My main point though was that LE Audio with many transmitters to one receiver is not technically possible.

  • ok thanks - that isnt what I took away from Karl, but thank you for being clear. 

  • Hello Hillman and mtsunstrum,

    mtsunstrum said:
    My main point though was that LE Audio with many transmitters to one receiver is not technically possible.

    This is not correct at all. Could you elaborate on what gives you this impression?
    LE Audio definitively allows for multiple transmitters to the same receiver - it is not as prominent a feature as Audio Sharing, but it is definitively possible. The main limitation here would be on the receiver's side in how many concurrent streams it would be able to decode, like I explained in my initial comment.

    mtsunstrum said:
    I suspect the current consumption would be roughly comparable.

    As for expected power consumption I have not been able to find any numbers on this internally, unfortunately.
    The nrf5340_audio application does not have any power optimization as far as I know, and so I expect its current draw to be quite high as is, so long as power saving measures are not added.

    Best regards,
    Karl

  • I would also like to add a comment regarding the possibility to use 'traditional BLE' for real-time audio transfer:

    While you in many cases would be able to achieve a microphone-speaker design with a pre-LE Audio BLE connection it is far from ideal, since the BLE connection is loss-less, meaning that either every packet will be transmitted, or the connection will be terminated.
    This is a great feature for data-transfer in general, but for Audio in particular it gets a little rocky when you start missing packets and the time of playback for those packets is approaching.
    In the pre-LE Audio BLE case, the lost packets will still be transferred, but they will no longer be useful to the receiver.
    However, with Isochronous channels the BLE Controller will be able to discard packets that will not make it to the receiver in time for their playback, which enables it to proceed with the next audio instead of building up a backlog of no-longer-relevant packets that still needs to be transferred.
    This is just one of the many reasons why LE Audio is a much better fit for audio transmission applications over pre-LE Audio BLE Connections.

    Best regards,
    Karl

Reply
  • I would also like to add a comment regarding the possibility to use 'traditional BLE' for real-time audio transfer:

    While you in many cases would be able to achieve a microphone-speaker design with a pre-LE Audio BLE connection it is far from ideal, since the BLE connection is loss-less, meaning that either every packet will be transmitted, or the connection will be terminated.
    This is a great feature for data-transfer in general, but for Audio in particular it gets a little rocky when you start missing packets and the time of playback for those packets is approaching.
    In the pre-LE Audio BLE case, the lost packets will still be transferred, but they will no longer be useful to the receiver.
    However, with Isochronous channels the BLE Controller will be able to discard packets that will not make it to the receiver in time for their playback, which enables it to proceed with the next audio instead of building up a backlog of no-longer-relevant packets that still needs to be transferred.
    This is just one of the many reasons why LE Audio is a much better fit for audio transmission applications over pre-LE Audio BLE Connections.

    Best regards,
    Karl

Children
Related