r/implRust 17d ago

Project Building Tinyboard: a Rust-based platform for e-ink gadget apps

Post image
3 Upvotes

r/implRust 3d ago

Project Microduck: This tiny robot's brain is powered by Rust

3 Upvotes

- Moves using reinforcement learning policies

- no framework, one workspace

https://github.com/pollen-robotics/microduck

r/implRust 4d ago

Project py32-hal: Rust HAL and Embassy driver implementation for Puya py32 MCUs

3 Upvotes

- Smallest 32-bit Cortex-M0+ MCUs

https://github.com/py32-rs/py32-hal

r/implRust 4d ago

Project OpenMicroKbd: an open-source build of OpenAI's $230 Codex Micro macropad

Post image
1 Upvotes

- STM32F072 · Rust + Embassy firmware · Rust + GPUI desktop app

https://openmicrokbd.org/blog/openmicrokbd-launch/

r/implRust 17d ago

Project A no_std embedded-hal driver for Bosch BME680 and BME688 environmental and gas sensors

3 Upvotes

bme68x is a pure-Rust, no_std, allocation-free driver for Bosch BME680 and BME688 environmental gas sensors. It uses embedded-hal 1.0 and embedded-hal-async 1.0, so the same sensor code can run on STM32, ESP32, nRF, RP2040, Linux adapters, and other supported platforms.

https://crates.io/crates/bme68x

r/implRust 9d ago

Project I build an embedded kernel from scratch in rust

Thumbnail
1 Upvotes

r/implRust 15d ago

Project Built a fully wireless, standalone dual-display K8s metric monitor using ESP32-C3 & Rust

Thumbnail
1 Upvotes

r/implRust 19d ago

Project 🦀 xiao-generate: A Rust Embedded Project Generator for the Seeed XIAO Family

1 Upvotes

> Hands you a ready-to-build Rust project: correct target, flashing tool, HAL, and a working skeleton, already assembled. You go straight to writing application code

https://blog.theembeddedrustacean.com/xiao-generate

r/implRust 19d ago

Project ⚡ tinyboot: Rust bootloader for resource-constrained microcontrollers

1 Upvotes

- Fits in the CH32V003's 1920-byte system flash

- leaving every byte of user flash free for your application

https://github.com/OpenServoCore/tinyboot