Morning,
Is there any way to set up a web server on a Pico W that would then allow people to program the Pico directly through their web rowser?
Eg, open Chrome on a Chromebook, navigate to a Pico hosted website, and then type in micropython (or circuit python, not too fussed which) code which would control the Pico pins?
Thanks
Jon
Perhaps phew! the Pico (or Python) HTTP Endpoint Wrangler - https://github.com/pimoroni/phew
A small webserver and templating library specifically designed for MicroPython on the Pico W. It aims to provide a complete toolkit for easily creating high quality web based interfaces for your projects.
phew! is ideal for creating web based provisioning interfaces for connected projects using the Raspberry Pi Pico W.
It doesn't exactly match your description, but are you aware of ViperIDE - https://viper-ide.org/
Documentation/Support to be found at https://github.com/vshymanskyy/ViperIDE ... e#viperide
Statistics: Posted by B.Goode — Sun Jul 06, 2025 6:42 am