Lightweight Framework Designed for Embedded Systems

Lightweight Framework Designed for Embedded Systems

Today, I would like to share an open-source, lightweight framework designed specifically for embedded systems. Open-source address: https://gitee.com/MacRsh/mr-library Introduction to mr-library MR framework is a lightweight framework designed specifically for embedded systems. It fully considers the resource and performance needs of embedded systems. By providing standardized device management interfaces, it greatly simplifies the difficulty of … Read more

DIY Open Source Ventilator: How an Italian Hospital Resurrected 10 Critical Patients with 3D Printed Valves

DIY Open Source Ventilator: How an Italian Hospital Resurrected 10 Critical Patients with 3D Printed Valves

New Intelligence Report Editor: Yuanzi 【New Intelligence Introduction】Foreign experts teach you how to make a low-cost open source ventilator by yourself. You only need to buy a mask, tube, and some necessary parts online, connect it to an Arduino development board, and you can DIY a ventilator that can save lives in critical times! Meanwhile, … Read more

Running Rust Programs on Arduino Uno: A Comprehensive Guide

Running Rust Programs on Arduino Uno: A Comprehensive Guide

Running Rust Programs on <span>Arduino Uno</span> A long time ago, to run Rust on Arduino, you had to install a specially modified Rust compiler that supports AVR: rust-avr. A month ago, rust-avr has been merged into the Rust master branch, which means you can play with Arduino under Nightly now. It also includes a new … Read more

Raspberry Pi Guide to Prevent Dust Accumulation

Raspberry Pi Guide to Prevent Dust Accumulation

Raspberry Pi ______ Raspberry Pi does not collect dust Guide What is Raspberry Pi Raspberry Pi is a small computer the size of a credit card, which you can connect to a TV, monitor, keyboard, mouse, and other devices. Raspberry Pi can replace various everyday desktop computer uses, including word processing, spreadsheets, media centers, and … Read more

DIY VR Haptic Gloves with ESP32: Experience Immersive Virtual Reality with LucidGloves

DIY VR Haptic Gloves with ESP32: Experience Immersive Virtual Reality with LucidGloves

LucidGloves is an open-source project aimed at enabling users to create and use their own VR haptic gloves. It is centered around Arduino and ESP32 microcontrollers and is compatible with the SteamVR platform. Easy-to-Use DIY Gloves The goal of LucidGloves is to make it easy for anyone to create VR haptic gloves. Whether you are … Read more

Open Source Industrial IoT Gateway Based on .NET6

Open Source Industrial IoT Gateway Based on .NET6

What is an Industrial IoT Gateway An Industrial IoT Gateway (IIoT Gateway) is a hardware device or software program that serves as a bridge between local devices (such as PLCs, barcode scanners, robots, CNC machines, non-standard upper computers, etc.) and cloud systems (such as IoT platforms, SCADA systems, MES systems, etc.). All data flowing between … Read more

Weekly Lesson: Implementing Graphical Interface with Arm-2D on Cortex-M Chips

Weekly Lesson: Implementing Graphical Interface with Arm-2D on Cortex-M Chips

Click the card below to follow Arm Technology Academy Weekly Lesson is a new column at Arm Technology Academy, where I regularly select public courses from the Extreme Technology Community for everyone to learn more technology. Welcome to follow Weekly Lesson. Public Course Content This session introduces how to deploy Arm-2D on Cortex-M processor chips … Read more

How to Build a Home Server – Architecture Edition

How to Build a Home Server - Architecture Edition

With the rapid development of the internet and increasing bandwidth, people’s demands for the internet are no longer limited to just browsing. The need for home servers has also become more prominent. Apart from spending a lot of money on ready-made NAS servers, building your own machine as a server offers better cost-effectiveness and expandability … Read more

Learn Linux Kernel Development with Raspberry Pi OS

Learn Linux Kernel Development with Raspberry Pi OS

RPi OS is a simple operating system based on the Raspberry Pi platform, designed to help developers learn operating system development from scratch and gain a deep understanding of how the Linux kernel works. This tutorial will guide you through the development process of RPi OS step by step and compare it with the implementation … Read more