<?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>Difficulty while implementing STA example for nRF7002 using nRF54L15 (SPI WiFi Driver Issue)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/127269/difficulty-while-implementing-sta-example-for-nrf7002-using-nrf54l15-spi-wifi-driver-issue</link><description>Hello Nordic Team, 
 I am working with nRF Connect SDK v3.2.2 on the nRF54L15 DK (cpuapp) and trying to bring up WiFi using the nRF7002 together with the nRF7002-EK connected over SPI. I have created a custom devicetree overlay to connect the nRF7002</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 26 Mar 2026 12:56:05 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/127269/difficulty-while-implementing-sta-example-for-nrf7002-using-nrf54l15-spi-wifi-driver-issue" /><item><title>RE: Difficulty while implementing STA example for nRF7002 using nRF54L15 (SPI WiFi Driver Issue)</title><link>https://devzone.nordicsemi.com/thread/564100?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2026 12:56:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d3e4dbb2-c1eb-4c38-8ae1-a97c0c0bea3a</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Thanks for the nice sharing.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difficulty while implementing STA example for nRF7002 using nRF54L15 (SPI WiFi Driver Issue)</title><link>https://devzone.nordicsemi.com/thread/564065?ContentTypeID=1</link><pubDate>Thu, 26 Mar 2026 05:44:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ccc517ca-db44-4f53-bfb1-6328fdfd8417</guid><dc:creator>Kiran Shingote</dc:creator><description>&lt;p&gt;Thank you&amp;nbsp;Ibrahim and Amanda.&lt;/p&gt;
