User Tools

Site Tools


wemos_d1_mini_as_a_wifi_webserver

If you want to send us your comments, please do so. Thanks
More on comments


Wemos D1 mini as a Wifi webserver

Commands

CommandExampleRemarks
server.handleClient();
server.send(200, “text/html”, “<html><body><br /><br />Hello world!<br />Dit is de tweede <b>regel</b>.<br /></body></html>”);Send HTTP status 200 (Ok) and send some a html page to the browser/client
server.on(“/”, handleRoot);
server.onNotFound(handleNotFound);
server.begin();
MDNS.begin(“esp8266”);
ESP8266WiFiMulti.addAP(“ssid”, “password”);
ESP8266WiFiMulti.run();

esp32 esp8266 input data html form


Main subjects on this wiki: Linux, Debian, HTML, Microcontrollers, Privacy

RSS
Disclaimer
Privacy statement
Bugs statement
Cookies
Copyright © : 2014 - 2024 Webevaluation.nl and the authors
Changes reserved.

This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
wemos_d1_mini_as_a_wifi_webserver.txt · Last modified: 19-10-2019 22:00 by wim