is there any working example?
thanks
Explore... Chat... Share...
Moderator: igrr
#include <ESP8266mDNS.h>
void setup() {
// Start the Wi-Fi connection
WiFi.begin("your_SSID", "your_password");
while (WiFi.status() != WL_CONNECTED) {
delay(1000);
}
// Start the mDNS responder
if (MDNS.begin("esp8266")) {
Serial.println("mDNS responder started");
} else {
Serial.println("Error setting up mDNS responder!");
}
}
void loop() {
// Your code here
}
You really need to point us to the project you're […]
you can check in github esp8266 rtos examples ther[…]
yes, but even before summer time there was the sam[…]
According to the ESP8266EX Data sheet Pin 6, TOUT[…]
Hello, I would like to tell you about a problem I'[…]
Thanks for all comments so far... Also received so[…]
I am trying to assemble an external antenna design[…]
Hello... I am pursuing Ph.D. from JNU, New Delhi. […]
This question was already once asked. Check this […]
Update: Switched to NodeMCU V1.0 (Amica) and tri[…]
Follow US on Twitter and get ESP8266 news and updates first.