embedded
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.
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.
Analyzing UART Signals in Embedded Rust Using a Cheap USB Logic Analyzer
In this post, we analyze UART signals from an embedded Rust project using a cheap USB logic analyzer and PulseView. We capture UART data, look at the raw signal on the wire, and use protocol decoding to understand how bytes are transmitted.
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.
Working with Fixed-Point Numbers in Rust Using the fixed Crate
In this post, we take a quick look at fixed-point numbers and how to use them in Rust. We also briefly explain why they are useful in embedded and other scenarios, with examples using the fixed crate.
Getting started: How to Learn Embedded Rust for Beginners
Want to learn Embedded Rust but not sure where to begin? In this post, I will show you how to get started with Embedded Rust and share tutorials, books, videos, and other useful resources you can learn from.