Example sketches for the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By velvik
#15675 Hi,

does your DNS server work ?
In a console, try "ping esp8266.local", or "nslookup esp8266.local". Does it convert to your esp8266 IP address ?
If not, problem may be with your router, not with esp. Some router does not allow machine to set the dns name by themselve (french 'livebox', for example).

(sorry if bad english, I'm french)
User avatar
By AdaBill
#15695 Thanks for the reply and help. Here is what I got when I ran the Sketch and then checked (as you suggested) in command m ode: It didn't work? ,When I try to talk to: 10.0.0.4 it does work OK. Here is Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved. 10.0.0.1 is the WiFi router.

++++++++++++++
C:\Users\Lynn&Bill>ping 8266,local
Ping request could not find host 8266,local. Please check the name and try again
.

C:\Users\Lynn&Bill>nslookup esp8266.local
DNS request timed out.
timeout was 2 seconds.
Server: UnKnown
Address: 10.0.0.1

*** UnKnown can't find esp8266.local: Non-existent domain

C:\Users\Lynn&Bill>a copy of the commands;

+++++++

There was also some talk about the apple program BONJOUR. I had it, but I downloaded another copy and it did't matter. I don't see it when I check for add ons for Chrome or Explorer.

Any other suggestions?

Bill :)