HTTP CGI(Common Gateway Interface) can be used to send the data from the webserver to the microcontroller. For example…
webserver
STM32 ETHERNET #6. HTTP WEBSERVER SIMPLE
This is 6th Tutorial in the ethernet series, and today we will see how to use our STM32 to create a HTTP Webserver.
Esp8266 WebServer using STM32 HAL
we will use the ring buffer to manage a Esp8266 Webserver using STM32 HAL library. Basically, we will blink a LED using WiFi, by creating a webserver.