I am a new user to ESP32. I have a problem, that I am trying to connect to a server and upload some data to it.
In total I make 3 uploads of the data. The first two are received at the host side.
However, third transaction doesn't go through.
I want to know, how can I debug this problem.
I attached the wireshark to the host Wifi adapter.
I can see the first 2 transactions. However third transaction doesn't appear on Wifi as well.
So looks like the transaction is stuck at sender side itself.
On the server side, the python script is stuck waiting for data with recv() on the socket.
What should be my next steps?
I have copy pasted the AT commands from my output logs.
Code: Select all
>> AT+CIPSTART=3,"SSL","192.168.0.115",2525,0
3,CONNECT
OK
>> AT+CIPSENDL=3,203
OK
+CIPSENDL:203,203
SEND OK
>> AT+CIPSENDL=3,301
OK
+CIPSENDL:301,301
SEND OK
>> AT+CIPSENDL=3,100
OK