Essential Skills for Embedded Learning

Essential Skills for Embedded Learning

In today’s rapidly developing technological era, embedded learning has gradually become a popular field. Whether developing smart devices, IoT applications, or industrial automation systems, embedded technology is indispensable. To succeed in embedded learning, one must master some basic skills. 01 Fundamentals of Programming Languages 1. C/C++ Language 1. The C language is the core programming … Read more

General Process of Embedded Hardware Design

General Process of Embedded Hardware Design

Abstract: Embedded hardware design is a systematic task. For engineers, understanding the processes and general methods involved is significant for carrying out their work. Today, let’s briefly discuss the general process in hardware design. 1. Requirement Analysis Requirement Analysis involves working with clients to analyze requirements and determine the final needs, establishing guiding documents such … Read more

Detailed Explanation of Embedded Product Development Process

Detailed Explanation of Embedded Product Development Process

Source: ittbank Embedded products, like ordinary electronic products, must follow some basic processes during development, which is a journey from requirement analysis to overall design, detailed design, and finally to product completion. However, compared to ordinary electronic products, the development process of embedded products has its uniqueness. It involves both embedded software and embedded hardware, … Read more

89 Embedded Concepts You Should Know

89 Embedded Concepts You Should Know

Follow the Embedded Learning Station, and get more fresh hot topics every day. 🤟 Consumption Tip: This article has a total of 8448 words and an estimated reading time of 20 minutes~ Understanding some basic concepts is essential for learning about embedded systems and computers. There are many concepts related to embedded systems and computers, … Read more

Career Planning for Embedded Engineers Amidst Technological Changes

Career Planning for Embedded Engineers Amidst Technological Changes

Word Count: 18000 Content Index: ⭐⭐⭐⭐⭐ The Concept of Embedded Systems: Focus on Understanding the Concept of “Embedded” 1. From a hardware perspective, integrating CPU-based peripheral devices into the CPU chip itself. For example, early computers based on the X86 architecture only had arithmetic and accumulator functions. All chips needed to create external bridges for … Read more

A Great Embedded Online Simulation Tool

A Great Embedded Online Simulation Tool

Follow+Star Public Account, don’t miss wonderful content Author | strongerHuang WeChat Official Account | strongerHuang Recently, I accidentally discovered a great online simulation tool (Wokwi) that supports multiple platforms and mainstream development boards on the market, such as: STM32, ESP32, Arduino, Raspberry Pi, etc. It also supports common sensors and display devices (LCD, LED screens), … Read more

How Does printf() Integrate with UART Driver Functions?

How Does printf() Integrate with UART Driver Functions?

This is definitely a good article. Printing with this function is sometimes more useful than any debugging tool, and the kernel’s prink is a true gem. But how does the printf function connect with the UART driver? This article will answer that for you. Like, share, and bookmark it for when you need it. Today, … Read more

How to Swap UART Rx and Tx Pins and Invert Levels

How to Swap UART Rx and Tx Pins and Invert Levels

Follow+Star Public Account, don’t miss wonderful content Source | AI Electronics Today I will share with you some features of UART in STM32, mainly targeting newer series of STM32 (such as: STM32H7, G0, G4, etc.), which allows changes to the Rx and Tx pins, level inversion, high-low order, and introduces timeout, etc. Embedded Column 1 … Read more

Yu Kai Discusses Embedded AI: A Revolution from the Edge

Yu Kai Discusses Embedded AI: A Revolution from the Edge

Founder and CEO of Horizon Robotics Yu Kai From Center to Edge In the past, big data, big models, and big computing have driven academic research and industrial development. All computing, from PCs to mobile devices, has shown a trend of aggregation towards cloud computing and data centers. However, I believe that in the next … Read more

New Favorite Embedded Operating System: Priority Cooperative Scheduling

New Favorite Embedded Operating System: Priority Cooperative Scheduling

Embedded operating systems sound quite impressive, but in fact, they are just a streamlined version of an operating system, specially tailored for embedded devices. Today, let’s talk about a particularly interesting embedded operating system – the one based on priority cooperative scheduling. It’s a bit like a well-organized small team, where each member has their … Read more