You can chat about native SDK questions and issues here.

User avatar
By Fred Johnson
#85068 Hello,
I'm using ESP8266 RTOS SDK v.3.0 (november 2019). I'm running a "simple wifi" application from EXAMPLES directory with "SSID" and "password" settings according to my house local ASUS wifi router. After pinging ESP8266 IP (it got it from my local ASUS Wifi) from my laptop (it is also connected to my local ASUS router), ping responses are growing from let's say 10ms to 130ms in four to five steps and then this sequence of delay growing is repeated. I'd like to reduce the response delay to somewhere under 5 ms. So there's no other application to run. I tried with many setting in "make menuconfig" (I increased CPU freq to 160Mhz - I tested and it is really that freq.), I also disabled RTOS and it didn't help.

Any help would be very appreciated.

Fred