Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Nora Mhd
#43621 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 ?
User avatar
By Nora Mhd
#43629
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 ??
User avatar
By Anttiduino
#43635
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.