<?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[ESP8266 (ESP-201) endless reboot]]></title><description><![CDATA[<p dir="auto">I have followed the guide <a href="http://www.mysensors.org/build/esp8266_gateway" rel="nofollow ugc">Building a WiFi Gateway using ESP8266</a> guide and uploaded the modified sketch (libraries/MySensors/examples/Esp8266Gateway/Esp8266Gateway.ino) to my ESP-201.</p>
<p dir="auto">I have connected the NRF24L01+ to the ESP-201 according to the instructions in the ESP8266Gateway example sketch:</p>
<pre><code> * The ESP8266 however requires different wiring:
 * nRF24L01+  ESP8266 COLOR
 * VCC        VCC     RED
 * CE         GPIO4   ORANGE  
 * CSN/CS     GPIO15  YELLOW
 * SCK        GPIO14  GREEN
 * MISO       GPIO12  PURPLE
 * MOSI       GPIO13  BLUE
 * GND        GND     BLACK
</code></pre>
<p dir="auto">except that GPIO15 on the ESP8266 is still connected to ground. Otherwise the ESP won't boot.</p>
<p dir="auto">The ESP joins my WPA2 access pont and requests an IP address. dhcpd says:</p>
<pre><code>dhcpd: DHCPDISCOVER from 18:fe:34:fc:ee:5f (ESP_FCEE5F) via wlan0
</code></pre>
<p dir="auto">So far go good. The bad thing is that the ESP reboots continuously, which I can see in the log files of my access point. It joins the access point and requests an IP approximately once every 7 seconds.</p>
<p dir="auto">I have tested to power the ESP from the 3.3V output of my FTDI adapter and from a 5V/2.4A USB charger to 3.3V through <a href="http://www.ebay.com/itm/181767972531" rel="nofollow ugc">this</a> step-down. In both cases I used a 330uF capacitor to assist the power.</p>
<p dir="auto">Any ideas on what I should do next?</p>
]]></description><link>https://forum.mysensors.org/topic/2308/esp8266-esp-201-endless-reboot</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 20:53:55 GMT</lastBuildDate><atom:link href="https://forum.mysensors.org/topic/2308.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 02 Nov 2015 21:48:50 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to ESP8266 (ESP-201) endless reboot on Sun, 15 Nov 2015 07:56:56 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/mfalkvidd" aria-label="Profile: mfalkvidd">@<bdi>mfalkvidd</bdi></a> said:</p>
<blockquote>
<p dir="auto">MB102</p>
</blockquote>
<p dir="auto">Again, make sure to power it from a decent power supply. It hardly has any buffering/filtering onboard.<br />
I use these boards regularly for prototyping but any noise/spikes/dips present on the input will directly be reflected on the output.</p>
]]></description><link>https://forum.mysensors.org/post/24565</link><guid isPermaLink="true">https://forum.mysensors.org/post/24565</guid><dc:creator><![CDATA[Yveaux]]></dc:creator><pubDate>Sun, 15 Nov 2015 07:56:56 GMT</pubDate></item><item><title><![CDATA[Reply to ESP8266 (ESP-201) endless reboot on Sat, 14 Nov 2015 19:48:21 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/twisted" aria-label="Profile: twisted">@<bdi>twisted</bdi></a>, I'll try that.</p>
<p dir="auto">As for the power supply, I decided to order a few <a href="http://www.ebay.com/itm/201393539940" rel="nofollow ugc">MB102</a> recommended in this great <a href="http://neilkolban.com/tech/esp8266/" rel="nofollow ugc">ESP8266 book</a> recommended by <a class="plugin-mentions-user plugin-mentions-a" href="/user/ericvdb" aria-label="Profile: ericvdb">@<bdi>ericvdb</bdi></a> in <a href="http://forum.mysensors.org/topic/1577/esp8266-as-gateway/5" rel="nofollow ugc">this thread</a>.</p>
]]></description><link>https://forum.mysensors.org/post/24548</link><guid isPermaLink="true">https://forum.mysensors.org/post/24548</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Sat, 14 Nov 2015 19:48:21 GMT</pubDate></item><item><title><![CDATA[Reply to ESP8266 (ESP-201) endless reboot on Thu, 05 Nov 2015 00:14:45 GMT]]></title><description><![CDATA[<p dir="auto">I had a very similar issue, and managed to resolve it by following the quoted process found in the below link (please note I have a ESP8266-12E &amp; it worked for me but do not guarantee it is the solution for all).:</p>
<p dir="auto"><a href="https://github.com/esp8266/Arduino/issues/95#issuecomment-96399149" rel="nofollow ugc">https://github.com/esp8266/Arduino/issues/95#issuecomment-96399149</a></p>
<p dir="auto">*** ROOT ISSUE - ESPTool.exe is NOT correctly erasing flash, allows module to get "borked" and is then "unborkable".<br />
Above wall of text can be summarized as "sometimes on windows modules get to a state where uploads stop working", and many people suggest many different hardware-related fixes. They didn't work for me, and simply grabbing the <a href="http://esptool.py" rel="nofollow ugc">esptool.py</a> script and running:<br />
F:\Users\timm\Documents\Arduino\PythonESPTool&gt;python <a href="http://esptool.py" rel="nofollow ugc">esptool.py</a> --port COM5 --baud 76800 erase_flash<br />
put the module back into an uploadable state.<br />
Manually asking esptool.exe to erase the module did not work.... so esptool.exe as packaged here has a bug wrt erasing that <a href="http://esptool.py" rel="nofollow ugc">esptool.py</a> doesn't.</p>
<p dir="auto">So - for all other frustrated windows users, if you bork your module and it stops working, do the following until this bug is fixed:</p>
<p dir="auto">install Python2.7 (google for instructions)<br />
download <a href="http://esptool.py" rel="nofollow ugc">esptool.py</a> from this git distro into a local directory (hope this link keeps working - <a href="https://github.com/themadinventor/esptool" rel="nofollow ugc">https://github.com/themadinventor/esptool</a>, I could not find in this GIT repo)<br />
open a command window in the same directory and run "python <a href="http://esptool.py" rel="nofollow ugc">esptool.py</a> --port COM5 --baud 76800 erase_flash"<br />
use your IDE to download your prev sketch, should now work again.<br />
I'm going to try to diddle the platform.txt file to use this instead of the esptool.exe, if it is easy I'll report back.<br />
This may be hard to reproduce, if I find a sketch that consistently breaks esptool.exe I will share, but please comment IF this approach helps you out of a "stuck" module so the smart guys (Ivan, looking at you) can prioritize and look into whether it's worth fixing/replacing esptool.exe.</p>
]]></description><link>https://forum.mysensors.org/post/23918</link><guid isPermaLink="true">https://forum.mysensors.org/post/23918</guid><dc:creator><![CDATA[twisted]]></dc:creator><pubDate>Thu, 05 Nov 2015 00:14:45 GMT</pubDate></item><item><title><![CDATA[Reply to ESP8266 (ESP-201) endless reboot on Wed, 04 Nov 2015 20:15:38 GMT]]></title><description><![CDATA[<p dir="auto"><a href="http://internetofhomethings.com/homethings/?p=396" rel="nofollow ugc">http://internetofhomethings.com/homethings/?p=396</a> suggests at least 500mA for power, 470uF on the breadboard and 0.1uF very close to the ESP8266 chip itself. So insufficient power is likely to be the culprit.</p>
]]></description><link>https://forum.mysensors.org/post/23912</link><guid isPermaLink="true">https://forum.mysensors.org/post/23912</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Wed, 04 Nov 2015 20:15:38 GMT</pubDate></item><item><title><![CDATA[Reply to ESP8266 (ESP-201) endless reboot on Wed, 04 Nov 2015 14:03:36 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="/user/yveaux" aria-label="Profile: Yveaux">@<bdi>Yveaux</bdi></a><br />
I don't have a strong source of 3.3V but a li-ion battery might be ok? The 3.7-4V voltage would be a bit too high though.<br />
Any suggestions on a good (and affordable) power source capable of delivering 1 amp at 3.3V? A bench power supply might be a good investment for future projects I guess.</p>
]]></description><link>https://forum.mysensors.org/post/23901</link><guid isPermaLink="true">https://forum.mysensors.org/post/23901</guid><dc:creator><![CDATA[mfalkvidd]]></dc:creator><pubDate>Wed, 04 Nov 2015 14:03:36 GMT</pubDate></item><item><title><![CDATA[Reply to ESP8266 (ESP-201) endless reboot on Wed, 04 Nov 2015 13:56:05 GMT]]></title><description><![CDATA[<p dir="auto">The Esp draws a significant amount of current. Could very well be that both your attempts to power it are insufficient and cause a power drop, causing the reset.<br />
Try powering it from a more beefy (say 1amp) power supply.</p>
]]></description><link>https://forum.mysensors.org/post/23900</link><guid isPermaLink="true">https://forum.mysensors.org/post/23900</guid><dc:creator><![CDATA[Yveaux]]></dc:creator><pubDate>Wed, 04 Nov 2015 13:56:05 GMT</pubDate></item><item><title><![CDATA[Reply to ESP8266 (ESP-201) endless reboot on Mon, 02 Nov 2015 22:32:49 GMT]]></title><description><![CDATA[<p dir="auto">Haven't tried the ESP201 myself. But I see no reason why it shouldn't work. Seems to have the necessary pins broken out.</p>
]]></description><link>https://forum.mysensors.org/post/23841</link><guid isPermaLink="true">https://forum.mysensors.org/post/23841</guid><dc:creator><![CDATA[hek]]></dc:creator><pubDate>Mon, 02 Nov 2015 22:32:49 GMT</pubDate></item></channel></rss>