<?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[My Wi-Fi requires both username and password.]]></title><description><![CDATA[<p dir="auto">Hello!</p>
<p dir="auto">I got an M5 Grey and I can connect properly to Wi-Fi stations that only require a password (following the code examples included in Arduino). However, at home, I have a router that possibly uses a different protocol, but it asks me for both a username and a password.</p>
<p dir="auto">Anyone know how this may be accomplished?</p>
]]></description><link>https://community.m5stack.com/topic/1191/my-wi-fi-requires-both-username-and-password</link><generator>RSS for Node</generator><lastBuildDate>Sat, 14 Mar 2026 16:20:22 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/1191.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Aug 2019 23:34:58 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to My Wi-Fi requires both username and password. on Fri, 01 Nov 2019 17:31:01 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/1734">@al-mo</a> you can specify the user name and password in the code. I cant remember how its down as I dont use Arduino (i just remember seing a demo) <a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/700">@lukasmaximus</a> may know when he make it back on line.</p>
]]></description><link>https://community.m5stack.com/post/6244</link><guid isPermaLink="true">https://community.m5stack.com/post/6244</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Fri, 01 Nov 2019 17:31:01 GMT</pubDate></item><item><title><![CDATA[Reply to My Wi-Fi requires both username and password. on Fri, 01 Nov 2019 17:10:58 GMT]]></title><description><![CDATA[<p dir="auto">It depends on the protocol, as you said. Check in your router what kind of authentication your WiFi uses, and adapt the WiFi connection to that.</p>
<p dir="auto">If your home network, for some weird reason, uses WPA2 Enterprise, the ESP32 WiFiClientSecure module should be the one you go for: <a href="https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFiClientSecure/examples/WiFiClientSecureEnterprise/WiFiClientSecureEnterprise.ino" target="_blank" rel="noopener noreferrer nofollow ugc">https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFiClientSecure/examples/WiFiClientSecureEnterprise/WiFiClientSecureEnterprise.ino</a></p>
]]></description><link>https://community.m5stack.com/post/6242</link><guid isPermaLink="true">https://community.m5stack.com/post/6242</guid><dc:creator><![CDATA[fonix232]]></dc:creator><pubDate>Fri, 01 Nov 2019 17:10:58 GMT</pubDate></item></channel></rss>