<?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>nRF7002 Wi-Fi Random Disconnect After Long Runtime - Unable to Reconnect Until Power Cycle (Zephyr NCS v2.6.2)</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/128711/nrf7002-wi-fi-random-disconnect-after-long-runtime---unable-to-reconnect-until-power-cycle-zephyr-ncs-v2-6-2</link><description>Hardware Configuration 
 
 Wi-Fi Module: Fanstel module based on Nordic nRF7002 
 MCU: Nordic nRF5340 
 SDK: Nordic Connect SDK (NCS) v2.6.2 
 RTOS: Zephyr 
 Wi-Fi Security: WPA2 Personal 
 Cloud Communication: 
 
 TLS + HTTP 
 Secure WebSocket (WSS)</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 14 Jul 2026 12:41:53 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/128711/nrf7002-wi-fi-random-disconnect-after-long-runtime---unable-to-reconnect-until-power-cycle-zephyr-ncs-v2-6-2" /><item><title>RE: nRF7002 Wi-Fi Random Disconnect After Long Runtime - Unable to Reconnect Until Power Cycle (Zephyr NCS v2.6.2)</title><link>https://devzone.nordicsemi.com/thread/569083?ContentTypeID=1</link><pubDate>Tue, 14 Jul 2026 12:41:53 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7554fc04-d7a0-460d-847f-86fd421a82e8</guid><dc:creator>Marte Myrvold</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The symptoms you describe are consistent with the nRF70 RPI (radio processing unit) entering a hung/unrecoverable state after extended runtime.&lt;/p&gt;
&lt;p&gt;The &lt;a href="https://nrfconnectdocs.nordicsemi.com/ncs/3.4.0/nrf/releases_and_maturity/releases/release-notes-2.6.2.html#wi-fi-drivers"&gt;v2.6.2 release notes&lt;/a&gt; specifically include the following Wi-Fi driver additions that address related problems:&lt;/p&gt;
&lt;ul&gt;
&lt;li style="margin:4px 0;"&gt;RPU watchdog recovery: &amp;quot;A new recovery feature through a watchdog timer with Kconfig-based timeout configuration to recover the nRF70 Series chip in case of any lockups.&amp;quot;&lt;/li&gt;
&lt;li style="margin:4px 0;"&gt;Interface de-init stabilization: &amp;quot;Wi-Fi interface de-initialization path clean-up and stabilization.&amp;quot;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;So this is a known issue.&lt;/p&gt;
&lt;p&gt;The watchdog can be enabled by setting&amp;nbsp;CONFIG_NRF_WIFI_RPU_RECOVERY=y.&lt;/p&gt;
&lt;p&gt;If this does not solve your issue, you can try resetting the Wi-Fi interface without rebooting:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;net_if_down(iface);   // puts nRF70 into Shutdown state
// optionally k_sleep a short delay
net_if_up(iface);     // triggers RPU cold boot + re-init&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;There are many improvements to the Wi-Fi stack in later versions of the SDK, including further fixes to interface state transitions and connection reliability. I recommend upgrading if possible.&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>