Search found 4 matches

by rajtendulkar
Wed Nov 06, 2024 8:55 am
Forum: ESP-AT
Topic: Problems sending data with AT+CIPSENDL
Replies: 5
Views: 1369

Re: Problems sending data with AT+CIPSENDL

Looks like the problem is with receiving side of the UART.
I don't receive SEND OK on the UART.
by rajtendulkar
Tue Nov 05, 2024 9:18 am
Forum: ESP-AT
Topic: Problems sending data with AT+CIPSENDL
Replies: 5
Views: 1369

Re: Problems sending data with AT+CIPSENDL

Hi,

I can see that SEND OK is being sent by ESP32, but it is not received by the devices.
I can see other responses coming correctly.
However, this is somehow not received.

Any inputs on how can we debug this further?

Thanks!
by rajtendulkar
Tue Nov 05, 2024 7:54 am
Forum: ESP-AT
Topic: Problems sending data with AT+CIPSENDL
Replies: 5
Views: 1369

Re: Problems sending data with AT+CIPSENDL

Hi,

I can see that SEND OK is being sent by ESP32, but it is not received properly at the other end.
Can you give further pointers on why this would be the case?
I was having all other responses correctly.

Thank you!
by rajtendulkar
Sun Oct 27, 2024 9:57 am
Forum: ESP-AT
Topic: Problems sending data with AT+CIPSENDL
Replies: 5
Views: 1369

Problems sending data with AT+CIPSENDL

Hello, 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 at...