-->
Page 1 of 1

ESP8266-01 - Problem to manage two-way communication

PostPosted: Wed Feb 03, 2016 2:16 am
by Kobi
Hello,

I'm programming a MCU in C and through it I am sending and commanding my ESP8266-01.
My goal is to configure the ESP8266-01 as a router and to establish a dual communication between the MCU and an outsider client. I'm sending successfully, every frame, a long string (800 bytes) from the MCU by AT+CIPSENDBUF command through the ESP to an outsider client but my problem is that I can't receive from the outsider client the message he send me into the MCU (it fails in the way, guess in the ESP). I encountered a different fails, for example :
Image

Note : what you see in the picture is the rx communication between the MCU and the ESP. guess that while ESP sends the 800 bytes (to the client) he can't deal with incoming messages from the client (busy s... problem).

How can I solve this problem ?

Re: ESP8266-01 - Problem to manage two-way communication

PostPosted: Thu Feb 04, 2016 2:35 am
by Kobi
?