Microcontroller to Embedded Linux: A Comprehensive Guide

Microcontroller to Embedded Linux: A Comprehensive Guide

Article Word Count: 3000 Content Index: ⭐⭐⭐⭐⭐ Disclaimer:This article is sourced from the internet, and the copyright belongs to the original author.If there are any copyright issues, please contact for removal. 1 8 Highly Rated Linux E-Books Recommended 2 Access Method: Reply 【714】 in the backend 1 “How to Get Started with ARM and Embedded … Read more

Combining Raspberry Pi with AI Technologies for Embedded Linux Development

Original content by JG Education, please feel free to share with your friends. Unauthorized reproduction by other public accounts is prohibited. Micro Course Video: GPIO Channel Settings and LED Control👇 Micro Course Video: Implementation of Intrusion Alarm Function👇 Micro Course Video: Exercise – Mobile Remote Control Light👇 Some Electronic Courseware👇 Author: Wang Zheng Editor: Zhang … Read more

Using TSLib for Input Interface on Embedded Linux Platform with SSD212 Example

Using TSLib for Input Interface on Embedded Linux Platform with SSD212 Example

Click the above “Embedded Application Research Institute” and select “Top/Star Official Account” Valuable Resources Delivered Instantly! Source | Embedded Application Research Institute Compiled & formatted | Embedded Application Research Institute Since the coordinates reported by the driver are not flipped, the reported coordinates are reversed in both X and Y directions on the screen. However, … 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

Getting Started with ARM and Embedded Linux Without Pitfalls

Getting Started with ARM and Embedded Linux Without Pitfalls

Word Count: 1400 Practical Index: ⭐⭐⭐⭐⭐ 01 Learn Basic Bare-Metal Programming For those learning hardware, it is essential to first have a perceptual understanding of the basic usage methods of the hardware and to deeply understand the control methods of the hardware. If you start by learning the Linux system and porting, you will quickly … Read more

How to Transition from MCU to Embedded Linux?

How to Transition from MCU to Embedded Linux?

Click to Grab a Free Registration Spot A friend on Zhihu asked: After 6 years in microcontrollers, how to transition to embedded Linux? It’s quite awkward now; the microcontroller products I work on always feel repetitive, and I want to learn something new but don’t know how to transition. Today, I will use this question … Read more

Two Common Misconceptions in Learning Embedded Development

Two Common Misconceptions in Learning Embedded Development

The number of people learning embedded systems is increasing. Learning embedded Linux development is not something that can be accomplished overnight; it requires continuous accumulation. So, what aspects should we focus on when learning embedded Linux development?Next, I will provide you with a good learning method based on several common misconceptions about learning embedded Linux … Read more

Reflections on Transitioning from Microcontrollers to Embedded Linux

Reflections on Transitioning from Microcontrollers to Embedded Linux

Dragging my weary body home, Xia Tian bounced out of the house, smiling happily: “You’re back!~” The man loosened the collar of his shirt, looking disgusted as he dodged: “What do you want again? I told you, I really hate you.” Xia Tian stood there, awkwardly rubbing her hands: “But you also said you liked … Read more

WiFi Configuration in Embedded Linux Using C++

WiFi Configuration in Embedded Linux Using C++

The previous article “Analysis of WiFi Configuration Scripts in Embedded Linux” introduced how to configure WiFi on embedded Linux development boards using shell scripts to call tools like wpa_supplicant. This article will introduce how to achieve the same functionality through C++ programming. 1. Preparation My development board previously had a script set to automatically start … Read more

Linux Platform Bus Driver Device Model

Linux Platform Bus Driver Device Model

Embedded Linux QQ Group: 175159209, enthusiasts are welcome to join and discuss technical issues! The platform bus is a virtual bus, and the corresponding device is a platform_device, while the driver is a platform_driver. In the device driver model of Linux 2.6, I2C, RTC, LCD, etc. are classified as platform_device. The bus binds devices and … Read more