Hardware Abstraction for Robotics: Connecting Sensors and Actuators
Hardware Abstraction for Robotics: Connecting Sensors and Actuators Introduction Robots interact with the physical world through hardware. Sensors p…
Tech news from the best sources
Hardware Abstraction for Robotics: Connecting Sensors and Actuators Introduction Robots interact with the physical world through hardware. Sensors p…
The Automotive Grade Linux distribution is not one release on one baseline. As of 26 August 2026 its release-notes page documents three listed relea…
For most embedded products with a fixed set of services and no user-installable software, BusyBox init is the right default: small, no dependency ch…
I keep seeing Pi Zero + MPU-9250 threads where SDA/SCL look right and i2cdetect is empty — or the GPIO dies after a 5V VCC. Pi GPIO is 3.3V tolerant…
Next week we ship the Bitaxe Naja Duo , and the spec that matters is 9.5 joules per terahash at stock. First open-source home miner under 10. But th…
Embedded Swift — это подмножество Swift, предназначенное для работы с низким потреблением ресурсов, что позволяет ему работать в ограниченных средах…
Buildroot builds a cross-compiler, a Linux kernel and a complete root filesystem from source, driven by one Kconfig-style configuration file. Starti…
For hardware your company owns and intends to ship for years, default to putting the driver in mainline and carrying only the part you have not land…
The Linux DMA API exists because the address a device uses is not the address the CPU uses, and because on most embedded SoCs the CPU cache is not k…
Год назад на проекте гуманоида с Jetson Orin на борту меня регулярно спрашивали одно и то же. “Можно ли гонять нашу VLA локально, без сети?” VLA это…
On most embedded Linux products the kernel carries the description of the board. Under Arm's SystemReady Devicetree band it does not: the platform f…
LighthouseReckoning LighthouseReckoning is a lightweight LoRa mesh networking library for Arduino-compatible microcontrollers, currently tested on E…
Меня зовут ZolAnd, я - независимый инженер-разработчик embedded-систем в основном для дома и сельской усадьбы. В какой-то момент мне захотелось собр…
Controller Area Network (CAN) is one of those technologies that quietly powers a huge number of embedded systems. It is commonly found in cars, EVs,…
Когда речь идет о промышленном сборе данных, даже компьютер-одноплатник иногда избыточен по габаритам. Если устройство встраивается в щиток, в корпу…
I wanted to see if an ESP32-S3 could be used as a programmer for the WCH CH32V003 instead of using a dedicated WCH-Link. The final setup is: PC → ES…
Когда я начал работать с CH32V203G6U6 и обнаружил, что там есть 64-битный аппаратный таймер, то подумал: ух, это же отлично, раз таймер аппаратный,…
The hardest failures in low-power IoT are often not total silence. They show up as partial signals: battery voltage drifting down, RSSI getting wors…
Your storage hardware narrows the choice first: raw NAND requires UBIFS on UBI; ext4 and f2fs are not candidates there. On managed flash such as eMM…
Привет, хабр! Помните мою прошлую эпопею про создание ATCU-ESP32 — мозгов для АКПП, которые умнее заводских [источник: статья на Хабре]? Так вот, по…
Офлайн-хранилище со сложным графом и outbox: быстрый старт в MAUI и в браузере, базовые операции и почему в этой роли EF Core только мешает. Курьер…
Hard debugging is rarely defeated by a lack of tools. It is defeated by three quiet habits: assuming the fault is where the symptom appears, clingin…
Embedded-разработка отличается множеством уникальных настроек, компиляторов и систем сборки. А при использовании стандартных методов анализа могут в…
Российские микроконтроллеры существуют не только в новостях и реестрах. Возьмём МИК32 «Амур», настроим рабочее окружение в неско…
Linux 7.2 is expected as a stable release around 16 August 2026, so teams carrying an embedded BSP should test against the release candidates now, e…
NON-PAPER This paper is distributed solely for discussion purposes. It reflects an independent analytical perspective and is not presented on behalf…
Most conversations about CRA, DORA, and NIS2 compliance for IoT hardware boil down to one uncomfortable binary: redesign the board around newer, sec…
Mainline-friendly products are designed so their board support lives in upstream Linux, U-Boot, and standard build systems instead of a vendor fork.…
Devres is the kernel's mechanism for managed device resources: every devm_* allocation is recorded on a per-device list, and the driver core release…
You do not need expensive equipment to build an embedded Linux lab. Start in QEMU with no hardware at all, then add one well-documented board and a…