Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 1.03 KB

File metadata and controls

23 lines (12 loc) · 1.03 KB

Pico Projects

A selection of projects for Raspberry Pi Pico hardware (or similar RP2040 / RP2350 equipped devices).

Weather dashboard

Link to project

A weather dashboard using a Pimoroni Inky Frame 7.3" (Pico 2 W) and the YR API.

DSCF3305

With a nifty snap-on frame / cover from MakerWorld

Enviro sensors

Link to project

Reading data from Pimoroni Enviro sensors (Pico W), storing it locally, and also sending it over HTTP.

The resulting data can then be plotted, eg. using Chart.js (example visualisation code is in ./enviro-sensors/data-vis):

enviro-charts