<?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>nRF5340 LE Audio CIS bidirectional TWS (NCS v2.5.0)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/106745/nrf5340-le-audio-cis-bidirectional-tws-ncs-v2-5-0</link><description>Hi, 
 I&amp;#39;m considering bidirectional TWS in CIS. 
 In other words, I want the gateway to be able to output the microphone audio from the L and R headsets. 
 It seems that the nRF5340 Audio DK can only render either L or R due to the codec implemented,</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 18 Jan 2024 15:11:15 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/106745/nrf5340-le-audio-cis-bidirectional-tws-ncs-v2-5-0" /><item><title>RE: nRF5340 LE Audio CIS bidirectional TWS (NCS v2.5.0)</title><link>https://devzone.nordicsemi.com/thread/464865?ContentTypeID=1</link><pubDate>Thu, 18 Jan 2024 15:11:15 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9b967d2-a406-4cc0-a92c-437b821ec4d9</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;We have checked from our side, and cannot reproduce the issue.&lt;/p&gt;
&lt;p&gt;Could you try the following steps?&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;0. make sure we have stash/backup all the changes, or finish the commit&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;in NCS, I add the git remote&lt;br /&gt; $ git remote add dual_mic &lt;a title="https://github.com/rick1082/sdk-nrf.git" href="https://github.com/rick1082/sdk-nrf.git" rel="noopener noreferrer" target="_blank"&gt;https://github.com/rick1082/sdk-nrf.git&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;fetch the example&lt;br /&gt; $ git fetch dual_mic dual_mic_sample_2_4_2&lt;/li&gt;
&lt;li&gt;checkout the branch&lt;br /&gt; $ git checkout dual_mic_sample_2_4_2&lt;/li&gt;
&lt;li&gt;run west update&lt;br /&gt; $ west update&lt;/li&gt;
&lt;li&gt;go to nrf/applications/nrf5340_audio/tools/buildprog and use buildprog.py to build the program and flash&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;-Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 LE Audio CIS bidirectional TWS (NCS v2.5.0)</title><link>https://devzone.nordicsemi.com/thread/464696?ContentTypeID=1</link><pubDate>Wed, 17 Jan 2024 22:51:29 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e4b88dfe-010b-482a-882a-44fcd88fe6ec</guid><dc:creator>gocchan</dc:creator><description>&lt;p&gt;I changed to v2.4.2 and built it, but the same error occurs.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1705531608140v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;error: Aborting due to Kconfig warnings

CMake Error at C:/Works/nRF5/ncs/v2.4.2/zephyr/cmake/modules/kconfig.cmake:339 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  C:/Works/nRF5/ncs/v2.4.2/nrf/cmake/modules/kconfig.cmake:29 (include)
  C:/Works/nRF5/ncs/v2.4.2/zephyr/cmake/modules/zephyr_default.cmake:115 (include)
  C:/Works/nRF5/ncs/v2.4.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  C:/Works/nRF5/ncs/v2.4.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:92 (include_boilerplate)
  CMakeLists.txt:46 (find_package)
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;I looked at the relevant line in kconfig.cmake (attached file), but I don&amp;#39;t know why the return value of execute_process is 1.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/kconfig.cmake.txt"&gt;devzone.nordicsemi.com/.../kconfig.cmake.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 LE Audio CIS bidirectional TWS (NCS v2.5.0)</title><link>https://devzone.nordicsemi.com/thread/464650?ContentTypeID=1</link><pubDate>Wed, 17 Jan 2024 15:13:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d496fe36-5c87-4013-bb77-d59c475b6e13</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;That sample is&lt;span&gt;&amp;nbsp;for v2.4.2. Could you build it with NCS v2.4.2?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 LE Audio CIS bidirectional TWS (NCS v2.5.0)</title><link>https://devzone.nordicsemi.com/thread/464494?ContentTypeID=1</link><pubDate>Wed, 17 Jan 2024 02:18:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c88ec221-c2cd-4c35-b393-71dcb016b0ae</guid><dc:creator>gocchan</dc:creator><description>&lt;p&gt;&lt;span&gt;I&amp;#39;m sorry it&amp;#39;s taken some time to reply.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I downloaded the project files you introduced, but the following build error occurs.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt; *  Executing task: nRF Connect: Build: nrf5340_audio_DualMic/build (active) 

Building nrf5340_audio_DualMic
west build --build-dir c:/Works/nRF5/vscode/nrf5340_audio_DualMic/build c:/Works/nRF5/vscode/nrf5340_audio_DualMic

