Microcontroller Programming: From Bare Metal to RTOS

Microcontroller Programming: From Bare Metal to RTOS

Introduction For embedded engineers, understanding the principles and application development technologies of RTOS is essential knowledge. However, with a wide variety of real-time operating systems available, selecting a specific RTOS as a basis for learning is a very effective approach. In this regard, Jishu Reading recommends a book co-authored by Arm Technology, published by the … Read more

Should You Transition From Microcontrollers to Embedded Linux?

Should You Transition From Microcontrollers to Embedded Linux?

Recently, many friends have voted and consulted on how to transition from microcontrollers to embedded Linux development. It seems that there are quite a few readers in the microcontroller and RTOS field. Although I am currently engaged in embedded development related to Linux/Android, I also have about 5 years of experience with bare-metal microcontrollers and … Read more

Beginner’s Guide to Embedded Linux Learning Path

Beginner's Guide to Embedded Linux Learning Path

1. Core Courses for Microcontroller Bare Metal This course is the core course for microcontroller bare metal; it is essential knowledge for advanced learning of microcontrollers; it also serves as a bridging knowledge for Linux bare metal development; preparing for further learning of RTOS/u-boot/Linux. 1.1 Core Microcontroller/RTOS Essentials (Based on STM32F103) 1.2 Core Microcontroller/RTOS Essentials_Hardware … Read more

Comprehensive Guide to Embedded Linux by Wei Dongshan

Comprehensive Guide to Embedded Linux by Wei Dongshan

Instructor Introduction Wei Dongshan | Graduated from University of Science and Technology of China, with dual degrees in Electronics and Computer Science. 2005-2007 Worked at ZTE Corporation in embedded Linux development, achieving S-level performance. 2008 Published “Complete Handbook of Embedded Linux Application Development”, which has been a bestseller in the embedded field. 2008-2011 Served as … Read more

How to Set the RTOS Tick in Embedded Development?

How to Set the RTOS Tick in Embedded Development?

Recently, a reader asked this question: Why is the default configuration of the RTOS system tick (Tick) 1000? Can I set it to 100, 10000, or 2000? Many beginners have this question, including myself when I first learned about RTOS. I was confused about the different values for tick configuration and their impacts. Today, let’s … Read more

Differences in Hardware Operations: MCU, Linux, and Android

Differences in Hardware Operations: MCU, Linux, and Android

I am Wei Dongshan, and I have been engaged in embedded Linux training for a long time. Recently, I plan to serialize a series of articles. I am recording a brand new embedded Linux video, using a new approach, starting no longer from bare metal/uboot, which is more efficient. The corresponding documentation will also be … Read more

DIY Low-Cost IoT Control Box

DIY Low-Cost IoT Control Box

This is about building a simple smart home system. I have created a small box for this smart home system, aimed at providing a convenient way to control regular household appliances, allowing control of lights, water heaters, fans, doors, air conditioners, etc., when connected to the internet via a mobile phone. The hardware components of … Read more

Should You Transition from Microcontrollers to Embedded Linux?

Should You Transition from Microcontrollers to Embedded Linux?

Follow Baiwen Technology, choose to pin or star Don’t miss any exciting content — Author: Embedded Veteran Huo Ge Authorized reprint from the WeChat public account of Embedded Veteran’s Career Path (ID: ict_embedded), with added content and modifications. Recently many friends have voted and consulted on how to transition from microcontrollers to embedded Linux development. … Read more

Getting Started with Embedded Systems for Edge Computing

Getting Started with Embedded Systems for Edge Computing

Introduction: The AT device package for controlling wireless modems is one of the most popular extensions for RTOS. This article has 6145 words, reading time approximately: 7 minutes The AT device package for controlling wireless modems is one of the most popular extensions for RTOS. RTOS is an open-source embedded operating system, developed by RT-Thread. … Read more

What Is CMSIS-RTOS?

What Is CMSIS-RTOS?

Follow+Star Public Account, don’t miss the exciting content Author | strongerHuang WeChat Official Account | strongerHuang CMSIS: Cortex Microcontroller Software Interface Standard. It contains a lot of content: CMSIS-RTOS: Mainly used for RTOS API, providing a consistent software layer that can work with middleware and library components. CMSIS-DSP: A rich set of DSP functions optimized … Read more