somakeit / smib

1 stars 0 forks source link

Add a webserver to smibhid for admin purposes #248

Closed sjefferson99 closed 1 month ago

sjefferson99 commented 1 month ago

For #240 and #241 we need a webserver to provide an admin interface. Issue is to investigate adding one to the async loop and see if it can be supported without first implementing MQTT.

sam57719 commented 1 month ago

https://randomnerdtutorials.com/raspberry-pi-pico-web-server-micropython/#raspberry-pi-pico-web-server-micropython-code

sjefferson99 commented 1 month ago

I have a webserver from another project I will integrate based on tinyweb that I know works in a similar async loop. https://github.com/sjefferson99/pico-environment-control/blob/develop/http/webserver.py