rust

  • 25th August 2026

Make the micro:bit's LED Matrix React to Sound with Rust

Embedded Rust code using Embassy and microbit-bsp to read the micro:bit V2’s built-in microphone and make its onboard LED matrix react to sound.

Read more →
  • 21st August 2026

POWMAN P-State and Low-Power Modes on Raspberry Pi Pico 2 (RP2350) with Rust

Explore the RP2350’s POWMAN P-state and low-power features with Embedded Rust. Learn how to use the AON Timer and RP2350 PAC to put the Pico 2 into a deep low-power state and wake it up.

Read more →
  • 4th August 2026

Setting Up an Embedded Rust Development Environment

Set up a complete Embedded Rust development environment. Install Rust, configure the ARM Cortex-M target, install probe-rs, and verify your setup before programming embedded microcontrollers.

Read more →
  • 26th January 2026

How to Use a Logic Analyzer in Embedded Rust Projects

In this post, we take a practical look at using a logic analyzer when working on embedded Rust projects. We cover what a logic analyzer does, how to interpret captured signals, and how it can be used to debug common protocols like I2C, SPI, and UART.

Read more →