ESP8266 Developer Zone The Official ESP8266 Forum 2017-04-17T17:54:12+08:00 https://bbs.espressif.com:443/feed.php?f=16&t=3882 2017-04-17T17:54:12+08:00 2017-04-17T17:54:12+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3882&p=12362#p12362 <![CDATA[Re: ESP-01- SoftAP / TCP Server-10Hz ?]]>
Did you try it yourself?

Its seems its the fastest way to be at maximum speed.

But i tried to do my own code. Just start ESP as UDP server.

And transfert on serial udp received, then transmit on udp the Serial answer received, and it seems i also really limited with the period. around one second its ok , but faster it begins to not response sometimes... I flash it with arduino IDE, does it mean behind, the code is only reading Serial each second like the datasheet mentionned, even if in my code i'm looping for reception on serial?

Statistics: Posted by Olfox — Mon Apr 17, 2017 5:54 pm


]]>
2017-04-17T14:57:16+08:00 2017-04-17T14:57:16+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3882&p=12360#p12360 <![CDATA[Re: ESP-01- SoftAP / TCP Server-10Hz ?]]> Statistics: Posted by Her Mary — Mon Apr 17, 2017 2:57 pm


]]>
2017-04-14T07:05:41+08:00 2017-04-14T07:05:41+08:00 https://bbs.espressif.com:443/viewtopic.php?t=3882&p=12297#p12297 <![CDATA[ESP-01- SoftAP / TCP Server-10Hz ?]]>
My project use an android tablet. It is connected to my ESP Soft AP.

My Android application opens the socket on 192.168.4.1 , port 333.
It sends a 'R' to request data each 200ms to my ESP, connected to my Arduino mega with 115200baud UART.

Arduino read in loop the uart buffer. if 'R' is received, it sends my data (from 100 to 1200 bytes).

I see by using counter that all the request are not passing.

I also see in documentation that we have to wait 1 sec between each AT COMMAND ( CIPSEND in my case).

Is it posible to go faster ?

I wanted to use transparent mode but for this you need to be in Single mode, not a rela problem. But once you are in signle mod, you can't start the TCP server... what interested me because i want esp to be the server.

Situation seems to be bloked no?

Do you have an idea to have the maximum speed between my android nd my arduino by using AT command please?

Thanks a lot for you support i appraciate it a lot :)

Statistics: Posted by Olfox — Fri Apr 14, 2017 7:05 am


]]>