<?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>Wi-Fi Magic Packet/Wake on Wireless LAN</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/116565/wi-fi-magic-packet-wake-on-wireless-lan</link><description>I am considering using the nRF7002 for a Wi-Fi application. I want to use an nRF54L15 as the host for an nRF7002 and operate it using Target Wake Time (TWT) to periodically check for a remote wakeup packet or poll a remote server for new data. Currently</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 02 Dec 2024 08:58:44 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/116565/wi-fi-magic-packet-wake-on-wireless-lan" /><item><title>RE: Wi-Fi Magic Packet/Wake on Wireless LAN</title><link>https://devzone.nordicsemi.com/thread/512894?ContentTypeID=1</link><pubDate>Mon, 02 Dec 2024 08:58:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4bfbf1d-6ffb-4028-8b36-6e957db9df5d</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;nRF7002 can detect and act on any unicast packet addressed to it but does not have a specific filter for&amp;nbsp;&lt;span&gt;&amp;quot;magic packet&amp;quot;.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wi-Fi Magic Packet/Wake on Wireless LAN</title><link>https://devzone.nordicsemi.com/thread/512852?ContentTypeID=1</link><pubDate>Sun, 01 Dec 2024 04:06:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:92c74497-2625-4c8d-b184-19988495c9c8</guid><dc:creator>Manieldyers</dc:creator><description>&lt;p&gt;Hi Charlie, I&amp;#39;m not sure I understand. Is the developer saying that the nRF7002 can handle any unicast packet, but does not have a specific filter for a &amp;quot;magic packet&amp;quot;? Or is the developer saying that the nRF7002 cannot handle unicast packets at all?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wi-Fi Magic Packet/Wake on Wireless LAN</title><link>https://devzone.nordicsemi.com/thread/512283?ContentTypeID=1</link><pubDate>Wed, 27 Nov 2024 09:12:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fda47daf-294d-4108-924a-6474b009e95d</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Here is the reply from developer.&lt;/p&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;div&gt;
&lt;p&gt;&lt;em&gt;Yes nRF7002 is capable of waking the host processor, but not via any Magic Packet, rather any Wi-Fi unicast pkt. The filtering for a &lt;code&gt;Magic Packet&lt;/code&gt; is not present, but can be added as a feature enhancement.&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;/div&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Charlie&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Wi-Fi Magic Packet/Wake on Wireless LAN</title><link>https://devzone.nordicsemi.com/thread/511473?ContentTypeID=1</link><pubDate>Thu, 21 Nov 2024 12:07:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:93398963-c0b3-422f-afb2-56798b1af82c</guid><dc:creator>Charlie</dc:creator><description>&lt;p&gt;Hi Daniel,&lt;/p&gt;
&lt;p&gt;nRF54L support for running as Wi-Fi host is still on early age, you can find &lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf70/nrf7002eb_dev_guide.html"&gt;Limitations when building with nRF54H20 DK and nRF54L15 DK&lt;/a&gt;&amp;nbsp;at current stage.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Both the nRF54L15 and nRF52840 have 256 KB of RAM, so you can refer to the&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-2.8.0/page/nrf/protocols/wifi/station_mode/mem_requirements_sta.html"&gt;Memory requirements for Wi-Fi applications in Station mode&lt;/a&gt;&amp;nbsp;of nRF52840 as host, which still only support STA mode Wi-Fi stack without BLE and MQTT.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;For applications using both WiFi and MQTT, the protocol stacks require quite RAM and ROM resources. In such cases, you may need to consider using the nRF5340 or nRF54H.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;About the nRF7002 megic pakcet support, I did not see it mentioned anywhere in the SDK document or HW datasheet. Let me check with our developement team to get a certain answer.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I will send you one update later.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Charlie&lt;/span&gt;&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></channel></rss>