The async vs. blocking debate persists. Proponents highlight async's power efficiency & code ergonomics, while others argue for blocking's simplicity in certain contexts, urging against ecosystem fragmentation. A key design choice for developers. #EmbeddedDev 6/6
This Pico Ethernet project is currently transmit-only, with full-duplex posing a challenge. Yet, it inspires future ideas like GRMII PHY for gigabit speeds, pushing boundaries despite current limits! 💡 #EmbeddedDev 5/5
A core theme: Tactility's ability to run loadable native "elf apps" on ESP32. While powerful, the limited RAM (e.g., 520KB) is a significant hurdle for complex applications. #EmbeddedDev 2/6
Overview: Embedder, a YC S25 tool, is revolutionizing embedded software development using Claude code. It focuses on rigorous documentation, hardware awareness, and strict safety standards, promising a significant impact on the field. #EmbeddedDev 1/6
🧠 We built a connected smart home system with low-level programming for full user control.
#IoT #SmartHome #EmbeddedDev
🚀 Imagination DRM driver update!
Now supporting TI’s AM62P/AM67A/J722S SoCs with PowerVR BXS-4 GPUs.
🔧 Fixes clock initialization bugs
🖥️ Read more:👉 tinyurl.com/4jv2d294 #Tech #EmbeddedDev
31 days into this journey and I’ve learned two things:
1. Consistency > perfection
2. Wires will betray you
#EmbeddedDev #100DaysOfCode
If you’ve ever coded a working LED blink loop and felt like Iron Man —
you get it.
#100DaysOfCode #EmbeddedDev
Electronics teaches you that even one wire in the wrong spot can ruin everything.
…just like one else in the wrong place in your code.
#100DaysOfCode #EmbeddedDev
Today’s dev stack:
– Python
– JavaScript
– Jumper wires
– Mild panic
#EmbeddedDev #100DaysOfCode
My code works.
My LED blinks.
My breadboard looks like spaghetti.
We're making progress.
#Electronics #100DaysOfCode #EmbeddedDev #IoT
Code bug: fix it.
Hardware bug: you stare, doubt your life, then realize… the jumper wire is in the wrong pin.
#100DaysOfCode #EmbeddedDev #Electronics
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
🎉 Just wrapped my head around how interrupts work in the embassy framework! 🚀 Excited to share my latest example: a button IRQ handler on #STM32L0 using #RustLang. Check out the code here: gitlab.com/zdaav/embed/...
#EmbeddedDev #OpenSource #RustEmbedded #IoT #Tech
🚀 Kicking off my STM32 journey with Rust! Just uploaded my first project: a simple blinky example using #RustLang and #STM32. Check it out on GitLab! gitlab.com/zdaav/embed/... #EmbeddedDev #RustEmbedded #OpenSource