Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
A WEB server on the Microcontroller with MicroPythonIntroduction | ||||||||
Line: 10 to 10 | ||||||||
Several WEB servers are available for MicroPython:
| ||||||||
Changed: | ||||||||
< < | Since picoweb is used in a tutorial on how to make a WebCam work on ESP32 MicroPython ![]() | |||||||
> > | Since picoweb is used in a tutorial on how to make a WebCam work on ESP32 MicroPython ![]() | |||||||
-- ![]() |
Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > |
A WEB server on the Microcontroller with MicroPythonIntroductionIn the 2019 AFNOG course we have seen how to connect to sensors and actuators through Cayenne and MQTT. This works fine if the amount of data to be passed over the Internet is small. If however we want to transfer a bigger amount of data, e.g. an image stream from a WebCam, then this solution is not viable. In this case, running a WEB server on the microcontroller is the better solution. In the following pages we will install a WEB server on an ESP32 running MicroPython. Several WEB servers are available for MicroPython:
![]() ![]() Comments |