-- west build: generating a build system
Loading Zephyr default modules (Zephyr base (cached)).
-- Application: C:/Works/nRF5/vscode/nrf5340_audio_DualMic
-- CMake version: 3.20.5
-- Cache files will be written to: C:/Works/nRF5/ncs/v2.5.0/zephyr/.cache
-- Zephyr version: 3.4.99 (C:/Works/nRF5/ncs/v2.5.0/zephyr)
-- Found west (found suitable version &amp;quot;1.1.0&amp;quot;, minimum required is &amp;quot;0.14.0&amp;quot;)
-- Board: nrf5340_audio_dk_nrf5340_cpuapp
-- Found host-tools: zephyr 0.16.1 (C:/Works/nRF5/ncs/toolchains/c57af46cb7/opt/zephyr-sdk)
-- Found toolchain: zephyr 0.16.1 (C:/Works/nRF5/ncs/toolchains/c57af46cb7/opt/zephyr-sdk)
-- Found BOARD.dts: C:/Works/nRF5/ncs/v2.5.0/zephyr/boards/arm/nrf5340_audio_dk_nrf5340/nrf5340_audio_dk_nrf5340_cpuapp.dts
-- Generated zephyr.dts: C:/Works/nRF5/vscode/nrf5340_audio_DualMic/build/zephyr/zephyr.dts
-- Generated devicetree_generated.h: C:/Works/nRF5/vscode/nrf5340_audio_DualMic/build/zephyr/include/generated/devicetree_generated.h
-- Including generated dts.cmake file: C:/Works/nRF5/vscode/nrf5340_audio_DualMic/build/zephyr/dts.cmake

