Difference between revisions of "Tutorial Webserver"
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 16: | Line 16: | ||
* https://how2electronics.com/esp32-micropython-web-server/ | * https://how2electronics.com/esp32-micropython-web-server/ | ||
* https://rogerdupuis.ca/index.php?option=com_content&view=article&id=238:esp32-esp8266-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