mdhiggins / ESP8266-HTTP-IR-Blaster

ESP8266 Compatible IR Blaster that accepts HTTP commands for use with services like Amazon Echo
MIT License
968 stars 217 forks source link

getting error no ntp response #318

Closed jayrawatrj closed 3 years ago

jayrawatrj commented 3 years ago

WiFi configuration complete Local IP: 10.0.1.10 DNS IP: 10.0.1.1 URL to send commands: http://blaster.local:80 ArduinoOTA started MDNS http service added. Hostname is set to blaster.local:80 HTTP Server started on port 80 Starting UDP Local port: 8888 Waiting for sync Transmit NTP Request Turning off the LED to save power. time.google.com: 255.255.255.255 No NTP Response :-( Error retrieving external IP HTTP Code: -1 connection failed External IP address request took 10276 ms Ready to send and receive IR signals

jayrawatrj commented 3 years ago

i am not getting the ip address for "time.google.com" as it is showing 255.255.255.255 every time. but when i am running example code from Time library named as "TimeNtp_ESP8266" that code is working fine.

mdhiggins commented 3 years ago

Local IP: 10.0.1.10 DNS IP: 10.0.1.1

Are these values valid and on your network subnet? Can't access the internet if they're not

jayrawatrj commented 3 years ago

These values are declared in the code itself.

mdhiggins commented 3 years ago

They are the default values and should be overwritten by the options specified in WiFi manager

jayrawatrj commented 3 years ago

ok. got it. Thanks for response