<?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[Atom Lite not connecting as local Access Point on WiFi]]></title><description><![CDATA[<h1>Just received my Atom Lite today and starting to learn programming.  I copied the example WiFiAccessPoint sketch into my Aduino IDE v1.8.19, inserted my own SSID and password, and uploaded to the Atom.  The results I got from the serial monitor:</h1>
<p dir="auto">rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)<br />
configsip: 188777542, SPIWP:0xee<br />
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00<br />
mode:DIO, clock div:1<br />
load:0x3fff0030,len:1184<br />
load:0x40078000,len:12812<br />
load:0x40080400,len:3032<br />
entry 0x400805e4<br />
M5Atom initializing...OK</p>
<h1>WIFI ACCESS POINT<br />
Please connect:xxxxxxxx   //this was my correct SSID<br />
Then access to:192.168.4.1    //I have no idea where this IPAdd came from - I didn't enter it</h1>
<p dir="auto">And here it sits.  I haven't a clue what to do next - I tried entering the SSID &amp;/or password in the "send" box on the serial monitor, but nothing seemed to happen.  My home network does NOT use the same IP format - my local devices are all <a href="http://10.0.0.xxx" target="_blank" rel="noopener noreferrer nofollow ugc">10.0.0.xxx</a>.</p>
<p dir="auto">I apologize if I seem clueless - I really am!  Any suggestions would be greatly appreciated!</p>
]]></description><link>https://community.m5stack.com/topic/4570/atom-lite-not-connecting-as-local-access-point-on-wifi</link><generator>RSS for Node</generator><lastBuildDate>Mon, 09 Mar 2026 09:51:09 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4570.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 30 Aug 2022 04:00:20 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Atom Lite not connecting as local Access Point on WiFi on Tue, 30 Aug 2022 14:33:25 GMT]]></title><description><![CDATA[<p dir="auto"><a class="mention plugin-mentions-user plugin-mentions-a" href="https://community.m5stack.com/uid/22587">@holofloh</a> Ahh, thank you!  I think I understand a little better now.  I think I misunderstood exactly what an access point was supposed to do.  I'll try your suggestions and let you know how it works.<br />
Thanks again!</p>
]]></description><link>https://community.m5stack.com/post/18502</link><guid isPermaLink="true">https://community.m5stack.com/post/18502</guid><dc:creator><![CDATA[SteveE70]]></dc:creator><pubDate>Tue, 30 Aug 2022 14:33:25 GMT</pubDate></item><item><title><![CDATA[Reply to Atom Lite not connecting as local Access Point on WiFi on Tue, 30 Aug 2022 05:11:24 GMT]]></title><description><![CDATA[<p dir="auto">If you compile the example WiFi<strong>AccessPoint</strong> then it means the Atom turns into a WiFiAccessPoint. If you entering the same SSID and PW as your home Wifi then it means you are creating an additional access point on the Atom with the same name as the existing one. This may be confusing. The IP Address of 192.168.4.1 is the local address of the Atom now. Change the SSID on the Atom to something else to avoid the confusing.<br />
To connect your Atom to the existing wifi you need a <strong>WifiClient</strong> sketch or any firmware like UIFlow that has one included. After connection to your home Wifi the Atom gets an IP Adress from your home DHCP Server which is running on the Wifi Router in most cases. This should be one in the <a href="http://10.0.0.xxx" target="_blank" rel="noopener noreferrer nofollow ugc">10.0.0.xxx</a> range if this is your home network.</p>
]]></description><link>https://community.m5stack.com/post/18496</link><guid isPermaLink="true">https://community.m5stack.com/post/18496</guid><dc:creator><![CDATA[holofloh]]></dc:creator><pubDate>Tue, 30 Aug 2022 05:11:24 GMT</pubDate></item></channel></rss>