warning: BT_BACKGROUND_SCAN_INTERVAL (defined at
C:/Works/nRF5/vscode/nrf5340_audio_DualMic\src/bluetooth\bt_management\scanning\Kconfig.defaults:9,
C:/Works/nRF5/ncs/v2.5.0/zephyr/subsys/bluetooth/host/Kconfig:740,
subsys/bluetooth\host/Kconfig:740) was assigned the value &amp;#39;25&amp;#39; but got the value &amp;#39;&amp;#39;. Check these
unsatisfied dependencies: ((BT_OBSERVER &amp;amp;&amp;amp; NRF5340_AUDIO) || (BT_OBSERVER &amp;amp;&amp;amp; BT_HCI_HOST &amp;amp;&amp;amp;
BT_RPC_STACK) || (BT_OBSERVER &amp;amp;&amp;amp; BT_HCI_HOST &amp;amp;&amp;amp; BT_HCI &amp;amp;&amp;amp; BT)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BT_BACKGROUND_SCAN_INTERVAL and/or look up
BT_BACKGROUND_SCAN_INTERVAL in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.


warning: BT_BACKGROUND_SCAN_WINDOW (defined at
C:/Works/nRF5/vscode/nrf5340_audio_DualMic\src/bluetooth\bt_management\scanning\Kconfig.defaults:12,
Parsing C:/Works/nRF5/vscode/nrf5340_audio_DualMic/Kconfig
Loaded configuration &amp;#39;C:/Works/nRF5/ncs/v2.5.0/zephyr/boards/arm/nrf5340_audio_dk_nrf5340/nrf5340_audio_dk_nrf5340_cpuapp_defconfig&amp;#39;
Merged configuration &amp;#39;C:/Works/nRF5/vscode/nrf5340_audio_DualMic/prj.conf&amp;#39;
C:/Works/nRF5/ncs/v2.5.0/zephyr/subsys/bluetooth/host/Kconfig:744,
subsys/bluetooth\host/Kconfig:744) was assigned the value &amp;#39;25&amp;#39; but got the value &amp;#39;&amp;#39;. Check these
unsatisfied dependencies: ((BT_OBSERVER &amp;amp;&amp;amp; NRF5340_AUDIO) || (BT_OBSERVER &amp;amp;&amp;amp; BT_HCI_HOST &amp;amp;&amp;amp;
BT_RPC_STACK) || (BT_OBSERVER &amp;amp;&amp;amp; BT_HCI_HOST &amp;amp;&amp;amp; BT_HCI &amp;amp;&amp;amp; BT)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BT_BACKGROUND_SCAN_WINDOW and/or look up
BT_BACKGROUND_SCAN_WINDOW in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: SHELL_VT100_COLORS (defined at subsys/shell/Kconfig:141) was assigned the value &amp;#39;y&amp;#39; but got
the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: SHELL_VT100_COMMANDS (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_SHELL_VT100_COLORS and/or look up
SHELL_VT100_COLORS in the menuconfig/guiconfig interface. The Application Development Primer,
Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual might be
helpful too.


warning: Deprecated symbol NFCT_PINS_AS_GPIOS is enabled.


warning: Experimental symbol NRF5340_AUDIO is enabled.


warning: Experimental symbol BT_LL_ACS_NRF53 is enabled.


warning: Experimental symbol BT_ISO_PERIPHERAL is enabled.


warning: Experimental symbol BT_AUDIO is enabled.


warning: Experimental symbol BT_BAP_UNICAST_SERVER is enabled.


warning: Experimental symbol BT_VCP_VOL_REND is enabled.


warning: Experimental symbol BT_CSIP_SET_MEMBER is enabled.


warning: Experimental symbol BT_MCC is enabled.


warning: Experimental symbol BT_CAP_ACCEPTOR is enabled.


warning: ZBUS_RUNTIME_OBSERVERS_POOL_SIZE (defined at C:/Works/nRF5/vscode/nrf5340_audio_DualMic\Kconfig.defaults:53) defined without a type

error: Aborting due to Kconfig warnings

CMake Error at C:/Works/nRF5/ncs/v2.5.0/zephyr/cmake/modules/kconfig.cmake:348 (message):
  command failed with return code: 1
Call Stack (most recent call first):
  C:/Works/nRF5/ncs/v2.5.0/nrf/cmake/modules/kconfig.cmake:29 (include)
  C:/Works/nRF5/ncs/v2.5.0/zephyr/cmake/modules/zephyr_default.cmake:129 (include)
  C:/Works/nRF5/ncs/v2.5.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:66 (include)
  C:/Works/nRF5/ncs/v2.5.0/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:97 (include_boilerplate)
  CMakeLists.txt:46 (find_package)


-- Configuring incomplete, errors occurred!
FATAL ERROR: command exited with status 1: &amp;#39;C:\Works\nRF5\ncs\toolchains\c57af46cb7\opt\bin\cmake.EXE&amp;#39; -DWEST_PYTHON=C:/Works/nRF5/ncs/toolchains/c57af46cb7/opt/bin/python.exe &amp;#39;-Bc:\Works\nRF5\vscode\nrf5340_audio_DualMic\build&amp;#39; -GNinja &amp;#39;-Sc:\Works\nRF5\vscode\nrf5340_audio_DualMic&amp;#39;

 *  The terminal process terminated with exit code: 1. 
 *  Terminal will be reused by tasks, press any key to close it. 
&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;How should I resolve this?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 LE Audio CIS bidirectional TWS (NCS v2.5.0)</title><link>https://devzone.nordicsemi.com/thread/461291?ContentTypeID=1</link><pubDate>Wed, 20 Dec 2023 13:41:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f62219c5-3e35-49cb-a499-278340011f01</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;&lt;span&gt;&lt;span dir="ltr"&gt;This is exactly what the above demo code would like to achieve.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 LE Audio CIS bidirectional TWS (NCS v2.5.0)</title><link>https://devzone.nordicsemi.com/thread/461201?ContentTypeID=1</link><pubDate>Wed, 20 Dec 2023 05:51:47 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e9a364c4-c2bd-4ca7-9678-a1e58b6a1ba6</guid><dc:creator>gocchan</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Rather than implementing two microphones in one receiver, I would like the gateway to output microphone signals from two headset boards at the same time, as shown in the figure below.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/pastedimage1703049789646v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Is it possible to achieve this with code editing for nrf5340_audio?&lt;/p&gt;
&lt;p&gt;Regards,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Gotoda&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: nRF5340 LE Audio CIS bidirectional TWS (NCS v2.5.0)</title><link>https://devzone.nordicsemi.com/thread/460894?ContentTypeID=1</link><pubDate>Mon, 18 Dec 2023 16:03:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:957905b5-277b-4a72-9db8-c0da62a009f8</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Seems you want&amp;nbsp;&lt;span&gt;&lt;span dir="ltr"&gt;two microphones to one receiver.&amp;nbsp; If so, there is an unofficial&amp;nbsp;&lt;a title="https://github.com/rick1082/sdk-nrf/commits/dual_mic_sample/" href="https://github.com/rick1082/sdk-nrf/commits/dual_mic_sample/" rel="noopener noreferrer" target="_blank"&gt;https://github.com/rick1082/sdk-nrf/commits/dual_mic_sample/&lt;/a&gt;&amp;nbsp;for v2.4.2.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;span&gt;&lt;span dir="ltr"&gt;You also could ping our FAE in JP to see the demo.&amp;nbsp;&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&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;/span&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>