
Programing in Rust the XIAO RP2040 board
December 2022
Seeed Studio’s XIAO RP2040 is a miniature board compatible with the Raspberry Pi Pico ecosystem as they use the same RP2040 microcontroller. The Seeed Studio documentation indicates that it is possible to develop with several languages on this board, including C / MicroPython / CircuitPython. We will see in this tutorial that it is also possible to program it in Rust.

Measure indoor air quality with a Raspberry Pi Pico
February 20, 2022
Measure the air quality inside your home with a Raspberry Pi Pico, an SGP30 sensor and an LCD pico display.