Simple web interface for my ESP?

General discussions and questions abound development of code with MicroPython that is not hardware specific.
Target audience: MicroPython Users.
Post Reply
hdsjulian
Posts: 31
Joined: Mon Dec 03, 2018 8:29 pm

Simple web interface for my ESP?

Post by hdsjulian » Fri Mar 15, 2019 11:24 am

I basically want to control my ESP8266 (or ESP32) via a simple web interface. Couple of dropdown or checkbox form fields, maybe a text input field. The programme i run has different modes and each mode comes with a few parameters which i'd like to control using my smartphone.
Is there any good sample code (or hey, optimally even something that looks like a little framework) that i could use so I don't have to write the whole thing from scratch?

fstengel
Posts: 55
Joined: Tue Apr 17, 2018 4:37 pm

Re: Simple web interface for my ESP?

Post by fstengel » Fri Mar 15, 2019 12:24 pm

You could use picoweb to implement a very simple web server on your microcontroller.

Post Reply