<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Get RSSI on connected WiFi]]></title><description><![CDATA[<p dir="auto">Hi folks</p>
<p dir="auto">How can I get the RSSI value of the connected WiFi?</p>
<p dir="auto">There is no no RSSI() function on wifiCfg in micropython (uiflow)</p>
<p dir="auto">Thanks for help ;-)</p>
<p dir="auto">Best regards<br />
Thomas</p>
]]></description><link>https://community.m5stack.com/topic/1734/get-rssi-on-connected-wifi</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 01:05:55 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1734.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 01 Mar 2020 18:46:00 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Get RSSI on connected WiFi on Fri, 08 Jan 2021 23:23:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stack" aria-label="Profile: m5stack">@<bdi>m5stack</bdi></a> said in <a href="/post/7645">Get RSSI on connected WiFi</a>:</p>
<blockquote>
<p dir="auto">wifiCfg</p>
</blockquote>
<p dir="auto">Refer to <a href="http://docs.micropython.org/en/latest/library/network.html?highlight=rssi#network.AbstractNIC.status" target="_blank" rel="noopener noreferrer nofollow ugc">the documentation</a>, you can get RSSI value of current connected WiFi by calling:</p>
<pre><code>wifiCfg.wlan_sta.status('rssi')
</code></pre>
<p dir="auto">It could be attached to the variable and / or to the function:<br />
<img src="/assets/uploads/files/1610147944351-screen-shot-2021-01-08-at-3.52.27-pm.png" alt="0_1610147943000_Screen Shot 2021-01-08 at 3.52.27 PM.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.m5stack.com/post/11599</link><guid isPermaLink="true">https://community.m5stack.com/post/11599</guid><dc:creator><![CDATA[mwenghi]]></dc:creator><pubDate>Fri, 08 Jan 2021 23:23:44 GMT</pubDate></item><item><title><![CDATA[Reply to Get RSSI on connected WiFi on Thu, 05 Mar 2020 18:09:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stack" aria-label="Profile: m5stack">@<bdi>m5stack</bdi></a> said in <a href="/post/7655">Get RSSI on connected WiFi</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stickfreakler" aria-label="Profile: m5stickfreakler">@<bdi>m5stickfreakler</bdi></a>  in UIFlow we have not provided this API yet</p>
</blockquote>
<p dir="auto">Thanks for your info. So unfortunately I can't get the RSSI of the current connected WiFi SSID <em>snif</em></p>
]]></description><link>https://community.m5stack.com/post/7682</link><guid isPermaLink="true">https://community.m5stack.com/post/7682</guid><dc:creator><![CDATA[M5StickFreakler]]></dc:creator><pubDate>Thu, 05 Mar 2020 18:09:23 GMT</pubDate></item><item><title><![CDATA[Reply to Get RSSI on connected WiFi on Tue, 03 Mar 2020 03:57:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stickfreakler" aria-label="Profile: m5stickfreakler">@<bdi>m5stickfreakler</bdi></a>  in UIFlow we have not provided this API yet</p>
]]></description><link>https://community.m5stack.com/post/7655</link><guid isPermaLink="true">https://community.m5stack.com/post/7655</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Tue, 03 Mar 2020 03:57:13 GMT</pubDate></item><item><title><![CDATA[Reply to Get RSSI on connected WiFi on Mon, 02 Mar 2020 17:55:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/m5stack" aria-label="Profile: m5stack">@<bdi>m5stack</bdi></a> said in <a href="/post/7645">Get RSSI on connected WiFi</a>:</p>
<blockquote>
<p dir="auto">wifiCfg.wlan_sta.scan()</p>
</blockquote>
<p dir="auto">ok, thats cool.<br />
Do you know, how I can get the current connected SSID if I use auto connect?</p>
]]></description><link>https://community.m5stack.com/post/7648</link><guid isPermaLink="true">https://community.m5stack.com/post/7648</guid><dc:creator><![CDATA[M5StickFreakler]]></dc:creator><pubDate>Mon, 02 Mar 2020 17:55:50 GMT</pubDate></item><item><title><![CDATA[Reply to Get RSSI on connected WiFi on Mon, 02 Mar 2020 09:19:23 GMT]]></title><description><![CDATA[<p dir="auto">refer below code . use this function</p>
<pre><code>import wifiCfg

wifiCfg.wlan_sta.scan()

</code></pre>
]]></description><link>https://community.m5stack.com/post/7645</link><guid isPermaLink="true">https://community.m5stack.com/post/7645</guid><dc:creator><![CDATA[m5stack]]></dc:creator><pubDate>Mon, 02 Mar 2020 09:19:23 GMT</pubDate></item></channel></rss>