ESP8266 Developer Zone The Official ESP8266 Forum 2019-05-30T22:43:25+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=25787 2019-05-30T22:43:25+08:00 2019-05-30T22:43:25+08:00 https://bbs.espressif.com:443/viewtopic.php?t=25787&p=41988#p41988 <![CDATA[Re: How increase data transmission speed to server using AT+CIPSEND command?]]> If we are not add delay then some packets loss and send all data to server. In our hardware not added RTS and CTS pin so uart flow control is disabled.
Is this problem with that uart flow control disabled.

It would be wonder if you provide me sample example program snippet using UART-Wi-Fi through.

Thanks..

Statistics: Posted by vishal.borle — Thu May 30, 2019 10:43 pm


]]>
2019-05-30T17:56:05+08:00 2019-05-30T17:56:05+08:00 https://bbs.espressif.com:443/viewtopic.php?t=25787&p=41958#p41958 <![CDATA[Re: How increase data transmission speed to server using AT+CIPSEND command?]]> I never add any delay when using the UART-WiFi passthrough mode, just send the data..

Statistics: Posted by Her Mary — Thu May 30, 2019 5:56 pm


]]>
2019-05-10T17:08:11+08:00 2019-05-10T17:08:11+08:00 https://bbs.espressif.com:443/viewtopic.php?t=25787&p=40808#p40808 <![CDATA[Re: How increase data transmission speed to server using AT+CIPSEND command?]]> As you said in UART-WiFi pass-through mode data packet is not loss but this mode is only working if you add delay between sending packet. As our tested result how much delay want to hard-coded in program, In datasheet specified 35ms delay. But this delay not work for us.

When we set 100ms it work but it depend on internet speed, If WiFi module is connected with 2G network speed this set delay not work means not send data to server it stuck and nothing any response from server as well as not from WiFi module.

We will test again with added UART flow control @420000 baudrate, But can you tell me
1. what is the purpose of add delay between sending packets to server.
2. Is this delay is depended on network speed?

Thanks you for ur supporting..!!

Statistics: Posted by vishal.borle — Fri May 10, 2019 5:08 pm


]]>
2019-05-10T15:48:14+08:00 2019-05-10T15:48:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=25787&p=40805#p40805 <![CDATA[Re: How increase data transmission speed to server using AT+CIPSEND command?]]> Mine is about 320kpbs @baud rate 420000.

Statistics: Posted by Her Mary — Fri May 10, 2019 3:48 pm


]]>
2019-05-10T15:14:50+08:00 2019-05-10T15:14:50+08:00 https://bbs.espressif.com:443/viewtopic.php?t=25787&p=40804#p40804 <![CDATA[Re: How increase data transmission speed to server using AT+CIPSEND command?]]>
Looking forward for your reply. We have tested the transmission speed using transparent mode this and work as expected. But in this mode will chance to loss packet if internet speed is slow.
So we want to use normal mode with get ack on each packet sending. Will some one please help me for that to increase data transmitting speed to server using AT command.

For my question it almost consumed near about 1 year but still not get answer OR suggest solution form any one.

For you is this my question is very strange and also some one not able to give me any suggestion or solution. Please at lease for this question give me your answer so we can change our WiFi module into different vendor.

Because this is need to do before go for production manufacturing.

Looking forward your response asap very important for us...!!!

Statistics: Posted by vishal.borle — Fri May 10, 2019 3:14 pm


]]>
2019-03-18T22:23:29+08:00 2019-03-18T22:23:29+08:00 https://bbs.espressif.com:443/viewtopic.php?t=25787&p=38782#p38782 <![CDATA[Re: How increase data transmission speed to server using AT+CIPSEND command?]]>
We are still finding the solution for this problem, and until not get any help form here as well as from other espressif forum also.
I am waiting more for the answer of my question but still not able to give me solution ans well as suggestion for what should i do now?

Can anyone tell what is the maximum speed of ESP12E data transfer to server using AT command.
Is this module that i am using not able to transmit data fast, Should i need to change this module?

Statistics: Posted by vishal.borle — Mon Mar 18, 2019 10:23 pm


]]>
2019-03-06T14:11:09+08:00 2019-03-06T14:11:09+08:00 https://bbs.espressif.com:443/viewtopic.php?t=25787&p=38381#p38381 <![CDATA[Re: How increase data transmission speed to server using AT+CIPSEND command?]]> Statistics: Posted by Her Mary — Wed Mar 06, 2019 2:11 pm


]]>
2019-03-05T15:21:45+08:00 2019-03-05T15:21:45+08:00 https://bbs.espressif.com:443/viewtopic.php?t=25787&p=38337#p38337 <![CDATA[Re: How increase data transmission speed to server using AT+CIPSEND command?]]> Please suggest any other method or solution.

Statistics: Posted by vishal.borle — Tue Mar 05, 2019 3:21 pm


]]>
2019-02-01T22:01:20+08:00 2019-02-01T22:01:20+08:00 https://bbs.espressif.com:443/viewtopic.php?t=25787&p=37184#p37184 <![CDATA[How increase data transmission speed to server using AT+CIPSEND command?]]> We are using ESP12E version and this interface with external host MCU via UART communication. We are able to send data to server using AT command, the following parameter and data size that we have used in our application.
1. Sending data size: 74Kbytes
2. AT command used: AT+CIPSTART using TCP, AT+CIPSEND, AT+CIPCLOSE.
3. External host MCU UART parameter setting:
Baudrate: 115200
flow control: diabled
parity: 0

For our critical problem is:
We are able to send this all data to server but it taking approx 1 minute for transmitting data to server. This problem is critical for us because our product is battery operated device using 2*1.5V AA size. So battery life is important feature in our application.
Questions:
1. Why this taking too much time for transmission ?
2. Is any other parameter that i need to set in my code, Because we are communicating to ESP12E using AT command through UART?
3. What is the maximum speed for transmission data to server using AT cmd? Is any limitation?
4. Will you please suggest any best solution for increasing transmission speed to reduced this time improve battery life?

Looking forward your response..!!

Thanks....

Statistics: Posted by vishal.borle — Fri Feb 01, 2019 10:01 pm


]]>