Embedded Hardware Engineer: Starting from the Minimal System of Microcontrollers

Introduction This article is dedicated to those who have just embarked on the embedded path. Here, I briefly document my learning experiences and some insights I have gained along the way, hoping to help beginners avoid unnecessary detours. The image above shows a corner of the laboratory where I have worked and studied, looking quite … Read more

Learning Embedded Systems from Scratch: Recommended Training Institutions

Learning Embedded Systems from Scratch Only these three institutions are recommended As a veteran with 8 years of experience in the embedded industry Today, I will conduct an in-depth analysis of these three institutions from four dimensions: courses, faculty, employment, and tuition fees Helping you choose wisely and avoid pitfalls! 01 HuaQing YuanJian Embedded/IoT direction … Read more

Design and Implementation of LCD Driver Based on Embedded Linux

1. Basic Information Project Name: Design and Implementation of LCD Driver Based on Embedded Linux Source: 12th “Challenge Cup” Provincial Competition Entry Subcategory: Information Technology Category: Academic Paper in Natural Sciences 2. Project Overview Introduction: This project provides a detailed introduction to embedded systems, embedded Linux systems, and the working principles of LCD displays. It … Read more

Embedded Software: Functional vs Non-Functional Programming

Hello everyone, I am the Mixed Bag Master. In this article, we will share a comparison between functional programming and non-functional programming in embedded applications. Functional vs Non-Functional Programming Functional programming (also known as functional programming, lambda calculus) is a programming paradigm that treats computation as the evaluation of mathematical functions and avoids changing state … Read more

Embedded Q&A: A Microcontroller Engineer’s Dilemma After Two and a Half Years

Click on the above“Hardcore Wang” to select“Pin/Star the Official Account” Get the latest benefits and resources delivered to you Hello everyone, I am Hardcore Wang. Recently, I have been sharing embedded knowledge for free to help those interested in embedded systems learn, work on projects, and find jobs! This consultant is a microcontroller engineer with … Read more

The Perfect Combination of const and Pointers in Embedded C

Follow+Star Public Account Number, don’t miss out on exciting contentAuthor | Mr.Deng Source | Embedded Intelligence Bureau This article shares the intricacies of using <span>const</span> with pointers in embedded C. As we all know, the flexibility of pointers is the core charm of C, but it is also a double-edged sword—carelessness can lead to memory … Read more

Introduction to Integrated Circuit Application Development (Including Embedded Systems) for Beginners [High-Definition Course]

Reply to the public account: Course to obtain resources Introduction to Integrated Circuit Application Development (Including Embedded Systems) for Beginners In the rapidly advancing technological landscape, integrated circuit application development, especially in the embedded field, has become a core support for many cutting-edge technologies. If you are curious about this fascinating field and eager to … Read more

Embedded Community Elderly Care: The “Last Mile” of Elderly Care in China

From policy dividends to practical implementation, decoding the entire industrial chain ecosystem of embedded community elderly care. Total word count: 2208 words Last week, I went to Xuhui District in Shanghai for research and passed by a place called“Tianlin Neighborhood Exchange,” where I saw three elderly people with canes gathered around a glass window, watching … Read more

StratifyOS: Say Goodbye to the ‘Pain’ of Embedded Development and Let Your MCU Soar!

Dear embedded development enthusiasts, are you often overwhelmed by various low-level drivers, hardware abstractions, and system porting? Do you find embedded development inefficient, lengthy, and downright frustrating? Next, we introduce StratifyOS, allowing you to experience the “smooth” pleasure of embedded development! What is StratifyOS? In simple terms, StratifyOS is a powerful real-time operating system (RTOS) … Read more

Program Architecture in Embedded Development

Introduction In embedded software development, including microcontroller development, software architecture is a critical consideration for developers. Software architecture is vital for the overall stability and reliability of the system. A suitable software architecture is not only clearly structured but also facilitates development. I believe that most developers adopt a simple sequential execution architecture in the … Read more