Tag: #microcontroller
Writing on GPUs, LLMs, MLOps, Kubernetes — and mindset · 2 posts
Embedded Rust 2026 Deep Dive — no_std, Embassy, esp-rs, RP2350, probe-rs, and Rust on Microcontrollers in Practice
Embedded Rust is no longer an experiment in 2026. Embassy 0.6 has effectively become the default async runtime on microcontrollers, HAL support for RP2350 (Cortex-M33 + RISC-V Hazard3) is stable, esp-rs has been elevated
2026-05-14 · 29 min read #embedded-rust#esp-rs#embassy#rp2040#rp2350Embedded Systems & IoT Complete Guide: From MCU to Edge AI
A comprehensive guide to embedded systems and IoT. Covers MCU programming, RTOS, communication protocols (I2C/SPI/UART/CAN), Raspberry Pi, ESP32, and Edge AI (TFLite/ONNX) with real code examples.
2026-03-17 · 16 min read #embedded-systems#iot#microcontroller#rtos#arduino