AT+CIPSEND length problem

lukasz_micromex
Posts: 2
Joined: Mon Feb 08, 2016 3:00 pm

AT+CIPSEND length problem

Postby lukasz_micromex » Tue Feb 09, 2016 3:42 pm

Hi,

I have a problem with sending data using AT+CIPSEND command. My esp works as server (kind of web server) and when I get data, I want to send response 30 - 100 kilo bytes of data. When length of data is 256 it works well but SEND OK answer comes after 220ms. It is too long to me, sending 100kb takes to long. If I want to send 1024 or 2048 length of data I never gets SEND OK so I am waiting 10s, 15s, 30s then if I try send something more I always get busy. Is there any solution to send more data in shortest time?

ESP_Faye
Posts: 1646
Joined: Mon Oct 27, 2014 11:08 am

Re: AT+CIPSEND length problem

Postby ESP_Faye » Tue Feb 16, 2016 8:58 pm

Hi,

How about UART-WiFi pass through mode, transparent transmission ?
It do not have send OK message, can transmit faster.

lukasz_micromex
Posts: 2
Joined: Mon Feb 08, 2016 3:00 pm

Re: AT+CIPSEND length problem

Postby lukasz_micromex » Tue Feb 16, 2016 9:11 pm

Can you give me an example how to send data in pass through mode, transparent transmission when ESP works as server and multiconnection mode? How about sending 2048 bytes and no response from ESP?

ESP_Faye
Posts: 1646
Joined: Mon Oct 27, 2014 11:08 am

Re: AT+CIPSEND length problem

Postby ESP_Faye » Wed Mar 02, 2016 7:56 pm

Hi,

AT firmware does not support UART-WiFi passthrough in TCP server mode by default.
But here is an example of UART-WiFi passthrough in TCP server mode you can refer to http://bbs.espressif.com/viewtopic.php?f=31&t=1393.
Thanks for your interest in ESP8266 !

Who is online

Users browsing this forum: No registered users and 189 guests