-->
Page 1 of 2

Serial message in a loop

PostPosted: Thu Mar 19, 2015 3:00 pm
by Linorel
Hi, I have a problem with my esp8266.
I have flashed it to v0.9.5.2.
It is connect to a USB-Serial converter with 3,3V (TX and RX have also 3,3V)

wiring:
USB to Serial => ESP8266
GND => GND
UTXD => URXD
URXD => UTXD
3,3V+ => Vcc
3,3V+ => CH_PD

Connected on COM6 / 115200Baud

When I start the connection I always get the same message in a loop. Commands like AT show only sometimes a "OK".
What can I do?

....And sorry for my bad english ;)

Re: Serial message in a loop

PostPosted: Fri Mar 20, 2015 7:24 pm
by h4u
After v0.9.5.2. set to 9600 baud rate

Re: Serial message in a loop

PostPosted: Mon Mar 23, 2015 12:07 pm
by Linorel
No, it runs with 115200 Baud.
I send AT+CIOBAUD=9600 to change it.

I have a connection:
AT+GMR
AT version:0.21.0.0
SDK version:0.9.5

OK

AT

OK

AT+RST

OK

AT+CWMODE?
+CWMODE:1

OK

AT+CWLAP

ERROR

AT+CWJAP?
No AP

OK

AT+CIPSTATUS
STATUS:4

OK

But there is still the loop. Now with
--------------------------------------------------------------
‚n†û!‹ƒ8â_CE‚C4ž‚"*’¦ÆA_ÑŠÒÍe –J[àEî‘O‘@
Ai-Thinker Technology Co. Ltd.

ready
ü!  ¤ž1ä)
ôʇæÇ!œ#ΗöÔßÄ×!¾ù@
Ai-Thinker Technology Co. Ltd.

ready
ü!  ¤ž1ä)
ôʇæÇ!œ#ΗöÔßÄ×!¾ù@
Ai-Thinker Technology Co. Ltd.

ready
ü!  ¤ž1ä)
ôʇæÇ!œ#ΗöÔßÄ×!¾ù@
Ai-Thinker Technology Co. Ltd.

ready
ü!  ¤ž1ä)
ôʇæÇ!œ#ΗöÔßÄ×!¾ù@
Ai-Thinker Technology Co. Ltd.

ready
ü!  ¤ž1ä)
ôʇæÇ!œ#ΗöÔßÄ×!¾ù@
Ai-Thinker Technology Co. Ltd.

ready
--------------------------------------------------------------

And I get no access to my WLAN.
I get on AT+CWLAP and AT+CWJAP=“<SSID>“,“<Password>“ an error.
:cry:

Re: Serial message in a loop

PostPosted: Mon Mar 23, 2015 12:15 pm
by HolgerW
3.3V strong enough ? ESP need up to 300mA. Looks like a reset always.
Holger