<?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>LE Audio and custom service</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106459/le-audio-and-custom-service</link><description>We have an application today using Bluetooth classic to stream sound and BLE for streaming sensor data (not a nordic chip). We are looking at the possibility of replacing the chip with a nrf5340 and using LE Audio for streaming audio. I found some forum</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Jan 2024 20:17:45 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106459/le-audio-and-custom-service" /><item><title>RE: LE Audio and custom service</title><link>https://devzone.nordicsemi.com/thread/463863?ContentTypeID=1</link><pubDate>Thu, 11 Jan 2024 20:17:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c8588bfa-7cf2-42fe-a937-eed72fbbe68d</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please try to increase the buffer size for the log by modifying CONFIG_LOG_BUFFER_SIZE.&lt;/p&gt;
&lt;p&gt;The data rate here is also related to the ACL connection interval and the DLE length.&amp;nbsp;Also, the NUS is sending using ACL, so the link layer will need to make sure the packet arrives, otherwise the packet will be retransmitted. Therefore,&amp;nbsp;the data rate would not be a fixed value, it also relates to the environment.&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LE Audio and custom service</title><link>https://devzone.nordicsemi.com/thread/463773?ContentTypeID=1</link><pubDate>Thu, 11 Jan 2024 13:53:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:43ba6638-fa78-4bfc-b895-cd1d64701000</guid><dc:creator>RakeLund</dc:creator><description>&lt;p&gt;I have been testing this example with one gateway and one headset device running on 2 nrf5340 audio dk. If I try to increase the rate of messages I get a warning that messages are dropped.&amp;nbsp;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1704981043172v1.png" alt=" " /&gt;&lt;br /&gt;Does this just mean the logging module dropped the messages because it couldn&amp;#39;t keep up, or are they actually not being received? &lt;br /&gt;Do you have any experience with what kind of data rate is possible to achieve on the nus service&amp;nbsp;when running LE Audio?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LE Audio and custom service</title><link>https://devzone.nordicsemi.com/thread/459965?ContentTypeID=1</link><pubDate>Tue, 12 Dec 2023 15:05:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7c28b51d-5729-4672-8544-9dd531218b1c</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
[quote user="RakeLund"]Am I correct when&amp;nbsp;I think I have to modify the audio controller that is running on the network core if I want to add my own custom service?[/quote]
&lt;p&gt;No, the services within the application are running on the app code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LE Audio and custom service</title><link>https://devzone.nordicsemi.com/thread/459898?ContentTypeID=1</link><pubDate>Tue, 12 Dec 2023 11:13:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7cc8b79-37fa-4305-a9ea-4a1afbf0f7bb</guid><dc:creator>RakeLund</dc:creator><description>&lt;p&gt;I have done some digging and it seems that the&amp;nbsp;activation of nus in this example is done by changing a config variable in prj.conf and that the code managing bluetooth is part of the network core firmware.&amp;nbsp;Am I correct when&amp;nbsp;I think I have to modify the audio controller that is running on the network core if I want to add my own custom service?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LE Audio and custom service</title><link>https://devzone.nordicsemi.com/thread/459750?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2023 16:02:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9af7650c-db9b-4d60-b87f-cdcab0c43108</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Yes, but please be aware that the maximum ACL link number is 2&amp;nbsp;for a central to connect peripherals while working with BIS.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;This is the test case&amp;nbsp;&lt;a title="https://github.com/nrfconnect/sdk-nrf/tree/main/tests/bluetooth/iso" href="https://github.com/nrfconnect/sdk-nrf/tree/main/tests/bluetooth/iso" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-nrf/tree/main/tests/bluetooth/iso&lt;/a&gt;&amp;nbsp;and modules&amp;nbsp;&lt;span&gt;&lt;span dir="ltr"&gt;&lt;a title="https://github.com/nrfconnect/sdk-nrf/tree/main/tests/bluetooth/iso/modules" href="https://github.com/nrfconnect/sdk-nrf/tree/main/tests/bluetooth/iso/modules" rel="noopener noreferrer" target="_blank"&gt;https://github.com/nrfconnect/sdk-nrf/tree/main/tests/bluetooth/iso/modules&lt;/a&gt;&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;-Amanda H.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LE Audio and custom service</title><link>https://devzone.nordicsemi.com/thread/459688?ContentTypeID=1</link><pubDate>Mon, 11 Dec 2023 12:39:06 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:04be61b0-ce59-42d9-a0a2-e8b6e1c88ed7</guid><dc:creator>RakeLund</dc:creator><description>&lt;p&gt;Thank you, I will look into the example.&lt;br /&gt; &lt;br /&gt;Initially we will use CIS, but BIS&amp;nbsp;might be relevant for a future application where we want to stream audio to several devices. Is it possible to send data from peripheral to gateway and stream audio&amp;nbsp;from gateway to peripheral with BIS?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: LE Audio and custom service</title><link>https://devzone.nordicsemi.com/thread/459569?ContentTypeID=1</link><pubDate>Fri, 08 Dec 2023 20:53:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6df81a17-f455-4cd1-bce7-ee1b5e391f54</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Are you going to use CIS?&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;&lt;a href="https://github.com/rick1082/sdk-nrf/commit/b87284bd2cb74a05a8b44178f6f3883748dc86fa"&gt;Here&lt;/a&gt; is an unofficial example which is based on NCS v2.3.0. Although it is not for the NCS latest version, it&amp;#39;s a good reference for a start. It uses NUS to send dummy data between the gateway and earbuds.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;span dir="ltr"&gt;“Beware that this code/configuration is not fully tested or qualified and should be considered provided “as-is”. Please test it with your application and let me know if you find any issues.”&lt;/span&gt;&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;Regards,&lt;br /&gt;Amanda H.&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>