0

I am trying some AT commands with ESP8266 but it resets continously when it stop resetting, i can't get any response from ESP8266.

Example :

AT
OK
AT+CWMODE=1
OK
AT+CIPMODE=0
OK
AT+CIPMUX=1
OK
AT+CWJAP="..",".."
 ets Jan 8 2013,rst cause:4, boot mode:(3,1)
wdt reset
load 0x40100000, len 612, room 16 
tail 4
chksum 0x12
load 0x3ffe8000, len 788, room 4 
tail 0
chksum 0x50
load 0x3ffe8314, len 264, room 8 
tail 0
chksum 0x4a
csum 0x4a
2nd boot version : 1.1
 SPI Speed : 40MHz
 SPI Mode : QIO
 SPI Flash Size : 4Mbit
jump to run user1
sd
ready
 ets Jan 8 2013,rst cause:4, boot mode:(3,1)
wdt reset
load 0x40100000, len 612, room 16 
tail 4
chksum 0x12
load 0x3ffe8000, len 788, room 4 
tail 0
chksum 0x50
load 0x3ffe8314, len 264, room 8 
tail 0
chksum 0x4a
csum 0x4a
2nd boot version : 1.1
 SPI Speed : 40MHz
 SPI Mode : QIO
 SPI Flash Size : 4Mbit
jump to run user1
sd
ready

I have upgraded my firmware and I tried GPIO0 and GPIO2 are active but it still does not response fine. It worked yesterday but today it is working like crazy..

Majenko
106k5 gold badges81 silver badges139 bronze badges
asked May 9, 2016 at 12:34
10
  • What power source are you using? Commented May 9, 2016 at 13:23
  • Arduino's power source Commented May 9, 2016 at 13:43
  • Which Arduino? (if it's not a genuine Arduino please provide a link not just the model). Commented May 9, 2016 at 13:46
  • It is arduino uno aliexpress clone Commented May 9, 2016 at 13:59
  • Where is the link? Commented May 9, 2016 at 14:02

2 Answers 2

1

Arduino can not provide enough current for ESP8266 operations. Use external 3.3V power supply, I would recommend 500ma. Also don't forget to put a small cap between vcc and ground. 100uf should do it.

answered May 9, 2016 at 14:09
2
  • Okay i will try but why sometimes esp8266 works fine, sometimes doesnt work i cant understand it. Can it be broken too ? Commented May 9, 2016 at 14:14
  • not likely, in extreme cases yes but its more probable that its current issue . If you can issue AT commands, the module itself is fine. Acording to ESP8266 power consumption chart, in transmit mode it takes +100ma, Arduino 3.3v pin can output about 50ma. So, everything is fine until you try to connect or turn on the wifi radio. At that time there is not enough current for ESP to properly function and it resets. Once reset it once again uses less current and could reboot and present itself as nothing happened. That could be whats misleading you. Commented May 10, 2016 at 7:39
0

I had the same problem. My esp8266 is powered by FTDI USB to serial module. Since this module can provide a limited amount of current to 3.3V. I use to get frequent reset.

I resolved it by adding a 1000ufd electrolyte capacitor near the power connection of the esp8266 module. And issue resolved like never been there.

I am sure that can also be done by a smaller capacitor. Try with 470 or 220ufd.

enjoy

Rauf

answered Jul 5, 2016 at 22:27

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.