ESP8266 Developer Zone The Official ESP8266 Forum 2016-06-06T22:50:36+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=2246 2016-06-06T22:50:36+08:00 2016-06-06T22:50:36+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2246&p=7230#p7230 <![CDATA[Re: Non os sdk 1.5.x udp send/receive issue]]> Statistics: Posted by mdre — Mon Jun 06, 2016 10:50 pm


]]>
2016-06-06T10:30:23+08:00 2016-06-06T10:30:23+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2246&p=7210#p7210 <![CDATA[Re: Non os sdk 1.5.x udp send/receive issue]]>
With the latest AT_V1.1 http://bbs.espressif.com/viewtopic.php?f=46&t=2199.
Please try the command:
AT+CIPSEND=x,<length>,"yyy.yyy.yyy.yyy",z // x = link ID, yyy.yyy.yyy.yyy = remote ip, z = remote port

If your problem is still unsolved, please feel free to let us know.

Statistics: Posted by ESP_Faye — Mon Jun 06, 2016 10:30 am


]]>
2016-06-01T22:14:35+08:00 2016-06-01T22:14:35+08:00 https://bbs.espressif.com:443/viewtopic.php?t=2246&p=7174#p7174 <![CDATA[Non os sdk 1.5.x udp send/receive issue]]>
I am developing a driver for ESP-WROOM-02 running a non os sdk.
I was using the version 1.3.0 of the sdk and now i am using the version 1.5.3. I was able to connect to a udp echo server, and send/receive a short packet, and now i am missing the answer. The server have to transmit a few times before my driver receives the answer.

The wifi chip is in station mode and has joined a network. The echo server is on the same local network.
Then i am sending the following commands:
AT+CIPSTART=x,"UDP","yyy.yyy.yyy.yyy",z // x = link ID, yyy.yyy.yyy.yyy = remote ip, z = remote port
AT+CIPSEND=x,12
Then
Hello World!

My server receives it, and sends back the data, but it seems the modem that does receive that answer. I do not receive any +IPD packet.

I was not able to track down a difference between the two versions (1.3.0 and 1.5.3) that would explain that issue. So i rolled back the firmware to the previous version i was using and it works. It tried several firmware, and it does not work with the latest firmwares 1.5.x.

Thanks for your help

Statistics: Posted by mdre — Wed Jun 01, 2016 10:14 pm


]]>