Udp sending latency very slow

diediaga
Posts: 2
Joined: Wed May 20, 2015 7:48 am

Udp sending latency very slow

Postby diediaga » Wed May 20, 2015 7:53 am

Hi,
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

ESP_Faye
Posts: 1646
Joined: Mon Oct 27, 2014 11:08 am

Re: Udp sending latency very slow

Postby ESP_Faye » Wed May 20, 2015 11:30 am

Hi,

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: Select all

os_timer_arm(&test_timer, 1000, 0);

diediaga
Posts: 2
Joined: Wed May 20, 2015 7:48 am

Re: Udp sending latency very slow

Postby diediaga » Wed May 20, 2015 4:48 pm

thanks for the info and for your fast reply
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

Who is online

Users browsing this forum: No registered users and 26 guests