<?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>Evaluating nRF5340 SoC LE bluetooth link utilizing two nRF7002-DK</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/117736/evaluating-nrf5340-soc-le-bluetooth-link-utilizing-two-nrf7002-dk</link><description>Hello, 
 
 I want to utilize two units of nRF7002-DK I have, to evaluate LE bluetooth link between the nRF5340 SoCs. I need access to define CIG and CIS between the two SoCs. 
 Any help getting a sample codes of the above is appreciated. 
 Specifically</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Jan 2025 14:14:08 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/117736/evaluating-nrf5340-soc-le-bluetooth-link-utilizing-two-nrf7002-dk" /><item><title>RE: Evaluating nRF5340 SoC LE bluetooth link utilizing two nRF7002-DK</title><link>https://devzone.nordicsemi.com/thread/517018?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2025 14:14:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f87948a7-4419-4c5d-8a5f-ac3a78bfce3a</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The &amp;quot;Compatible&amp;quot; term here is unfortunate. That only means that the sample was not deisgned and tested for other boards, but in most cases it will work. And the nRF7002DK has essentially the same features as a nRF5340 DK with the additon of th enRF7002, so most BLE samples will work out of the box.&lt;/p&gt;
[quote user="DoronC"]1. What am I doing wrong ?[/quote]
&lt;p&gt;To know that we first need to look at in what way it is not working. Can you elaborate? How do you test, and what do you observe in the logs?&lt;/p&gt;
[quote user="DoronC"]2. Is there any sample code for BLE link between two nRF7002-DKs ?[/quote]
&lt;p&gt;There is no BLE samples specifially designed for the nRF7002DK, but as mentionned most (if not all) should work.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Evaluating nRF5340 SoC LE bluetooth link utilizing two nRF7002-DK</title><link>https://devzone.nordicsemi.com/thread/517014?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2025 14:09:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5aa10924-d64f-46dc-a8d0-cfcbd2faf6e7</guid><dc:creator>DoronC</dc:creator><description>&lt;p&gt;Thanks for you reply.&lt;/p&gt;
&lt;p&gt;In the edit build configuration menu the nRF7002-DK is not compatible for most of the BLE sample codes:&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt="Board target &amp;quot;compatible&amp;quot;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screenshot-2025_2D00_01_2D00_06-at-16.02.55.png" /&gt;&lt;/p&gt;
&lt;p&gt;If I try to force it to build for nRF7002-DK like so:&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt="Board target &amp;quot;Nordic SoC&amp;quot;" src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/Screenshot-2025_2D00_01_2D00_06-at-16.05.51.png" /&gt;&lt;/p&gt;
&lt;p&gt;It compiles but after flashing to device it just not operating as expected from the sample code.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Questions:&lt;/p&gt;
&lt;p&gt;1. What am I doing wrong ?&lt;/p&gt;
&lt;p&gt;2. Is there any sample code for BLE link between two nRF7002-DKs ?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Evaluating nRF5340 SoC LE bluetooth link utilizing two nRF7002-DK</title><link>https://devzone.nordicsemi.com/thread/517008?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2025 13:56:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:08e9a494-f3c1-4a96-b17b-f9418193596b</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Most Bluetooth projects work out of the box on the&amp;nbsp;nRF7002-DK as long as you &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/gsg_guides/nrf7002_gs.html#building_and_debugging"&gt;build for that board&lt;/a&gt;, which you typically do by specifying it when you generate the build configuration in VS Code.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;You can refer to &lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/148b9567ee91964fc539d8ab38ac3a7a232a9a60/samples/bluetooth/iso_combined_bis_and_cis"&gt;Bluetooth: ISO combined BIS and CIS&lt;/a&gt;&amp;nbsp;and&amp;nbsp;&lt;a href="https://github.com/nrfconnect/sdk-nrf/tree/364b25fe0f17171d9ebdda0e2e18d1de68f4568f/samples/bluetooth/iso_time_sync"&gt;Bluetooth: ISO time synchronization&lt;/a&gt;&amp;nbsp;for samples.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>