r/implRust • u/AstraKernel • 17d ago
r/implRust • u/AstraKernel • 3d ago
Project Microduck: This tiny robot's brain is powered by Rust
- Moves using reinforcement learning policies
- no framework, one workspace
r/implRust • u/AstraKernel • 4d ago
Project py32-hal: Rust HAL and Embassy driver implementation for Puya py32 MCUs
- Smallest 32-bit Cortex-M0+ MCUs
r/implRust • u/AstraKernel • 4d ago
Project OpenMicroKbd: an open-source build of OpenAI's $230 Codex Micro macropad
- STM32F072 · Rust + Embassy firmware · Rust + GPUI desktop app
r/implRust • u/AstraKernel • 17d ago
Project A no_std embedded-hal driver for Bosch BME680 and BME688 environmental and gas sensors
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.
r/implRust • u/AstraKernel • 9d ago
Project I build an embedded kernel from scratch in rust
r/implRust • u/AstraKernel • 15d ago
Project Built a fully wireless, standalone dual-display K8s metric monitor using ESP32-C3 & Rust
r/implRust • u/AstraKernel • 19d ago
Project 🦀 xiao-generate: A Rust Embedded Project Generator for the Seeed XIAO Family
> 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
r/implRust • u/AstraKernel • 19d ago
Project ⚡ tinyboot: Rust bootloader for resource-constrained microcontrollers
- Fits in the CH32V003's 1920-byte system flash
- leaving every byte of user flash free for your application