A Beginner’s Guide to ROS Development

A Beginner's Guide to ROS Development

Introduction Many friends learning ROS have this confusion: What can I do with ROS? Where should I start? What is the best way to get started? It would be great if someone could point the way when feeling lost and confused. Here it comes: GuYueJu has analyzed the job requirements of companies in Beijing, Shanghai, … Read more

Embedded Linux QT Development: How to Get Disk Space Size

Click on the “Embedded Application Research Institute“, select “Top/Star Public Account“ Valuable Content Delivered First! Source | Embedded Application Research Institute Organization & Formatting | Embedded Application Research Institute On Windows systems, when we open My Computer, we can see the available space and total space of each disk, as shown below: In the development … Read more

Create Autonomous Drones from Scratch – Free Course

Create Autonomous Drones from Scratch - Free Course

Algorithms are the methods and steps to solve problems, while hardware is the effective way to test the quality of algorithms and implement them. If you want to become a master in the field of mobile robotics, a solid foundation in the combination of algorithms and hardware is essential. Practical case – Creating an Autonomous … Read more

In-Depth Exploration of Byte Alignment Issues

In-Depth Exploration of Byte Alignment Issues

1. The Concept of “Memory Alignment” Memory alignment, also known as byte alignment, is an attribute of the memory address where a data type can be stored. This attribute is essentially the memory address itself, which must conform to certain specifications. This specification states that the memory address value must be a power of 2. … Read more

What Operating Systems Are Generally Used in Aircraft?

What Operating Systems Are Generally Used in Aircraft?

Reprinted from Linux Fan What operating systems are generally used on airplanes? This is the answer many people have been wanting to know. This section is based on an answer from V friends reprinted from Baidu Zhidao: Aerospace software is not mysterious; from a computer architecture perspective, it is not much different from ordinary computer … Read more

Exploring FPGA and eFPGA Technologies

Exploring FPGA and eFPGA Technologies

FPGA has become a strategic technology, regarded as the “poor man’s ASIC”, capable of providing customized ICs for a limited number of applications. At the same time, it has gained strategic importance in the following two large and high-growth applications: Cloud Data Centers: Networking, storage, and security; Communication Systems: Base stations and 5G, etc. In … Read more

Embedded Training and Course Outline

Embedded Training and Course Outline

The rapid development of Internet technology has made embedded engineers popular talents. The Internet of Things Era — A New Era in the Embedded Field Since the 1970s, embedded systems have developed for over thirty years. In recent years, with the advancements in computer technology, communication technology, software technology, and Internet technology, embedded systems have … Read more

Classic! Must-Know Stack Concepts in Embedded Programming

Classic! Must-Know Stack Concepts in Embedded Programming

Word Count: 9000 Content Quality: ⭐⭐⭐⭐⭐ 1. Prerequisite Knowledge—Memory Allocation in Programs A program compiled by C/C++ occupies memory divided into the following parts: 1. Stack Area (stack)—automatically allocated and released by the compiler, used for storing function parameters and local variable values. Its operation is similar to a stack in data structures. 2. Heap … Read more

How to Learn Embedded Systems? Engineer Learning Pathways Explained!

How to Learn Embedded Systems? Engineer Learning Pathways Explained!

In the field of embedded systems, hardware and software engineers are indispensable pillars, each undertaking different responsibilities and roles, yet closely connected, forming the core of embedded systems. Today, this article will detail what engineers need to learn, hoping to be helpful to everyone. Learning Path and Growth Direction for Embedded Hardware Engineers1. Learning Path① … Read more

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