<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Limits on BLE Audio ISO Broadcast Streams nRF5340 Audio DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/120458/limits-on-ble-audio-iso-broadcast-streams-nrf5340-audio-dk</link><description>Hello, 
 I am conducting a feasibility study on implementing Auracast capabilities using the nRF5340 Audio DK with nRF Connect SDK v2.9.0. My goal is to investigate the potential for broadcasting multiple audio streams. I want to understand the constraints</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 14 Apr 2025 12:15:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/120458/limits-on-ble-audio-iso-broadcast-streams-nrf5340-audio-dk" /><item><title>RE: Limits on BLE Audio ISO Broadcast Streams nRF5340 Audio DK</title><link>https://devzone.nordicsemi.com/thread/531683?ContentTypeID=1</link><pubDate>Mon, 14 Apr 2025 12:15:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9819ccbb-b662-4986-b284-2cbeaa6aeadc</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;It&amp;#39;s good to hear things are working. I will close this case then, but please feel free to reopen it if you have a question on the same topic.&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Limits on BLE Audio ISO Broadcast Streams nRF5340 Audio DK</title><link>https://devzone.nordicsemi.com/thread/531481?ContentTypeID=1</link><pubDate>Fri, 11 Apr 2025 08:32:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5d26dd98-c1c3-4174-97fd-b48d684e346e</guid><dc:creator>Simon32</dc:creator><description>&lt;p&gt;Hello Hieu,&lt;/p&gt;
&lt;p&gt;Thanks a lot for your reply.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;My main requirement is to support multiple audio channels for different languages in a conference setting, using Auracast. The goal is to broadcast several simultaneous streams that participants can select from individually.&lt;/p&gt;
&lt;p&gt;At this stage, I&amp;#39;m focusing purely on evaluating how many BIS/BIGs I can handle on the nRF5340 Audio DK using pre-encoded LC3 files from an SD card. Real-time encoding isn&amp;rsquo;t a priority yet. But I expect this will become relevant later, so I might come back with questions at that point.&lt;/p&gt;
&lt;p&gt;Thanks again for pointing out the airtime constraints and the relevant configuration options. I applied those changes and already managed to increase the number of streams beyond what I initially had. I&amp;rsquo;ll keep experimenting with airtime, bitrate, and retransmit settings to see how far I can push it.&lt;/p&gt;
&lt;p&gt;Appreciate the guidance!&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Limits on BLE Audio ISO Broadcast Streams nRF5340 Audio DK</title><link>https://devzone.nordicsemi.com/thread/530886?ContentTypeID=1</link><pubDate>Mon, 07 Apr 2025 19:43:02 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e88c0d44-4611-4366-99cf-0e92906db3e2</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hello Simon32,&lt;/p&gt;
&lt;p&gt;Could you please share what&amp;nbsp;kind of requirements you are having?&lt;/p&gt;
[quote user=""]1. Are the BIG and BIS limitations in the SoftDevice Controller defined by hardware/resource constraints, or are they configurable within the stack?[/quote]
&lt;p&gt;There is a hard limitation with airtime.&amp;nbsp;Thus, it should be technically possible to add more streams if you reconfigure the streams to use less airtime, such as lowering bitrate, number of retransmits.&lt;/p&gt;
[quote user=""]2. Are there specific SoftDevice or Zephyr stack configurations that could help extend these limits?[/quote]
&lt;p&gt;There are two relevant configurations,&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.1/page/kconfig/index.html#CONFIG_BT_ISO_MAX_BIG"&gt;CONFIG_BT_ISO_MAX_BIG&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.9.1/page/kconfig/index.html#CONFIG_BT_ISO_MAX_CHAN"&gt;CONFIG_BT_ISO_MAX_CHAN&lt;/a&gt;.&lt;/p&gt;
[quote user=""]3.&amp;nbsp;Has there been any update to the controller since the &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/94823/nrf5340-audio---6-streams-broadcasting"&gt;6-streams discussion&lt;/a&gt; that could allow for more streams?[/quote]
&lt;p&gt;This conversation is most likely outdated. It was 2 years ago, when SoftDevice Controller doesn&amp;#39;t support LE Audio yet. As you know, now it is the default controller for LE Audio in NCS.&lt;/p&gt;
[quote user=""]When increasing the BIG count, I encounter a BUS FAULT and when increasing the BIS per BIG, I get an MPU FAULT. I understand that the nrf_auraconfig sample is designed for a maximum of two BIGs with four BIS streams each, but I am investigating whether these limits are soft constraints or hardcoded architectural limitations.[/quote]
&lt;p&gt;I suspect this is stack usage issue. Please try to&amp;nbsp;increase them. Refer to&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v2.9.1/samples/bluetooth/nrf_auraconfig/prj.conf#L17-L19"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v2.9.1/samples/bluetooth/nrf_auraconfig/prj.conf#L17-L19&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>