SSaguninsagunwrites.hashnode.devยท2d ago ยท 4 min readWhat Is a Real-Time Operating System (RTOS)?Imagine a system that doesn't just need to perform a task correctlyโit needs to perform that task within a specific time requirement. In an ordinary computer, a small delay may not be a serious proble00
YY-NOTinynot.hashnode.devยท4d ago ยท 4 min readWhy we started this devlog โ Edge AI hardware integration, beyond distributionYou can find a hundred blog posts reviewing the latest NPU benchmarks. You can find spec sheets, datasheets, and marketing decks. But the moment you try to actually build something โ connect that NPU 00
FSFynn Schulzinlighthousereckoning.hashnode.devยท3d ago ยท 8 min readLighthouseReckoning: A Lightweight LoRa Mesh Network for Arduino, ESP32 and RP2040LoRa Gives You Range. It Doesnโt Give You a Network. LoRa is great at moving small amounts of data over long distances. Getting a packet from one microcontroller to another? Straightforward. Getting t00
AMADITYA MOREinjarvis-logbook.hashnode.devยท4d ago ยท 11 min readWhen C Started Controlling Hardware: My 8051 Learning JourneyFor the past few weeks, my learning journey had mostly been around C programming and software logic. I was writing functions. Building structures. Solving problems. Breaking programs into smaller modu00
SBScott Boudreauxinelyanlabs.hashnode.devยทAug 10 ยท 18 min readTransformers on Four Retro ConsolesElyan Labs ยท August 2026 We Ran Transformers on Four Retro Consoles and Counted Every Cycle A language model generates text on a Game Boy Color. Another answers questions on a Nintendo 64. The fourth 00
SISHINGO IGUCHIinuwb.hashnode.devยทAug 9 ยท 11 min readWhat Is CCC Digital Key 3.0? An Overview for EngineersThe previous five posts on this blog covered UWB from the physical layer up: IEEE 802.15.4z, channel models, angle of arrival, and how UWB compares against BLE, NFC, and RFID. That was deliberately fo00
WWIOWIZinrvp.hashnode.devยทAug 7 ยท 1 min readWIOWIZ SOC Virtual Platform - Boot a Complete SoC from One BinaryMost SoC evaluations start the same way.You receive RTL, documentation, and a list of tools to install before you can answer a simple question: ๐๐ผ๐ฒ๐ ๐๐ต๐ฒ ๐๐๐๐๐ฒ๐บ ๐ฎ๐ฐ๐๐๐ฎ๐น๐น๐ ๐ฟ๐๐ป?W00
SSaguninsagunwrites.hashnode.devยทAug 6 ยท 5 min readHarvard ArchitectureIn the previous article, we explored Von Neumann Architecture, where instructions and data share the same memory system. But what if instructions and data were stored separately? This idea leads us to00
LKLokesh Kumarinlokedotsh.hashnode.devยทAug 4 ยท 5 min readBuilding an nRF52840 Web Server: Setting Up FreeRTOSRead the article on my website: https://loke.sh/blog/nrf52840-web-server/2-freertos-nrf52840 Preface I am building a low-cost web server around the nRF52840, with networking, storage, and a small embe00
LKLokesh Kumarinlokedotsh.hashnode.devยทJul 27 ยท 8 min readBuilding an nRF52840 Web Server: Starting with Bare-MetalRead the complete article on my website โ Preface This article is a build log of my first bare-metal experiments on the nRF52840. If you are new to embedded systems, it may help you understand what ha00