Scoopfeeds — Intelligent news, curated.
computer-science

A Matter Wi-Fi Light Bulb in Rust on the Raspberry Pi Pico 2 W

Hacker News · Jun 8, 2026, 12:17 AM

Key takeaways

  • This repository contains examples for the Raspberry Pi Pico 2 (RP2350) board, written in Rust using the Embassy async framework.
  • cargo generate --git https://github.com/Impl Ferris/pico2-template.git --name rust-rpico2-embassy-examples Hardware Board: Raspberry Pi Pico 2
  • cargo run --example hs3003_i2c Wiring (Arduino Modulino Thermo):

This repository contains examples for the Raspberry Pi Pico 2 (RP2350) board, written in Rust using the Embassy async framework.

cargo generate --git https://github.com/Impl Ferris/pico2-template.git --name rust-rpico2-embassy-examples Hardware Board: Raspberry Pi Pico 2

I2C pins: I2C0 SDA: GPIO4 I2C0 SCL: GPIO5 I2C1 SDA: GPIO2 I2C1 SCL: GPIO3 UART pins: UART0 TX: GPIO0, UART0 RX: GPIO1 UART1 TX: GPIO8, UART1 RX: GPIO9 Examples I2C Examples hs3003_i2c Reads temperature and humidity from an HS3003 sensor using the Embassy async framework.

Article preview — originally published by Hacker News. Full story at the source.
Read full story on Hacker News → More top stories
Aggregated and edited by the Scoop newsroom. We surface news from Hacker News alongside other reporting so you can compare coverage in one place. Editorial policy · Corrections · About Scoop