&lt;p data-start="68" data-end="170"&gt;I was able to successfully run and validate the STA (station) example provided in the nRF Connect SDK.&lt;/p&gt;
&lt;p data-start="172" data-end="395"&gt;For my setup, I am using the nRF7002-EK in combination with the nRF54L15-DK over an SPI interface. To get the example working correctly, I had to make a few minor modifications and configuration adjustments, outlined below:&lt;/p&gt;
&lt;ol data-start="397" data-end="1235"&gt;
&lt;li data-section-id="1ign4c0" data-start="397" data-end="551"&gt;&lt;strong data-start="400" data-end="422"&gt;MAC Address Update&lt;/strong&gt;&lt;br data-start="422" data-end="425" /&gt; I replaced the default MAC address in the &lt;code data-start="470" data-end="483"&gt;app.overlay&lt;/code&gt; file with the correct MAC ID corresponding to my nRF7002-EK module.&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;li data-section-id="1w1xanw" data-start="553" data-end="898"&gt;&lt;strong data-start="556" data-end="592"&gt;Memory Configuration Adjustments&lt;/strong&gt;&lt;br data-start="592" data-end="595" /&gt; I modified the following parameters in the &lt;code data-start="641" data-end="651"&gt;prj.conf&lt;/code&gt; file to better fit the available memory constraints:
&lt;ul data-start="708" data-end="898"&gt;
&lt;li data-section-id="k5zkqx" data-start="708" data-end="766"&gt;&lt;code data-start="710" data-end="743"&gt;CONFIG_HEAP_MEM_POOL_SIZE=32000&lt;/code&gt; (reduced from 37000)&lt;/li&gt;
&lt;li data-section-id="je37sd" data-start="770" data-end="833"&gt;&lt;code data-start="772" data-end="810"&gt;CONFIG_NRF_WIFI_CTRL_HEAP_SIZE=16000&lt;/code&gt; (reduced from 20000)&lt;/li&gt;
&lt;li data-section-id="hqrzis" data-start="837" data-end="898"&gt;&lt;code data-start="839" data-end="877"&gt;CONFIG_NRF_WIFI_DATA_HEAP_SIZE=32000&lt;/code&gt; (reduced from 40000)&lt;br /&gt;&lt;br /&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li data-section-id="1j5ncfq" data-start="900" data-end="1025"&gt;&lt;strong data-start="903" data-end="930"&gt;CMake Argument Addition&lt;/strong&gt;&lt;br data-start="930" data-end="933" /&gt; I added an extra CMake argument to specify the correct shield:
&lt;ul data-start="1002" data-end="1025"&gt;
&lt;li data-section-id="k8mh9l" data-start="1002" data-end="1025"&gt;&lt;code data-start="1004" data-end="1025"&gt;-DSHIELD=nrf7002eb2&lt;br /&gt;&lt;br /&gt;&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li data-section-id="1pqi73e" data-start="1027" data-end="1147"&gt;&lt;strong data-start="1030" data-end="1054"&gt;Hardware Connections&lt;/strong&gt;&lt;br data-start="1054" data-end="1057" /&gt; The physical wiring between the boards was completed according to the provided diagram.&lt;/li&gt;
&lt;/ol&gt;
&lt;p style="padding-left:30px;"&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/pastedimage1774503190575v1.png" alt=" " /&gt;&lt;br /&gt;&lt;br /&gt;&lt;strong data-start="1152" data-end="1170"&gt;5. Program Output&lt;/strong&gt;&lt;br data-start="1170" data-end="1173" /&gt;&amp;nbsp; &amp;nbsp; The system runs successfully, and the output is as follows:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;[00:00:07.008,131] &amp;lt;inf&amp;gt; sta: ==================&lt;br /&gt;[00:00:07.008,145] &amp;lt;inf&amp;gt; sta: State: SCANNING&lt;br /&gt;[00:00:07.308,244] &amp;lt;inf&amp;gt; sta: ==================&lt;br /&gt;[00:00:07.308,260] &amp;lt;inf&amp;gt; sta: State: SCANNING&lt;br /&gt;[00:00:07.608,364] &amp;lt;inf&amp;gt; sta: ==================&lt;br /&gt;[00:00:07.608,383] &amp;lt;inf&amp;gt; sta: State: SCANNING&lt;br /&gt;[00:00:07.908,503] &amp;lt;inf&amp;gt; sta: ==================&lt;br /&gt;[00:00:07.908,517] &amp;lt;inf&amp;gt; sta: State: SCANNING&lt;br /&gt;[00:00:08.208,625] &amp;lt;inf&amp;gt; sta: ==================&lt;br /&gt;[00:00:08.208,638] &amp;lt;inf&amp;gt; sta: State: SCANNING&lt;br /&gt;[00:00:08.508,757] &amp;lt;inf&amp;gt; sta: ==================&lt;br /&gt;[00:00:08.508,773] &amp;lt;inf&amp;gt; sta: State: AUTHENTICATING&lt;br /&gt;[00:00:08.702,108] &amp;lt;wrn&amp;gt; net_if: iface 1 pkt 0x2002a0d0 send failure status -1&lt;br /&gt;[00:00:08.734,335] &amp;lt;inf&amp;gt; sta: Connected&lt;br /&gt;[00:00:08.813,571] &amp;lt;inf&amp;gt; sta: ==================&lt;br /&gt;[00:00:08.813,587] &amp;lt;inf&amp;gt; sta: State: COMPLETED&lt;br /&gt;[00:00:08.813,599] &amp;lt;inf&amp;gt; sta: Interface Mode: STATION&lt;br /&gt;[00:00:08.813,610] &amp;lt;inf&amp;gt; sta: Link Mode: WIFI 5 (802.11ac/VHT)&lt;br /&gt;[00:00:08.813,623] &amp;lt;inf&amp;gt; sta: SSID: ISPL&lt;br /&gt;[00:00:08.813,639] &amp;lt;inf&amp;gt; sta: BSSID: 90:4C:81:DA:17:50&lt;br /&gt;[00:00:08.813,649] &amp;lt;inf&amp;gt; sta: Band: 5GHz&lt;br /&gt;[00:00:08.813,653] &amp;lt;inf&amp;gt; sta: Channel: 149&lt;br /&gt;[00:00:08.813,668] &amp;lt;inf&amp;gt; sta: Security: WPA2-PSK&lt;br /&gt;[00:00:08.813,678] &amp;lt;inf&amp;gt; sta: MFP: Optional&lt;br /&gt;[00:00:08.813,681] &amp;lt;inf&amp;gt; sta: RSSI: -69&lt;br /&gt;[00:00:10.473,288] &amp;lt;inf&amp;gt; net_dhcpv4: Received: 192.168.1.148&lt;br /&gt;[00:00:10.473,407] &amp;lt;inf&amp;gt; net_config: IPv4 address: 192.168.1.148&lt;br /&gt;[00:00:10.473,412] &amp;lt;inf&amp;gt; net_config: Lease time: 86400 seconds&lt;br /&gt;[00:00:10.473,435] &amp;lt;inf&amp;gt; net_config: Subnet: 255.255.255.0&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difficulty while implementing STA example for nRF7002 using nRF54L15 (SPI WiFi Driver Issue)</title><link>https://devzone.nordicsemi.com/thread/562684?ContentTypeID=1</link><pubDate>Thu, 05 Mar 2026 19:44:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fea6ecd-bfdf-4243-89fd-737feb347fd3</guid><dc:creator>Ibrahim Ozturk</dc:creator><description>&lt;p&gt;So if we would like to plug&amp;amp;play, we&amp;#39;ll go for the nRF7002 EB II. If we&amp;nbsp;want to write your own dts overlay and Kconfig, nRF7002-EK works just fine though.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difficulty while implementing STA example for nRF7002 using nRF54L15 (SPI WiFi Driver Issue)</title><link>https://devzone.nordicsemi.com/thread/562667?ContentTypeID=1</link><pubDate>Thu, 05 Mar 2026 15:49:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:16f8786d-ca34-454c-ab19-dc22f7a0d854</guid><dc:creator>Amanda Hsieh</dc:creator><description>[quote user="Kiran Shingote"] Is it not possible to use the nRF7002 together with the nRF54L15?[/quote]
&lt;p&gt;It&amp;#39;s possible. The&amp;nbsp;&lt;span&gt;nRF7002 EB II has the connect port designed for nRF54L15DK to avoid the connection issue, and there are some configs for nRF54L15DK working with nRF7002 EB II in this sample, such as&amp;nbsp;&lt;/span&gt;&lt;span&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/v3.2.2/samples/wifi/sta/sample.yaml#L101-L103"&gt;https://github.com/nrfconnect/sdk-nrf/blob/v3.2.2/samples/wifi/sta/sample.yaml#L101-L103&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difficulty while implementing STA example for nRF7002 using nRF54L15 (SPI WiFi Driver Issue)</title><link>https://devzone.nordicsemi.com/thread/562601?ContentTypeID=1</link><pubDate>Thu, 05 Mar 2026 06:13:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:84c7cabb-da18-4aca-898c-a3bf1c32ea1d</guid><dc:creator>Kiran Shingote</dc:creator><description>&lt;p&gt;Thank you for reply,&amp;nbsp;&lt;span&gt;Amanda H.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;Thank you for your reply.&lt;/span&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;I will follow the suggestions you provided.&lt;/span&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;However, I would like to clarify one of the main questions along withe other questions from my previous message. Is it not possible to use the nRF7002 together with the nRF54L15? I have already designed a custom board using these two chips.and will get PCBs soon.&lt;/span&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;Also, could you please explain why it is necessary to purchase the nRF7002 EB II?&lt;/span&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;Thank you for your guidance.&lt;/span&gt;&lt;/p&gt;
&lt;p class="isSelectedEnd"&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;KIran&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Difficulty while implementing STA example for nRF7002 using nRF54L15 (SPI WiFi Driver Issue)</title><link>https://devzone.nordicsemi.com/thread/562564?ContentTypeID=1</link><pubDate>Wed, 04 Mar 2026 14:49:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ca63bb0-04df-4ae8-a77f-5f3eec8c86be</guid><dc:creator>Amanda Hsieh</dc:creator><description>&lt;p&gt;Hi,&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Please&amp;nbsp;&lt;span&gt;contact your regional sales manager to obtain an&lt;/span&gt;&amp;nbsp;&lt;a href="https://www.nordicsemi.com/Products/Development-hardware/nRF7002-EBII"&gt;nRF7002 EBII&lt;/a&gt;&amp;nbsp;for nRF54&amp;nbsp;&lt;span&gt;devices. See the sample&amp;nbsp;&lt;/span&gt;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/wifi/sta/README.html#requirements"&gt;Requirements&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Regards,&lt;br /&gt;Amanda H.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>