Difference between revisions of "Tutorial Webserver"
Jump to navigation
Jump to search
(Created page with "https://docs.micropython.org/en/latest/esp8266/tutorial/network_tcp.html") |
|||
(2 intermediate revisions by 2 users not shown) | |||
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 | ||
+ | |||
+ | [[Category:Tutorials]] |
Latest revision as of 14:42, 12 June 2024
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