<?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 configure the wifi/shell example for nrf52840DK and nrf7002EK?</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/111243/how-to-configure-the-wifi-shell-example-for-nrf52840dk-and-nrf7002ek</link><description>Hello 
 I&amp;#39;m trying to connect nrf7002EK with SPI3 with nrf52840DK, 
 NCS/Samples/WiFi/Shell, but I came up after Flash 
 The error shown in the image below 
 
 I would like to know what is causing the above error 
 Thanks again</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 22 May 2024 09:05:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/111243/how-to-configure-the-wifi-shell-example-for-nrf52840dk-and-nrf7002ek" /><item><title>RE: How to configure the wifi/shell example for nrf52840DK and nrf7002EK?</title><link>https://devzone.nordicsemi.com/thread/485335?ContentTypeID=1</link><pubDate>Wed, 22 May 2024 09:05:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbd40e37-419f-4f3c-8cb6-5923077fcf9d</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The configuration looks correct.&lt;/p&gt;
&lt;p&gt;Can you share a picture of your DK and shield, so I can verify that everything looks good?&lt;/p&gt;
&lt;p&gt;Have you made any changes to the sample or any other files in the SDK?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure the wifi/shell example for nrf52840DK and nrf7002EK?</title><link>https://devzone.nordicsemi.com/thread/484803?ContentTypeID=1</link><pubDate>Fri, 17 May 2024 06:05:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:068a0af0-78b1-40f4-abb7-3b7acef3537f</guid><dc:creator>Hanson Curry</dc:creator><description>&lt;p&gt;This is my configuration&lt;/p&gt;
&lt;p&gt;I can not confirm whether the configuration is true.&lt;/p&gt;
&lt;p&gt;&lt;img style="max-height:240px;max-width:320px;" alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/640x480/__key/communityserver-discussions-components-files/4/_4F5C555E2A62FE56_-2024_2D00_05_2D00_17-135907.png" /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure the wifi/shell example for nrf52840DK and nrf7002EK?</title><link>https://devzone.nordicsemi.com/thread/484797?ContentTypeID=1</link><pubDate>Fri, 17 May 2024 02:13:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f995310b-a7e9-4699-84e4-0c3c14535c52</guid><dc:creator>Hanson Curry</dc:creator><description>&lt;p&gt;Thanks for your answer.&lt;/p&gt;
&lt;p&gt;I have&amp;nbsp;&lt;span&gt;added the CMake option&amp;nbsp;&lt;/span&gt;&lt;code&gt;-DSHIELD=nrf7002ek &lt;span style="font-family:arial, helvetica, sans-serif;"&gt;before I asked this question&lt;/span&gt;.&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;And I have built the WIFI shell sample successfully.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:arial, helvetica, sans-serif;"&gt;But when I flash the sample to&amp;nbsp;nRF52840 DK&amp;nbsp;.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;It still appear the above situation.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure the wifi/shell example for nrf52840DK and nrf7002EK?</title><link>https://devzone.nordicsemi.com/thread/484699?ContentTypeID=1</link><pubDate>Thu, 16 May 2024 13:18:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8c30ed1c-f3dc-4df1-b3d8-b406ae799df6</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Have you made any changes to the sample?&lt;/p&gt;
&lt;p&gt;The Wi-Fi shell sample should work with the nRF52840 DK + nRF7002 EK out of the box if you add the nRF7002 EK as a shield when building. To add it as a shield, add the CMake option &lt;code&gt;-DSHIELD=nrf7002ek&lt;/code&gt; like this:&lt;/p&gt;
&lt;p&gt;VS Code extension:&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/pastedimage1715865407308v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;Command line:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;west build -b nrf52840dk_nrf52840 -- -DSHIELD=nrf7002ek&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;Marte&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>