-->
Page 1 of 1

Measuring the data transfer speed of ESP8266

PostPosted: Sat May 30, 2020 7:58 pm
by biswajit007
Hi,
For my project, I have configured two NodeMCU (one as AP and another as client) via AT commands. I can transfer UDP data packet from the AP to the client by using AT+CIPSEND command. The data is something like that, "Hello from ESP AP".
Now I want to measure the data transmission rate/speed (not the baud rate) by which that data are transmitted from the AP to the client. Please be noted that, I am using AT commands to configure the modules and I am not talking about the baud rate.

Is there any way to measure the data transfer rate (or, transmission rate) from one module to another?
Thanks in advance.