A webserver made with Micropython for Pi Pico W boards. It can handle requests and serve: files, .js, .css, etc over http. In the future i want to expand this into serveral servers such as ones for: ...
MicroPython: BME680 Web Server with ESP32 and ESP8266 For in-depth details, check this link: https://microcontrollerslab.com/micropython-bme680-web-server-esp32-esp8266/ ...
MicroPython is similar to Python 3, but it is meant for microcontrollers. MicroPython comes with an interactive Read-Evaluate-Print-Loop (REPL), which is an amazing feature that allows us to connect ...