Delivering high-accuracy neonatal monitoring with Rust and Ferrocene in a joint project with @ferroussystems.bsky.social.
Find the demo at Booth 4-402 in Hall 4 at Embedded World.
#RustLang #EmbeddedRust #Ferrocene #EmbeddedSystems #MedTech
Latest posts tagged with #embeddedrust on Bluesky
Delivering high-accuracy neonatal monitoring with Rust and Ferrocene in a joint project with @ferroussystems.bsky.social.
Find the demo at Booth 4-402 in Hall 4 at Embedded World.
#RustLang #EmbeddedRust #Ferrocene #EmbeddedSystems #MedTech
The current FAQ section on rust-embedded.org/faq/ is being worked over and expanded.
If you have come across FAQs that are suitable for rust-embedded.org, please consider contributing them (if possible including an answer) to this discussion: github.com/rust-embedde...
#EmbeddedRust
device-envoy: Making Embedded Fun with Rust!
Talk by Carl Kadie at Seattle Rust User Group.
#RustLang #EmbeddedRust #Rustaceans
www.youtube.com/watch?v=iUu6...
I built a light switch for my Home Assistant. It's an #ESP32 running Rust and connects to the HA via MQTT. Fun!
#embeddedrust
Image of part of a printed circuit board for an incubator controller. The image focuses on the MCU and surrounding components, many of which show a blue-ish corrosion layer from saltwater damage.
If you are looking for a new incubator, look for a model that has the control board **above** the chamber, especially if you work with salt water...
Don't get me wrong, I love oxidized firmware #EmbeddedRust, not so much corroded components though.
Embassy brings async Rust to embedded, offering low-cost abstraction & concurrency on single-core MCUs, avoiding RTOS complexity. Discussion explores its use, suitable hardware, and the async vs. blocking debate in embedded Rust. #EmbeddedRust 1/6
Can Rust's strong types simplify microcontroller programming?
Tried embedded Rust on Raspberry Pi Pico 2, with good Rust bindings.
It's still messy. Got it to work after watching this video by @drjonea.bsky.social
Maybe #EmbeddedRust has reached critical mass now.
www.youtube.com/watch?v=oWTh...
Our intern Ebbe may just have sped up your debug journey for async Embedded Rust. We're impressed! Read about the Proof of Concept here: buff.ly/TfNFCp3
Feedback and contributions are appreciated, so give inspect-embassy a go!
@ebbdrop.bsky.social
#rustlang #embeddedrust #debugging
Exploring Serial Wire Debug with Airfrog
#Airfrog #SerialWireDebug #ARMmicrocontroller #EmbeddedRust #ESP32
theoasisbbs.com/exploring-se...
🎥 Rust in Paris 2025 🦀
At the latest edition of Rust in Paris, Omar explored the foundations of a strong Embedded Rust ecosystem.
👉 Watch the full talk: youtu.be/UIqchWfD35I
Huge thanks to Omar 🙌
#RustLang #EmbeddedRust #RustInParis #RustProgramming #OpenSource #RustCommunity
Rust STM32 GPIOs Tutorial
#RustLang #EmbeddedRust #STM32 #GPIO #AsyncRust #EmbassyRs #ProbeRs #RetroROM #Microcontrollers
theoasisbbs.com/rust-stm32-g...
Attend Frank’s talk: “No cars were harmed for this talk” only at EuroRust in Paris.
Learn more about the talk here ➡️ eurorust.eu/talks/automo...
#RustLang #EmbeddedRust #Automotive
🧵2/3
We tackled the challenge of writing an over-the-air firmware update mechanism for the lossy LoRaWAN network. David explains how we reconstructed the lost data using parity blocks: buff.ly/FxjnbA0
This work was performed in close collaboration with Philip Markgraf for Kelvin.
#embeddedrust #iot
Image with rusty background that says Elektor Academy Pro Con Rust on Embedded, 16 July 2025, Get Early Bird Access
Tamme is speaking about the Rust Embedded Ecosystem at the online Rust on Embedded - Elektor Academy Pro Conference on 16 July 2025!
Early-bird tickets here: elektor.scoocs.co/public/event... (until 18 June)
@elektor.bsky.social
#rustlang #embeddedrust
Curious about Rust on Embedded? Sign up for "Rust on Embedded", the online Elektor Academy Pro Conference on July 16th. Juraj Michálek from #Espressif will showcase no_std #Slint, #BevyEngine, and more
www.youtube.com/watch?v=N_Pr...
👉 www.elektormagazine.com/news/rust-on...
#rustlang #EmbeddedRust
@diondokter.nl's RustWeek talk 'Codegen your problems away - device-driver toolkit' was recorded and uploaded to YouTube. Watch it now: buff.ly/nDonHQL
@rustnl.bsky.social
#rustlang #embeddedrust #rustweek
I wrote some ST7789 screen driver Rust code which just takes bytes from memory and flushes them into the screen. It seems to work but somehow the screen turns completely white less than one second after the memory write operation. This used to work fine, so I was wondering if maybe some other […]
Got an LED to blink using Rust on the ESP32-C6
Super basic, but cool to see how relatively straightforward the Rust environment setup is for this.
Now to tackle the RGB LED
#EmbeddedDev #rust #rustlang #EmbeddedRust #esp32
Decided I should get some hands on experience with embedded rust
Gonna have a play with it on the ESP32-C6 dev kit with a GlowBit LED matrix
#rust #embeddedRust #esp32 #rustlang