Bluetooth Command Settings for Embedded Systems

Bluetooth Command Settings for Embedded Systems

3.3.1 Bluetooth Command Settings Knowledge The embedded Bluetooth serial communication module allows us to break free from the constraints of cables and achieve wireless serial communication within a limited range, with two working modes: command response mode and automatic connection mode. In automatic connection mode, the module can be divided into three roles: Master, Slave, … Read more

Differences and Similarities Between RTOS and Linux

Differences and Similarities Between RTOS and Linux

关注+星标公众号,不错过精彩内容 作者 | strongerHuang 公众号 | strongerHuang Many embedded developers have such doubts: What is the difference between RTOS and Linux? RTOS: Real-Time Operating System, refers to an operating system that can accept and process external events or data at a fast enough speed when they occur, and the results of the processing can control … Read more

Why C++ is Not Recommended for Microcontroller Programming

Why C++ is Not Recommended for Microcontroller Programming

Follow+Star Public Account, don’t miss out on exciting content Author | strongerHuang WeChat Public Account | Embedded Column Generally speaking, when programming on microcontrollers, either assembly or C language is used, and it is rare to develop with C++. So why is it not recommended to use C++ for microcontroller development? Below, I will discuss … Read more

Mastering FreeRTOS: A Comprehensive Guide to Doubly Linked Lists

Mastering FreeRTOS: A Comprehensive Guide to Doubly Linked Lists

Abstract: Today, we will discuss the doubly linked list by combining the source code of FreeRTOS’s linked list. Note: A linked list item is a node, and a node is a linked list item; they refer to the same thing, and it doesn’t matter what you call it. 1. Defining the Linked List Structure // … Read more

Understanding Embedded System Architecture in One Article

Understanding Embedded System Architecture in One Article

“工控有得聊”是机械工业出版社“机工工控”“机工通信”品牌旗下专业资讯和服务平台,致力于帮助读者在电气、通信、自动化领域里,紧跟前沿资讯,掌握核心技术,快速提升专业素养。点击蓝色微信名可快速关注我们! If you aspire to become a modern embedded systems engineer, you need to determine the system architecture at the beginning of all projects.The system architecture includes two aspects: hardware and software.The hardware part not only determines the complexity and cost of the system but also affects how the subsequent software logic is implemented.Moreover, once … Read more

Optimizing General Processing, Sensing, and Control with Arm Cortex-M0+ MCU

Optimizing General Processing, Sensing, and Control with Arm Cortex-M0+ MCU

Click the blue text above Follow us! The microcontroller (MCU) in embedded systems is like the air traffic control system at a busy airport. The MCU can sense its working environment, take appropriate action based on the sensed results, and communicate with related systems. The MCU can manage and control signals in almost all electronic … Read more

Can Cortex-M Processors Run Linux?

Can Cortex-M Processors Run Linux?

This article introduction What is the core difference between microcontrollers and application processors? Is it the difference in core frequency? Or the support of the Linux system? Or the architecture of the processor? This article will briefly introduce the NXP Cortex-M series as an example. 1. Positioning of Cortex-M The architecture of the processor defines … Read more

Evolution of a Practical Embedded System Architecture

Evolution of a Practical Embedded System Architecture

▼Click the image below to search for【Internet of Things】 to access a variety of practical IoT projects we have prepared for you. In the 1990s, the rapid development of the Internet greatly advanced communication testing equipment. During that time, hardware capable of performing certain measurements was the core of competition, while software’s purpose was merely … Read more

Getting Started with ChatGPT in Embedded Systems: Implementing Lighting Programs for 51, STM32, Arduino, Raspberry Pi, and Linux

Getting Started with ChatGPT in Embedded Systems: Implementing Lighting Programs for 51, STM32, Arduino, Raspberry Pi, and Linux

What is trending recently? I think ChatGPT must be one of them. How popular can this be? I always thought it was only popular in the internet and technology fields, until recently when our local government’s official account and even the community were posting content related to ChatGPT… I then realized that the extent of … Read more

Top 10 Best Automotive IoT Embedded Projects for ECE Students

Top 10 Best Automotive IoT Embedded Projects for ECE Students

In the ever-evolving world of technology, the automotive industry has undergone significant transformations with the integration of embedded systems. As an Electronics and Communication Engineering (ECE) student, you have a unique opportunity to delve into automotive embedded projects. These projects not only provide valuable hands-on experience but also align with the growing demand for skilled … Read more