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
]]>