Difference between revisions of "Tutorial Webserver"

From Sketching with Hardware at LMU Wiki
Jump to navigation Jump to search
(Created page with "https://docs.micropython.org/en/latest/esp8266/tutorial/network_tcp.html")
 
 
Line 1: Line 1:
https://docs.micropython.org/en/latest/esp8266/tutorial/network_tcp.html
+
Here are some links that help to get a web server running.
 +
 
 +
First check out the following tutorials:
 +
* [[Tutorial_Basics]]
 +
* [[Tutorial_Digital_IO]]
 +
* [[Tutorial_Network]]
 +
* [[Tutorial_AutoRun]]
 +
 
 +
Then have a look at the following link for the basics:
 +
* https://docs.micropython.org/en/latest/esp8266/tutorial/network_tcp.html
 +
 
 +
Other resources:
 +
* https://randomnerdtutorials.com/esp32-esp8266-micropython-web-server/
 +
* https://github.com/codemee/ESP8266WebServer
 +
* https://icircuit.net/make-esp32-http-webserver-using-micropython/2152
 +
* https://how2electronics.com/esp32-micropython-web-server/
 +
* https://rogerdupuis.ca/index.php?option=com_content&view=article&id=238:esp32-esp8266-micropython-web-server

Latest revision as of 14:47, 2 November 2020