<?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>How to achieve bidirectional stream in CIS mode with LE-Audio?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/110213/how-to-achieve-bidirectional-stream-in-cis-mode-with-le-audio</link><description>CIS mode using the nRF5340 Audio application We are considering implementing a bidirectional stream. 
 Edit prj_release.conf as below and build/write I did it using a script. 
 # nRF5340 Audio CONFIG_NRF5340_AUDIO=y CONFIG_STREAM_BIDIRECTIONAL=y CONFIG_TRANSPORT_BIS</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 26 Apr 2024 13:23:19 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/110213/how-to-achieve-bidirectional-stream-in-cis-mode-with-le-audio" /><item><title>RE: How to achieve bidirectional stream in CIS mode with LE-Audio?</title><link>https://devzone.nordicsemi.com/thread/480909?ContentTypeID=1</link><pubDate>Fri, 26 Apr 2024 13:23:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dfd4577d-eb92-4ea4-aad7-fb553570bc12</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user="Junichi"]Thank you Karl[/quote]
&lt;p&gt;No problem at all! :)&amp;nbsp;&lt;/p&gt;
[quote user="Junichi"]&lt;p&gt;I tried setting CONFIG_BT_VCP_VOL_REND, but the volume on the gateway side did not change as expected.&lt;/p&gt;
&lt;p&gt;Looking at the source, it seems that the only thing that can be done is to change the volume on the headset side.&lt;/p&gt;
&lt;p&gt;Does this need to change?&lt;/p&gt;[/quote]
&lt;p&gt;The volume control is by default enabled in the unicast configuration of the nRF5340 LE Audio reference application - do you not see the button presses reflected in the output volume and in the logs when you press them?&lt;br /&gt;If you do not, could you elaborate on what your logs say when you attempt to adjust the volume using the DK buttons?&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to achieve bidirectional stream in CIS mode with LE-Audio?</title><link>https://devzone.nordicsemi.com/thread/479324?ContentTypeID=1</link><pubDate>Thu, 18 Apr 2024 02:49:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e8c3d1e9-2031-4936-8cab-80ea454ea365</guid><dc:creator>Junichi</dc:creator><description>&lt;p&gt;&lt;span&gt;Thank you Karl&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I tried setting CONFIG_BT_VCP_VOL_REND, but the volume on the gateway side did not change as expected.&lt;/p&gt;
&lt;p&gt;Looking at the source, it seems that the only thing that can be done is to change the volume on the headset side.&lt;/p&gt;
&lt;p&gt;Does this need to change?&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to achieve bidirectional stream in CIS mode with LE-Audio?</title><link>https://devzone.nordicsemi.com/thread/479134?ContentTypeID=1</link><pubDate>Wed, 17 Apr 2024 08:07:09 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:26a87777-5c07-48ec-8870-1da61516e09c</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;I am glad to hear that you now have it working as intended! :)&amp;nbsp;&lt;/p&gt;
[quote user="Junichi"]However, even if you press the volume button on the headset or gateway,&lt;br /&gt;Only the headset volume changes.&lt;br /&gt;It seems that the source itself is configured like that, but on the gateway side&lt;br /&gt;I don&amp;#39;t know which part of the source I should change to change the volume.[/quote]
&lt;p&gt;Have you made sure to set CONFIG_BT_VCP_VOL_REND in your project? This will add the Volume Control Profile to your project, which is used to change the volume. This is enabled by default in the nRF5340 LE Audio reference application.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to achieve bidirectional stream in CIS mode with LE-Audio?</title><link>https://devzone.nordicsemi.com/thread/479074?ContentTypeID=1</link><pubDate>Wed, 17 Apr 2024 00:24:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f60de280-c916-4adc-b48f-a09e565f85ea</guid><dc:creator>Junichi</dc:creator><description>&lt;p&gt;Thank you Karl&lt;/p&gt;
&lt;p&gt;Was self resolved.&lt;/p&gt;
&lt;p&gt;CONFIG_STREAM_BIDIRECTIONAL=y&lt;br /&gt;When you set , you can see that the microphone on the board is enabled,&lt;br /&gt;By changing the source where the microphone is enabled to line input&lt;br /&gt;As expected, we were able to communicate with each other.&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;However, even if you press the volume button on the headset or gateway,&lt;br /&gt;Only the headset volume changes.&lt;br /&gt;It seems that the source itself is configured like that, but on the gateway side&lt;br /&gt;I don&amp;#39;t know which part of the source I should change to change the volume.&lt;/p&gt;
&lt;p&gt;Please teach me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to achieve bidirectional stream in CIS mode with LE-Audio?</title><link>https://devzone.nordicsemi.com/thread/478688?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2024 09:23:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a5f0b7c7-d1a1-46e2-a16c-72a03f97c97f</guid><dc:creator>Karl Ylvisaker</dc:creator><description>&lt;p&gt;Hello,&lt;br /&gt;&lt;br /&gt;What will be the contents of the return stream? Do you intend to send the microhpone data, or data from another source?&lt;br /&gt;If you intend do send microphone data in the return stream from the headset device you could start out with the walkie talkie demo as suggested by Henrik.&lt;br /&gt;&lt;br /&gt;Best regards,&lt;br /&gt;Karl&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to achieve bidirectional stream in CIS mode with LE-Audio?</title><link>https://devzone.nordicsemi.com/thread/478673?ContentTypeID=1</link><pubDate>Mon, 15 Apr 2024 08:29:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:59ed4439-231f-4b3f-a9f6-90b149f93c45</guid><dc:creator>Hejdern</dc:creator><description>&lt;p&gt;I guess the &amp;quot;&lt;span&gt;CONFIG_WALKIE_TALKIE_DEMO&amp;quot; should be set to &amp;quot;y&amp;quot;!&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Rgds,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Henrik&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>