Chat freely about anything...

User avatar
By George_
#51881 Hello! I was wondering if anyone could shed some light onto my issue..
I am working on a project right now that requires for small but frequent packets to be sent over tcp.
Tried using both TCP through UART with the AT Commands and also tried flashing my own firmware that directly sends tcp packets with 'espconn_sent'. But I am only able to get packets to send every 50-60ms. I cant seem to get packets sending any faster without creating a second socket with both sending packets every 50ms.
It is documented that the AT command can send packets every 20ms, but I can't even get anywhere near that with one socket.
I have tried multiple methods and devices to receive data from the ESP but all have similar results.
any help or direction would be greatly appreciated.

thank you