Tutorial Webserver: Difference between revisions
Jump to navigation
Jump to search
Created page with "https://docs.micropython.org/en/latest/esp8266/tutorial/network_tcp.html" |
No edit summary |
||
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 |
Revision as of 14:47, 2 November 2020
Here are some links that help to get a web server running.
First check out the following tutorials:
Then have a look at the following link for the basics:
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