π¦ Daniel Almeida Interview, Writing a Linux GPU Kernel Driver in Rust
youtu.be/rgjTPBRae6I
#rustlang #linux
π¦ Daniel Almeida Interview, Writing a Linux GPU Kernel Driver in Rust
youtu.be/rgjTPBRae6I
#rustlang #linux
After the main blink loop starts, probe-rs not working
I placed a blocking loop before the main loop and able to flash it by pressing NRST button
```
for _ in 0..8_000_000 {
cortex_m::asm::nop();
}
```
(I originally tried with RPi debug probe then bought cheap ST link programmer)
Debugging Hardware π΅βπ«
Not able to flash STM32 with probe-rs
Is it code or config? No
Is it probe-rs version? No
Maybe udev rules ? No
Wiring issue? No
Took 2 days and finally got kind of lead
----
After i flash embassy blinky, not able to flash it again
If i flash stm32f3xx-hal, it is fine
Ratatui presentation at Rust nation uk
π If it can compute, it can run Ratatui - Orhun ParmaksΔ±z
- At Rust Nation UK
youtu.be/btqNDDuZ3cI
#rustlang #embedded
Rick and Morty Butter Meme but with STM32 Black pill board
Experiment
OK, I'd say this works: github.com/nebelgrau77/...
Rat-powered air sniffer π It has a welcome screen, too!
cc:
@orhun.dev @jslazak.com @astrakernel.bsky.social @theembeddedrust.bsky.social
#embedded #rustlang #ratatui
Drone vs robotic arm with two heaven paths meme
π€
The rise of Ratatui ππ
#rustlang #ratatui
π Embedded Rust: Learn to Control WS2812 LEDs with Raspberry Pi Pico
PIO is one of the powerful features of Pico
- Learn PIO from scratch
- Write PIO assembly
- From Blinky to implementing WS2812 protocol in PIO
rp2040.implrust.com/pio/index.html
GitHub:
github.com/ImplFerris/r...
#rustlang
WS2812 LED controlled with Raspberry Pi Pico
- PIO Assembly and Rust π¦
β‘οΈ Some one build this for daughter - Opens only if you solve a simple puzzle
This looks awesome! One day i want to build something cool like this
www.reddit.com/r/arduino/co...
pio program for the ws2812
πMaking it colorful, one bit at a time
#rustlang
TIL: You can adjust SVG colors based on light or dark mode
SVG, you're my favorite image format π
βοΈ Cloudflare opensourced another Rust library
> ecdysis: library that implements graceful process restarts where no live connections are dropped, and no new connections are refused
blog.cloudflare.com/ecdysis-rust...
#rustlang
I haven't faced this yet π
Pico and oled example circuit
β‘οΈimpl Rust for Pico - Embedded Programming with Rust
- If you have an older Raspberry Pi Pico(RP2040 chip) and want to learn Embedded Rust, this book is for you
- Ported from the "Pico Pico" book which is written for Raspberry Pi Pico(RP2350 chip)
github.com/ImplFerris/r...
#rustlang #embedded
Cool π
β‘οΈ Using PIO for LED Blinking on Raspberry Pi Pico in Embedded Rust
- Intro to PIO in Raspberry Pi Pico
- Simple PIO assembly code to blink LED
- Guide to use the PIO Simulator to visually understand the signal generated corresponding to asm
rp2040.implrust.com/pio/index.html
#rustlang #embedded
Pio simulator
Blinking LED the hard way with PIO in Raspberry Pi Pico
Nice simulator
Litebox overview
π¦ Microsoft's New Open-Source Project: LiteBox As A Rust-Based Sandboxing Library OS
> A sandboxing library OS that drastically cuts down the interface to the host, thereby reducing attack surface
www.phoronix.com/news/Microso...
GitHub:
github.com/microsoft/li...
#rustlang #linux
impl Rust for Rp2040
I meant to ask which one you have ?
Do you have Pico(RP2040) or Pico(RP2350)?
#embeded #pico #raspberrypi
WhatsApp architect overview and rust
π¦ WhatsApp adopts Rust for media security
> Rust version showed performance and runtime memory usage advantages over the C++
> We anticipate accelerating adoption of Rust over the coming years
engineering.fb.com/2026/01/27/s...
#rustlang #whatsapp
Uart transmission decoded by the pulseview
β‘ Analyzing UART Signals in Embedded Rust Using a Cheap USB Logic Analyzer
> Send text over UART from a Raspberry Pi Pico and inspect the signal with a logic analyzer
blog.implrust.com/posts/2026/0...
logic analyzer output
β‘οΈUsing a Cheap USB Logic Analyzer for Embedded Rust Debugging
- A beginner-friendly post on logic analyzers (Rust is a small part of the post).
> Focuses on understanding samples, capture duration, and reading waveforms with PulseView.
blog.implrust.com/posts/2026/0...
#rustlang #embedded
Just watched a video short(AI generated I think) referring to ESP32 as "E S P 3 2" (Three Two) πΆ
Do you pronounce it as "Thirty two" or "Three Two"?
Circuit diagram from the book shows the connection between pico and oled display
π¦ Free Book - Learn Embedded Rust with Raspberry Pi Pico
- Aimed towards hobbyists. Learn to work with sensor, RFID, sdcard and others
- Book has now been revised. It is open source available on GitHub. For any feedback, you can raise the GitHub issue
pico.implrust.com/index.html
#rustlang
Embedded Rust π₯°