microWebSrv on ESP8266, and general question
Posted: Sun Jun 05, 2022 7:06 pm
Hello!
I would like to know if somebody was able to make the excellent library microWebSrv or microWebSrv2 working on an ESP8266?
Sorry if question was already asked, but I can't get clear information saying that it's impossible.
I tried to copy the library, but got a memory error, the solution seems to be to build my own firmware with this library embedded inside (frozen).
That's ok, but I would like to know if somebody has made it before and have some feed backs about?
Maybe is there some other libraries I could try? What are you usually using for a very simple and light web server?
Other question around micropython:
The problem of importing the microWebSrv is a memory problem. If I do understand right, it is because of the micropython uses to much memory compiling the raw py code during the runtime.
So does it means that if I write a quite big python module (or script), it is required to be embed it in my own compiled firmware?
Does it means that the source code written in pure python can't exceed the ram of the device to avoid importing problems? Or am I all wrong?
Thank you
I would like to know if somebody was able to make the excellent library microWebSrv or microWebSrv2 working on an ESP8266?
Sorry if question was already asked, but I can't get clear information saying that it's impossible.
I tried to copy the library, but got a memory error, the solution seems to be to build my own firmware with this library embedded inside (frozen).
That's ok, but I would like to know if somebody has made it before and have some feed backs about?
Maybe is there some other libraries I could try? What are you usually using for a very simple and light web server?
Other question around micropython:
The problem of importing the microWebSrv is a memory problem. If I do understand right, it is because of the micropython uses to much memory compiling the raw py code during the runtime.
So does it means that if I write a quite big python module (or script), it is required to be embed it in my own compiled firmware?
Does it means that the source code written in pure python can't exceed the ram of the device to avoid importing problems? Or am I all wrong?
Thank you