An Overview of the TFT-LCD Display Panel Industry

BOE Knowledge Cool 👆Display Technology | Display News | PPT | Knowledge Management Produced by DAS BG CTO Knowledge Management Article No. 659 The panel industry primarily refers to the touch display panel industry used in electronic devices such as televisions, desktop computers, laptops, and mobile phones. In today’s information age, the role of information … Read more

Common Module Examples for 51 Microcontrollers (Part 1)

Since the late 1970s, when microcontrollers were first introduced, there has been a long history of development in microcontroller technology. Microcontrollers are particularly suitable for embedded systems and are subject to strict size management, which is why almost every electronic device you see today integrates a microcontroller. The widespread application means that learners of microcontrollers … Read more

AppleALC Sound Card Driver Supported Hardware Models and ID Query Table

Hackintosh AppleALC Sound Card DriverSupported Hardware Models and ID Query Table Sound Card Chip ID Corresponding Model AD1884 11 Panasonic Toughbook CF-30 AD1984 11 ThinkPad T61 T61p AD1984A 11, 13, 44 11 – AD1984A13 – Version244 – giesteira AD1988A 12 AD1988a AD1988B 5, 7, 12 5 – 3 ports7 – 5/6 ports12 – Rodion custom … Read more

A Step-by-Step Guide to Using OpenCV on Raspberry Pi

Click the card below to follow “Computer Vision Home” for the latest insights on visual/image processing! Get the latest updates on visual/image processing delivered to you! Creating products involves not only software but also hardware, which plays a crucial role. Specifically, in computer vision, we need compact edge hardware to deploy our object detection models … Read more

MicroPython: The Mini Power of Embedded Systems!

â–¼ Click the card below to follow me â–² Click the card above to follow me MicroPython: Run Python on Microcontrollers! Running Python on microcontrollers sounds incredible, doesn’t it? MicroPython is an exciting technology that brings the simplicity and ease of Python into the embedded world. Imagine controlling a microcontroller, which traditionally required complex C … Read more

Analysis and Protection Against Ransomware in Industrial Control Systems

Industry is the lifeblood of a nation’s economy and a reflection of its comprehensive national strength. Currently, China is at a critical juncture in its transition from “Made in China” to “Intelligent Manufacturing in China.” Industrial Control Systems (ICS), as the core of the industrial system, are widely used in fields such as power, aerospace, … Read more

Display and Input Modules in Microcontroller Systems

In microcontroller systems, the display module and input module are core components for achieving human-machine interaction (HMI). Below are their classifications, principles, and typical applications: 1. Display Module is used to visualize the data or status processed by the microcontroller. 1.1 Common Display Types LED (Light Emitting Diode) Monochrome LED: Indicates status (e.g., power, alarm). … Read more

LWPrintf: A Lightweight printf Solution Designed for Embedded Systems for Efficient and Simplified Output!

In C language development, output management is a crucial aspect. The traditional printf function, while powerful, often fails to meet specific requirements in terms of memory usage and flexibility, especially in embedded systems. To address these issues, lwprintf was created. This article introduces the background of lwprintf, its core features, practical application scenarios, and summarizes … Read more

The Path of Domestic CPUs You Must Know for Embedded Development

The Path of Domestic CPUs You Must Know for Embedded Development 1 IntroductionIn May 2019, the Huawei ban on ARM marked the beginning of a heated discussion about domestic chips in China. Suddenly, people everywhere were talking about the necessity for China to have its own chips, and the internet was buzzing, digging up years … Read more

Engineer Shares: CPU Control in Embedded Linux Systems

01Test Environment Xilinx ZCU106 Single BoardXilinx VCU TRD2020.1 02Introduction In embedded Linux systems, Linux directly manages all CPUs. By default, the system aims to maximize throughput rather than real-time performance. To ensure real-time performance, more precise control over the CPU can be implemented based on the application scenario. Common methods include process CPU isolation, CPU … Read more