-
Notifications
You must be signed in to change notification settings - Fork 218
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
Issue with NTP Server response #337
Comments
It's probably a DNS configuration problem. Can try substituting the IP address for one of those URLs and see if it changes things. Also post the full logs and your configuration |
attempted with different varying ip addresses of time servers but to the same result. here are my logs from the serial monitor: my configuration is this board v-v with a usb esp flash controller |
Does your local IP address configuration make sense? What is your router local IP address and intended subnet
|
my router's local address is 192.168.1.1 |
should i change it to a 192.168.x.x type static ip on the device? |
So there's your problem, your DNS IP address is pointing to nothing and your local IP is on a totally different subnet, fix those things or your won't be able to communicate with any network |
is this the correct section to modify? char static_ip[16] = "192.168.1.25"; |
No, its not modified in code but is set up using WiFiManager during the setup phase, no code edits should be needed |
If you don't already know https://github.com/mdhiggins/ESP8266-HTTP-IR-Blaster#force-wifi-reconfiguration |
my gpio10 is quite difficult to get to as it is a daughter board soldered onto another, is there a soft way to reset the wifimanager? if not I will try tomorrow when i have my jumpers.. |
You could change the Line 40 and 47 |
attempted flash wipe didnt work,, will update soon ty for the help :) |
Hello I keep getting a no response from the ntp server request. I have swapped out the server from time.google.com to time-a-g.nist.gov however it still returns a no response. Please advise. Using an ESP8285 IR board ESP-01M.
The text was updated successfully, but these errors were encountered: