[Zero-knowledge ESP8266 Tutorial] Zero-knowledge WIFI Tutorial - http WEB Server Example
[Copy link]
This post was last edited by roc2 on 2019-10-6 11:02
1. Overview
HTTP web server is a common function of ESP8266. Here we use the ZeroZhi open source platform to demonstrate this example.
2. Software and Hardware
For hardware, we use ESP8266.
The software uses the Zero-Knowledge development tool and comes with examples:
3. Methods and steps
(1) First open the AdvancedWebServer example in the Zero-Knowledge Development Tool, or copy the following code into the Zero-Knowledge Development Tool:
(2) Verify the above code and upload it to the ZeroKnowledge-ESP8266 development board;
(3) We open the serial port debugging window of the Zero Knowledge Development Tool and can see the following information:
(4) Now we use the ping tool to test the network and get the following information:
(5) After the above steps are successful, we now open the browser and go to the URL: http://esp8266.local , and you can see the following information:
|