<?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[Lesson 3. Wi-Fi. Scanner]]></title><description><![CDATA[<p dir="auto"><strong>This lesson focuses on the built-in Wi-Fi. We will learn how to search for available wireless networks and see signal strength.</strong></p>
<p dir="auto"><strong>Step 1. Check out some of the functions to work with Wi-Fi ESP32 in list 1;</strong></p>
<p dir="auto">List1. Functions for working with built-in buttons</p>
<ul>
<li>Wi-Fi access.mode(WIFI_STA); Sets the operation mode of the wireless adapter in client mode</li>
<li>Wi-Fi access.disconnect(); Terminates the wireless connection</li>
<li>Wi-Fi access.scanNetworks(); Scans the list of available wireless networks and returns their number</li>
<li>Wi-Fi access.RSSI(i); Returns the signal level of the wireless network with the serial number i</li>
<li>Wi-Fi access.SSID(i); Returns the name of the wireless network with the serial number i</li>
</ul>
<p dir="auto"><strong>Step 2. Create a new sketch in the Arduino IDE. Select New on the File menu, (Fig. 1);</strong></p>
<p dir="auto"><img src="https://pp.userapi.com/c830509/v830509699/17ea6/I0BTgYkrwq4.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
Figure 1. Create a new sketch</p>
<p dir="auto"><strong>Step 3. Please note that for the built in wireless Wi-Fi module you have to connect the library "Wi-Fi.h". We will write the code (Fig. 2 - 2.4);</strong></p>
<p dir="auto"><img src="https://pp.userapi.com/c830509/v830509699/17ed8/uiICfvTxupU.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
Figure 2. Sketch. Page 1</p>
<p dir="auto"><img src="https://pp.userapi.com/c830509/v830509699/17eb0/EOkHpXwgQJg.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
Figure 2.1. Sketch. Page 2</p>
<p dir="auto"><img src="https://pp.userapi.com/c830509/v830509699/17eba/KnzjiKUfROg.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
Figure 2.2. Sketch. Page 3</p>
<p dir="auto"><img src="https://pp.userapi.com/c830509/v830509699/17ec4/CJgeCGzHq6I.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
Figure 2.3. Sketch. Page 4</p>
<p dir="auto"><img src="https://pp.userapi.com/c830509/v830509699/17ece/IP1raQxeGfI.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
Figure 2.4. Sketch. Page 5</p>
<p dir="auto"><strong>Step 4. Click the Upload button (Fig. 3) in order to flash the device;</strong></p>
<p dir="auto"><img src="https://pp.userapi.com/c830509/v830509699/17edf/kFvotA2Kec8.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
Figure 3. Download the firmware to the device</p>
<p dir="auto"><strong>Step 5. When the device firmware is completed, on the device screen will appear the name of our lesson and the signature button, clicking on which the device searches for networks (Fig. 4, 4.1).</strong></p>
<p dir="auto"><img src="https://pp.userapi.com/c830509/v830509699/17ef3/6Fv0v5Fniog.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
Figure 4. Main menu</p>
<p dir="auto"><img src="https://pp.userapi.com/c830509/v830509699/17ee9/q_nWzVLz9FA.jpg" alt="alt text" class=" img-fluid img-markdown" /><br />
Figure 4.1. Available wireless networks</p>
]]></description><link>https://community.m5stack.com/topic/58/lesson-3-wi-fi-scanner</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 22:35:54 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/58.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 19 Dec 2017 06:36:40 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Lesson 3. Wi-Fi. Scanner on Wed, 24 Jan 2018 16:15:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/dimi" aria-label="Profile: dimi">@<bdi>dimi</bdi></a><br />
Hi, thanks Dimi.<br />
Downloaded... flashed to unit... works well !!   Cheers.</p>
]]></description><link>https://community.m5stack.com/post/231</link><guid isPermaLink="true">https://community.m5stack.com/post/231</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Wed, 24 Jan 2018 16:15:54 GMT</pubDate></item><item><title><![CDATA[Reply to Lesson 3. Wi-Fi. Scanner on Wed, 24 Jan 2018 16:07:02 GMT]]></title><description><![CDATA[<p dir="auto">@jimit hi! you can download <a href="https://yadi.sk/d/azY94lkf3RkRei" target="_blank" rel="noopener noreferrer nofollow ugc">https://yadi.sk/d/azY94lkf3RkRei</a></p>
]]></description><link>https://community.m5stack.com/post/230</link><guid isPermaLink="true">https://community.m5stack.com/post/230</guid><dc:creator><![CDATA[Dimi]]></dc:creator><pubDate>Wed, 24 Jan 2018 16:07:02 GMT</pubDate></item><item><title><![CDATA[Reply to Lesson 3. Wi-Fi. Scanner on Fri, 12 Jan 2018 13:44:09 GMT]]></title><description><![CDATA[<p dir="auto">Hi Dimi,<br />
Can you make this one available for download too please?</p>
]]></description><link>https://community.m5stack.com/post/176</link><guid isPermaLink="true">https://community.m5stack.com/post/176</guid><dc:creator><![CDATA[JJ]]></dc:creator><pubDate>Fri, 12 Jan 2018 13:44:09 GMT</pubDate></item></channel></rss>