Skip to content

A simple Raspberry Pi Pico powered web server using CircuitPython.

License

Notifications You must be signed in to change notification settings

shyzus/Pico-Web-Server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A simple Raspberry Pi Pico powered web server using CircuitPython.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages