No description
Find a file
2024-05-10 12:58:03 +00:00
code.py Remove duplicated segment 2024-05-10 12:58:03 +00:00
LICENSE Add LICENSE 2023-09-14 11:20:50 +00:00
README.md Update README.md 2024-05-09 18:54:53 +00:00
staticWSGIApplication.py Added file caching upto 100kb to improve performance 2023-12-03 17:03:38 +01:00

Pico Web Server

A simple Raspberry Pi Pico powered web server using CircuitPython.

Hardware

Raspberry Pi Pico with headers and a Pico Wireless Pack by Pimoroni.

Any microcontroller will do considering it has matching pinouts to the pico and headers to connect to the other components. Given that the Pico Wireless Pack is discontinued at the time of writing it is possible to use an ESP32 that is compatible with adafruit_esp32_spi library.

This web server uses an SD Card for the storage for most of its data. Any microSD card and reader compatible with adafruit_sdcard.

Software

CircuitPython is required for this project to function. Make sure to flash your pico using the Adafruit website.