-
Notifications
You must be signed in to change notification settings - Fork 13.3k
ESP8266 UDP transmission interruptions #3506
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
i got the similar issue, it looks more when connect my android phone in the same network. |
You should activate WIFI debug level. You have it for the Generic board or for every board in current master. |
You should also try lwip2 (in current master) because we just realized that |
i found that this is my router issue. (no QoS in WiFi) |
Basic Infos
Hardware
Hardware: NodeMCU 1.0 ESP-12E 80MHz
Description
Problem description
I'm trying to transfer data from ESP8266(NodeMCU ESP12E) to my laptop. I'm coding ESP using Arduino IDE. I am able to receive correct packets (each containing 400 bytes) on a visual basic console program. However, to see whether the transmission is continuous or not, I have toggled an output pin whenever UDP.endpacket() returns 1. I observed waveforms on DSO. I found that UDP.endpacket() does NOT return 1 many times and the there is no transmission from ESP for a significant amount of time (milliseconds). Refer attached waveforms.Why does UDP.endpacket() return 0 for such long time? Why is UDP transmission getting interrupted? How can I solve this? Please feel free to ask for more details if necessary.
-- | --
Settings in IDE
Module: NodeMCU 1.0 (ESP-12E module), 80MHz
Flash Size: 4MB
CPU Frequency: 80Mhz
Upload Using: SERIAL
Sketch
The text was updated successfully, but these errors were encountered: