Tags:
tag this topic
create new tag
view all tags
---+ A WEB server on the Microcontroller with !MicroPython ---++ Introduction In 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: * [[https://github.com/pfalcon/picoweb][picoweb ]]with nice tutorials on how to use it: [[https://techtutorialsx.com/2017/09/01/esp32-micropython-http-webserver-with-picoweb/][Tutorial 1]], [[https://icircuit.net/make-esp32-http-webserver-using-micropython/2152][Tutorial 2]] * [[https://microwebsrv2.hc2.fr/][MicroWebSrv2]] Since picoweb is used in a tutorial on [[https://lemariva.com/blog/2019/09/micropython-how-about-taking-photo-esp32][how to make a WebCam work on ESP32 !MicroPython ]]we will start with the [[installation of picoweb]] and a few tests. The most powerful and evolved Web server available under !MicroPython is probably !MicroWebSrv2. Here are [[step by step instructions]] to bring up !MicroWebSrv2 on an ESP32. ---++ A WEB-cam The esp32-cam is a tiny micro-controller module, featuring an esp32 micro-controller, 4 MByte external PSRAM, an SD card socket, a camera interface and a tiny OV2640 camera. You can buy this card on aliexpress for less than 5 Euros, camera included. The goal of this project is to convert this hardware into a WEB-cam using !MicroPython. A camera driver is available for the esp-idf development environment and the WEB-cam code is available for the Arduino SDK as well as for esp-idf. A few people have also tried to integrate the camera driver into !MicroPython but the complete WEB-cam code for !MicroPython does not exist. Here is a description on how to [[integrate the camera code into !MicroPython]]. -- %USERSIG{UliRaich - 2020-01-14}% ---++ Comments %COMMENT%
E
dit
|
A
ttach
|
Watch
|
P
rint version
|
H
istory
: r5
<
r4
<
r3
<
r2
<
r1
|
B
acklinks
|
V
iew topic
|
Ra
w
edit
|
M
ore topic actions
Topic revision: r5 - 2020-02-22
-
UliRaich
Home
Site map
AFNOG web
Embedded_Systems web
IoT_Course_English web
IoT_Course_French web
Main web
Sandbox web
TWiki web
AFNOG Web
Create New Topic
Index
Search
Changes
Notifications
RSS Feed
Statistics
Preferences
View
Raw View
Print version
Find backlinks
History
More topic actions
Edit
Raw edit
Attach file or image
Edit topic preference settings
Set new parent
More topic actions
Account
Log In
Register User
E
dit
A
ttach
Copyright © 2008-2025 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki?
Send feedback