Constant reboot after flashing with Espruino #5250
Replies: 1 comment
-
Posted at 2015-12-22 by tve http://forum.espruino.com/comments/12687629/ Posted at 2015-12-23 by user59750 Same thing. Posted at 2015-12-23 by JumJum I've a NodeMCU and its running with its own power supply. Posted at 2015-12-23 by tve Also.... do you have the command line you used to flash it? Posted at 2015-12-24 by tve Ah, I've encountered what may be the same situation. Turns out there's a bug in the Espressif SDK that Espruino hits sometimes when restoring wifi settings. I think I have a work-around :-). Update: new build available, please see http://forum.espruino.com/comments/12694621/ Posted at 2015-12-24 by Ollie Just on the power thing, I've been running from USB via a USART adapter with a 100uF capacitor soldered between the VCC and GND (ESP8266-01) and have no issues - even when running a DS18B20 and 433Mhz radio from the same adapter. Nice big capacitor seems to be key - and I've read mounting as close to the ESP8266 as possible, is also a good idea Posted at 2015-12-25 by user59750 Looks like sometimes it works and stays up, sometimes it doesn't. It must be some hardware problem, probably the power, but I don't have a way to power it besides the USB for now. Thanks everyone for the help. Posted at 2015-12-25 by tve Did you try the new build? Posted at 2015-12-26 by user59750 Yes, same behaviour, so it must not be related to the build. Posted at 2016-01-09 by user61411 I struggled with this for quite a while. You will need a separate power 3.3V power supply. The usb is not sufficient nor stable enough to power the ESP8266 while in operation. I would suggest you also use a 100uF capacitor or greater close to the power pins of the chip. One other problem I encountered was not setting both the CH_PD and RST pins to high via a pull up resistor. It would not operate properly for me otherwise. Goodluck |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2015-12-21 by user59750
Hello,
I got a NodeMCU 1.0 that seems to work fine with both the AT and NodeMCU firmware when connected to my PC, but after I flash it with Espruino, most of the times it goes into an infinite cicle of reboots.
This is what I get, over and over again:
I flashed it with
Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions