Chat freely about anything...

User avatar
By unkownuser12345
#44987 My ESP8226 is dropping its network connection consistently. The controller on boot looks for a service using mDNS. Once the service is found, the ESP spins up a web server. However, connecting to this web server works approximately 10% of the time. The other 90% of the time, no response is found. Additionally, pinging the device on the network at this point returns host unreachable (this is what makes me suspect the device is losing connection to the network). Now, when the mDNS section of the code is commented out, the responses from the server and pinging the device on the network works approximately 100% of the time.

Has any one else had issues with mDNS and running a web server or any variation thereof? If so what was done to resolve it and/or what issues were causing the issues?