<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Creating NodeMCU WiFi Access Point	</title>
	<atom:link href="https://www.teachmemicro.com/nodemcu-wifi-access-point/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.teachmemicro.com/nodemcu-wifi-access-point/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=nodemcu-wifi-access-point</link>
	<description>Microcontroller Tutorials and Resources</description>
	<lastBuildDate>Sun, 15 Oct 2023 21:51:53 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=7.0</generator>
	<item>
		<title>
		By: william mccarthy		</title>
		<link>https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-94055</link>

		<dc:creator><![CDATA[william mccarthy]]></dc:creator>
		<pubDate>Mon, 26 Oct 2020 14:58:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.teachmemicro.com/?p=1352#comment-94055</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-92111&quot;&gt;Till&lt;/a&gt;.

just the ticket, many thanks]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-92111">Till</a>.</p>
<p>just the ticket, many thanks</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Till		</title>
		<link>https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-92111</link>

		<dc:creator><![CDATA[Till]]></dc:creator>
		<pubDate>Thu, 13 Aug 2020 14:32:27 +0000</pubDate>
		<guid isPermaLink="false">https://www.teachmemicro.com/?p=1352#comment-92111</guid>

					<description><![CDATA[If someone has problems with the code, try to replace the line where you wait for a connection
##########################
while (WiFi.status() != WL_CONNECTED) {
##########################

with this line

##########################
while (WiFi.localIP().toString() == &quot;0.0.0.0&quot;) {
##########################

worked perfect for me]]></description>
			<content:encoded><![CDATA[<p>If someone has problems with the code, try to replace the line where you wait for a connection<br />
##########################<br />
while (WiFi.status() != WL_CONNECTED) {<br />
##########################</p>
<p>with this line</p>
<p>##########################<br />
while (WiFi.localIP().toString() == "0.0.0.0") {<br />
##########################</p>
<p>worked perfect for me</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roland Pelayo		</title>
		<link>https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-52141</link>

		<dc:creator><![CDATA[Roland Pelayo]]></dc:creator>
		<pubDate>Thu, 12 Dec 2019 07:08:43 +0000</pubDate>
		<guid isPermaLink="false">https://www.teachmemicro.com/?p=1352#comment-52141</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-52100&quot;&gt;Jon&lt;/a&gt;.

Hi,

The NodeMCU acts like an access point but it can&#039;t route the internet for you.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-52100">Jon</a>.</p>
<p>Hi,</p>
<p>The NodeMCU acts like an access point but it can't route the internet for you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jon		</title>
		<link>https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-52100</link>

		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Mon, 09 Dec 2019 16:18:08 +0000</pubDate>
		<guid isPermaLink="false">https://www.teachmemicro.com/?p=1352#comment-52100</guid>

					<description><![CDATA[Forget about that now that I connect it just says &quot;No internet, secured&quot; like I&#039;m connected but not getting anything. Any ideas?]]></description>
			<content:encoded><![CDATA[<p>Forget about that now that I connect it just says "No internet, secured" like I'm connected but not getting anything. Any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jon		</title>
		<link>https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-52098</link>

		<dc:creator><![CDATA[Jon]]></dc:creator>
		<pubDate>Mon, 09 Dec 2019 16:02:46 +0000</pubDate>
		<guid isPermaLink="false">https://www.teachmemicro.com/?p=1352#comment-52098</guid>

					<description><![CDATA[The ssid is showing up but when I put in the password it just said &quot;cannot connect to this network&quot; Any ideas?]]></description>
			<content:encoded><![CDATA[<p>The ssid is showing up but when I put in the password it just said "cannot connect to this network" Any ideas?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gergely		</title>
		<link>https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-16292</link>

		<dc:creator><![CDATA[Gergely]]></dc:creator>
		<pubDate>Tue, 20 Nov 2018 23:06:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.teachmemicro.com/?p=1352#comment-16292</guid>

					<description><![CDATA[Great tutorial again! One mistake I made when tried the code is that the SSID was not changed from default if password is shorter then 8 characters.]]></description>
			<content:encoded><![CDATA[<p>Great tutorial again! One mistake I made when tried the code is that the SSID was not changed from default if password is shorter then 8 characters.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: PJ Allen		</title>
		<link>https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-7884</link>

		<dc:creator><![CDATA[PJ Allen]]></dc:creator>
		<pubDate>Tue, 04 Sep 2018 15:16:55 +0000</pubDate>
		<guid isPermaLink="false">https://www.teachmemicro.com/?p=1352#comment-7884</guid>

					<description><![CDATA[Is it just me or am I supposed to re-upload the webserver sketch every time I make change the AP sketch?
It looks to me as though I do.
I haven&#039;t been able to change the password and just upload the AP. If I make changes to the AP it gets stuck making periods [. . .], but if I 
1) upload the webserver sketch and then 
2) upload the modified AP sketch then 
3) everything goes along per plan.]]></description>
			<content:encoded><![CDATA[<p>Is it just me or am I supposed to re-upload the webserver sketch every time I make change the AP sketch?<br />
It looks to me as though I do.<br />
I haven't been able to change the password and just upload the AP. If I make changes to the AP it gets stuck making periods [. . .], but if I<br />
1) upload the webserver sketch and then<br />
2) upload the modified AP sketch then<br />
3) everything goes along per plan.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Yorgos		</title>
		<link>https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-1573</link>

		<dc:creator><![CDATA[Yorgos]]></dc:creator>
		<pubDate>Sun, 01 Jul 2018 11:55:34 +0000</pubDate>
		<guid isPermaLink="false">https://www.teachmemicro.com/?p=1352#comment-1573</guid>

					<description><![CDATA[Great tutorial man! Thanks! It&#039;s working perfectly. I just had to set up my baudrate, so the serial monitor appears correctly.

Keep up the good work!]]></description>
			<content:encoded><![CDATA[<p>Great tutorial man! Thanks! It's working perfectly. I just had to set up my baudrate, so the serial monitor appears correctly.</p>
<p>Keep up the good work!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris		</title>
		<link>https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-1336</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Wed, 13 Jun 2018 17:32:35 +0000</pubDate>
		<guid isPermaLink="false">https://www.teachmemicro.com/?p=1352#comment-1336</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-1335&quot;&gt;Chris&lt;/a&gt;.

Forget what i said. i used the wrong Baudrate]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-1335">Chris</a>.</p>
<p>Forget what i said. i used the wrong Baudrate</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Chris		</title>
		<link>https://www.teachmemicro.com/nodemcu-wifi-access-point/#comment-1335</link>

		<dc:creator><![CDATA[Chris]]></dc:creator>
		<pubDate>Wed, 13 Jun 2018 17:18:28 +0000</pubDate>
		<guid isPermaLink="false">https://www.teachmemicro.com/?p=1352#comment-1335</guid>

					<description><![CDATA[I used the same code as you, but my serial monitor just gave me some questionmarks and nothing else.]]></description>
			<content:encoded><![CDATA[<p>I used the same code as you, but my serial monitor just gave me some questionmarks and nothing else.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: www.teachmemicro.com @ 2026-06-23 06:44:20 by W3 Total Cache
-->