Latest posts
Display Room Temperature on LCD with Arduino Uno and Rust
Build a temperature sensor with Embedded Rust on the Arduino Uno. Learn how to read an NTC thermistor with the ATmega328P ADC, calculate temperature using the Beta equation, and display the result on a 16x2 I2C LCD.
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.
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.
Can I Use Rust with Arduino Uno? Getting Started with Embedded Rust
Learn how to use Embedded Rust with the Arduino Uno. Get started with Rust on the ATmega328P and discover the tools and libraries needed to build your first Rust program.
UART Communication Between ESP32 and Raspberry Pi Pico in Rust
Learn how to connect a Raspberry Pi Pico to an ESP32 using UART with Embedded Rust. Configure serial communication, wire the boards correctly, and exchange data between the two microcontrollers.
