ESP8266 Developer Zone The Official ESP8266 Forum 2015-05-20T16:48:49+08:00 https://bbs.espressif.com:443/feed.php?f=7&t=469 2015-05-20T16:48:49+08:00 2015-05-20T16:48:49+08:00 https://bbs.espressif.com:443/viewtopic.php?t=469&p=1804#p1804 <![CDATA[Re: Udp sending latency very slow]]> just a short question. We want to module to work us a Access Point and send about 15 udp packages per second to a single connected client, each package with 8 or 10 bytes weight. Do you think the module could support it?.
we are not using the sdk we are configuring-connecting the module with arduino sending AT commands.
thanks in advance

Statistics: Posted by diediaga — Wed May 20, 2015 4:48 pm


]]>
2015-05-20T11:30:31+08:00 2015-05-20T11:30:31+08:00 https://bbs.espressif.com:443/viewtopic.php?t=469&p=1796#p1796 <![CDATA[Re: Udp sending latency very slow]]>
We recommend to use the latest SDK_v1.0.1

Here is a demo of UDP http://bbs.espressif.com/viewtopic.php?f=21&t=440

Sending UDP too fast may cause UDP packet lost,you could try to adjust the timer to get better result.

Code:

os_timer_arm(&test_timer, 1000, 0);

Statistics: Posted by ESP_Faye — Wed May 20, 2015 11:30 am


]]>
2015-05-20T07:53:14+08:00 2015-05-20T07:53:14+08:00 https://bbs.espressif.com:443/viewtopic.php?t=469&p=1790#p1790 <![CDATA[Udp sending latency very slow]]> we are testing to send a stream of upd packages, each package is only 8 bytes weight, but we got about 4 to 5 packages sent per second.
there is any way to improve this rate?
many thanks in advance

Statistics: Posted by diediaga — Wed May 20, 2015 7:53 am


]]>