ESP8266 Developer ZoneThe Official ESP8266 Forum2015-05-20T16:48:49+08:00https://bbs.espressif.com:443/feed.php?f=7&t=4692015-05-20T16:48:49+08:002015-05-20T16:48:49+08:00https://bbs.espressif.com:443/viewtopic.php?t=469&p=1804#p1804just 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:002015-05-20T11:30:31+08:00https://bbs.espressif.com:443/viewtopic.php?t=469&p=1796#p1796 We recommend to use the latest SDK_v1.0.1
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:002015-05-20T07:53:14+08:00https://bbs.espressif.com:443/viewtopic.php?t=469&p=1790#p1790we 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