Raspi Course

Pico Web Server

These are just rough notes. Let me know if you're interested in me completing this tutorial and feel free to let me know what other things you would like to see.

https://microdot.readthedocs.io/en/latest/

For MicroPython, the recommended approach is to manually copy the necessary source files from the GitHub repository into your device, ideally after compiling them to .mpy files. These source files can also be frozen and incorporated into a custom MicroPython firmware.

step 1:

Clone or download the microdot repository https://github.com/miguelgrinberg/microdot/

step 2:

Copy the microdot/src/microdot directory into the src directory of your pico project

  • your-pico-project
    • src
      • main.py
      • microdot
        • ...microdot_files.py