Welcome to The Crab Lab: Diving into Embedded Rust (and Maybe Some Memes)
Are ya ready, Kids? Dive into The Crab Lab, a new series exploring Embedded Rust through tutorials, projects, and troubleshooting tips. Join the journey of learning, experimenting, and building with Rust on microcontrollers.
Ahoy, Rustaceans and Embedded Enthusiasts!
Welcome to The Crab Lab, a dedicated space on my blog for all things Embedded Rust. Whether you’re a seasoned developer or just curious about what happens when Rust meets microcontrollers, this series is for you.
Why "The Crab Lab"?
The Crab Lab is simply a way to group my Embedded Rust related posts and projects in one place. Think of it as a workshop or lab where we experiment, learn, and occasionally debug our way through the world of embedded systems using Rust. The crab? Well, it’s a nod to Rust’s beloved mascot, and a reminder that even in serious engineering, there’s always room for a little fun.
What to Expect
The Crab Lab won’t focus on just one topic. Instead, it’s a mix of whatever thickles my interest (and hopefully yours too). Here’s what you might see:
- Tutorials: Step-by-step guides for setting up Rust on different microcontrollers or platforms.
- Deep Dives: Exploring Rust’s features and how they apply to embedded systems, like why
unsafeexists and how to use it wisely. - Project Showcases: Fun, practical, or just plain weird projects built with Embedded Rust. Expect everything from useful tools to "why did I build this?" experiments.
- Troubleshooting & Tips: Answers to common (and not-so-common) questions, and solutions to those head-scratching bugs.
- Community Highlights: Shoutouts to interesting projects, libraries, or people in the Embedded Rust space.
How to Stay Connected & Final Thoughts
The Crab Lab is all about exploration, learning, and community. If you’re interested in following along, here’s how you can stay updated:
- Blog: All posts will be published here, so bookmark the site or subscribe if that’s an option.
- LinkedIn: For more professional insights and updates, follow us on LinkedIn.
- YouTube: I’m planning to expand into video content soon (although making videos is much more difficult than I anticipated :D) Anyway, stay tuned for tutorials, demos, and maybe even some live debugging sessions.
This series is as much about sharing knowledge as it is about having fun with Embedded Rust. Whether you’re here to learn, contribute, or just see what happens when Rust meets hardware, I’m glad you’re here.
— Andre
P.S. If there’s a topic you’d like to see covered or a project you’d like to share, don’t hesitate to reach out. The Crab Lab thrives on curiosity and collaboration!
How to Move RTT to a Custom RAM Section in Embedded Rust
Learn how to place RTT buffers and the control block into a fixed RAM section in embedded Rust. This guide covers linker script changes, custom RTT initialization, and setting up a reliable RTT print channel.
Advanced RTT in Embedded Rust: A Guide to Multi-Channel Logging and Binary Streaming (Part 2)
Stream RP2040 sensor data over RTT and decode logs in real time. Use Python to visualize binary temperature readings and turn raw bytes into insights.
Tools as a Service: A Modern Approach to Embedded DevOps
Ditch dependency hell and manual setups. Learn how to build the Tools as a Service stack, a container-first architecture for scalable embedded development.
Whether you're building something new, fixing stability issues, or automating what slows your team down — we can help.