-->
Page 1 of 2

Auto Restart problem

PostPosted: Sun Mar 20, 2016 8:54 am
by Nora Mhd
i'm using 2 ESP8266-01 flashed with Node MCU as client and server , but every time they send or receive they auto restart , why is that happens ?

Re: Auto Restart problem

PostPosted: Sun Mar 20, 2016 9:18 am
by Anttiduino
You may have problems with quantity and/or quality of Vcc.

Check out this page: http://internetofhomethings.com/homething

I myself have some esp8266 chips that won't even boot up without adding capacitors.

Re: Auto Restart problem

PostPosted: Sun Mar 20, 2016 9:54 am
by Nora Mhd
Anttiduino wrote:You may have problems with quantity and/or quality of Vcc.

Check out this page: http://internetofhomethings.com/homething

I myself have some esp8266 chips that won't even boot up without adding capacitors.

thanks , i didn't pay attention to the VCC , could this also cause my second problem which is the strange marks on the serial monitor of the arduino IDE when i use the software serial ??

Re: Auto Restart problem

PostPosted: Sun Mar 20, 2016 11:00 am
by Anttiduino
thanks , i didn't pay attention to the VCC , could this also cause my second problem which is the strange marks on the serial monitor of the arduino IDE when i use the software serial ??


I have noticed that software serial can not reach 115200 bauds and creates strange looking text. 9600 bauds works always, but the other speeds you just have to test.

On the other hand it is normal that you get meaningless text to serial monitor when an ESP8266 chip reboots. I don't know why this happens but every chip seems to create this "garbage" . You just have pass this and wait for actual data.