Curated Collection | ARM, Cortex-M

Curated Collection | ARM, Cortex-M

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | Embedded Column To make it convenient for everyone to review articles on their phones while taking public transport or going out for errands, I have carefully curated and categorized some articles: Understanding ARM, Cortex-M cores, and the ARMv8-M architecture … Read more

Quick Guide to ESP8266 NodeMCU with Examples

Quick Guide to ESP8266 NodeMCU with Examples

All the materials mentioned in the video have been prepared for you. You can reply with the keyword “ESP8266” in the backend to download for free (“ESP” is all uppercase). The accounts on Bilibili and Douyin with the same name will be updated from time to time, and you can also follow them. Of course, … Read more

Understanding the RTOS Kernel: A Guide for Beginners

Understanding the RTOS Kernel: A Guide for Beginners

Follow+Star Public Account Number, don’t miss exciting content Author | strongerHuang WeChat Public Account | strongerHuang I recently saw a discussion in a technical group about whether to read the RTOS kernel source code. From the perspective of someone who has been there, I would say: it is not necessary, I do not recommend reading … Read more

Differences Between MCU and MPU

Differences Between MCU and MPU

Differences MCU (Microcontroller Unit) and MPU (Microprocessor Unit) are two different types of embedded processors, and there are several key differences between them: 1. Purpose 👉MCU: MCUs are typically used in embedded systems that need to perform specific control tasks such as sensor data acquisition, automatic control, and control of embedded devices. They focus on … Read more

Essential Knowledge of FPGA: A Must-Read for Beginners!

Essential Knowledge of FPGA: A Must-Read for Beginners!

FPGA stands for Field-Programmable Gate Array, which is a type of programmable logic device. 1. Comparison with Microcontrollers Different Structures: 1.1 The number of pins, resources, and internal multipliers in a microcontroller is fixed, meaning its hardware is predetermined. Its functions can be achieved through software programming. 1.2 In contrast, the internal circuitry of an … Read more

51 Microcontroller Drip Infusion Control System with LCD Display: Proteus Simulation, Program, Design Report, and Tutorial Video

51 Microcontroller Drip Infusion Control System with LCD Display: Proteus Simulation, Program, Design Report, and Tutorial Video

Click the blue text to follow us Drip infusion control system based on 51 microcontroller with LCD display (Proteus simulation + program + design report + tutorial video) Simulation software: Proteus 7.8 and above Compiler: Keil 4/Keil 5 Programming language: C language Design number: S0081 Main functions: Proteus simulation design for drip infusion control system … Read more

Application of 1602 LCD Display Module

Application of 1602 LCD Display Module

The LCD display module is widely used in various instruments and low-power systems due to its advantages such as low power consumption, small size, rich display content, and ultra-thin lightweight. According to the display content, it can be divided into character LCDs and graphic LCDs. Based on display capacity, it can be divided into single … Read more

Mastering the LCD1602 Display Module with 51 Microcontroller

Mastering the LCD1602 Display Module with 51 Microcontroller

This lecture will introduce how to drive the LCD1602 display module with a microcontroller. Through this lecture, readers can master the working principle of the LCD1602 and how to drive it using a microcontroller. 1. Introduction to the Principle The LCD display module has advantages such as small size, low power consumption, rich display content, … Read more

Comparative Analysis of STM32 and Arduino: Which is Superior?

Comparative Analysis of STM32 and Arduino: Which is Superior?

What is the comparative performance of Arduino and STM32? Many electronics enthusiasts face a dilemma when choosing between Arduino and STM32. Arduino has always been popular, but STM32 offers more interfaces, stronger performance, and faster speeds? Features of Arduino and STM32 Arduino: Arduino is more geared towards creativity, simplifying hardware operations. Its functions and syntax … Read more

Optimizing Embedded C Code for Performance

Optimizing Embedded C Code for Performance

Click the “Microcontroller” above, and select “Top/Star“Public Account to receive the latest articles! Introduction How to optimize embedded C code? Application of Wuhan Chip Source General MCU CW32F030 series products in massage guns – Wuhan Chip Source Semiconductor Co., Ltd. [C Language Advanced] Efficiently troubleshooting your C programs using assert [C Language Advanced] Advanced usage … Read more