Search found 2 matches

by svensche
Thu Jan 06, 2022 4:29 pm
Forum: ESP8266 boards
Topic: Try to get uhttpd webserver demo running
Replies: 0
Views: 12879

Try to get uhttpd webserver demo running

My basic goal is to run a tiny webserver on my ESP8266-12F, to read and set some config-parameters for my led-light-pir-pwm-control-program. At the moment I'm trying out uhttpd from https://github.com/fadushin/esp8266. I'm trying to get the uhttpd demo of https://github.com/fadushin/esp8266/tree/mas...
by svensche
Thu Jan 06, 2022 10:46 am
Forum: ESP8266 boards
Topic: Webserver send() + POST data reception
Replies: 5
Views: 17510

Re: Webserver send() + POST data reception

Hi guys, I'm searching for a tiny little www-server (module) to communicate with my ESP8266-12F in order to read/set some values. I've tried MicroWebSrv and MicroWebSrv2, but they are to big and producing memory errors. Your posts made me think, that you are dealing with the same problem. I was wond...