Understanding Embedded System Software Architecture

Understanding Embedded System Software Architecture

SAST weekly is a technology series launched by the student association of the Department of Electronic Engineering, covering multiple aspects such as popular science in the field of information technology, introduction to cutting-edge research hotspots, and exploration of technological news, helping students to broaden their horizons and gain knowledge. It is updated weekly, welcome to … Read more

Getting Started with Arduino: A Beginner’s Guide

Getting Started with Arduino: A Beginner's Guide

Arduino, as a convenient, flexible, and easy-to-use open-source electronic prototyping platform, is popular among various groups of people. We will launch a series of Arduino learning posts to help you quickly master this increasingly popular microcontroller. Our “Getting Started with Arduino” will guide everyone to understand Arduino, starting with the simplest “Hello World!” program, helping … Read more

Designing Modular Software Architecture for Embedded Systems

Designing Modular Software Architecture for Embedded Systems

Follow+Star Public Account, don’t miss wonderful content Source | Da Chengzi Crazy Embedded A good embedded project usually has a well-designed software architecture. Unless your project is just a simple lighting project. 1. Introduction Modular programming design refers to dividing a large program into several smaller program modules according to functionality during program design, with … Read more

Rust Support in OpenWRT: A Comprehensive Guide

Rust Support in OpenWRT: A Comprehensive Guide

Prepare the environment: Install the source package and xargo. rustup add component rust-src cargo install xargo Specify the OpenWRT gcc environment: Copy the toolchain to the designated directory, or leave it in the source directory, and edit the specified toolchain’s bin directory in the bash script ~/.bashrc for xargo to use. Edit build.rs to specify … Read more

Getting Started with RTOS Configuration

Getting Started with RTOS Configuration

Follow+Star PublicAccount, don’t miss wonderful content Author | strongerHuang WeChat Public Account | strongerHuang Recently, some friends asked: Where to start learning RTOS? This question is simple and complicated, because everyone’s foundation is different, and naturally, where to start learning also varies. I think, first you need to understand some basic knowledge related to RTOS, … Read more