Xiangteng NPU Chip (2) – AI Chip for Inference Applications

Xiangteng NPU Chip (2) - AI Chip for Inference Applications

The Xiangteng NPU chip is an AI chip designed for inference.When applying artificial intelligence, we encounter two concepts: Training and Inference, which are two stages in the implementation of AI. Let’s first understand these two issues. What is the difference between training and inference? What key points should we focus on to distinguish between AI … Read more

Germany’s Automated Warehouse and Distribution Logistics Solutions: The Power of German Industrial Manufacturing!

Germany's Automated Warehouse and Distribution Logistics Solutions: The Power of German Industrial Manufacturing!

Opinion| Dynamics | Fun |NotesIndustry 4.0 Study Group The development of automation technology in the warehousing sector (including main warehouses) can be divided into five stages: manual warehousing, mechanized warehousing, automated warehousing, integrated warehousing, and intelligent automated warehousing. In the late 1990s and several years into the 21st century, intelligent automated warehousing will be the … Read more

Is an Embedded Real-Time Operating System Truly Real-Time?

Is an Embedded Real-Time Operating System Truly Real-Time?

We often refer to RTOS (Real Time Operating System) as a real-time operating system, but what exactly is a real-time operating system? Is it truly real-time?This question is likely to be on the minds of many beginners. Brief Overview of RTOS RTOS: Real Time Operating System, which means real-time operating system. According to Baidu Encyclopedia: … Read more

Intertask Communication in the Embedded Operating System uCOS-II: A Detailed Sharing

Intertask Communication in the Embedded Operating System uCOS-II: A Detailed Sharing

For more exciting content, please click the blue text above to follow me! When using the uCOS-II operating system for embedded development, one must accept the new term “task”. From the beginning to the end of the uCOS-II textbook, there is no clear definition of “task”, which leads to confusion about what a task is … Read more

An Analysis of Real-Time Operating Systems (RTOS) in Embedded Development: Why You Need It?

An Analysis of Real-Time Operating Systems (RTOS) in Embedded Development: Why You Need It?

Follow★Star the public account to get information first Today, let’s talk about something that is super important in embedded development but often overlooked—Real-Time Operating Systems (RTOS). If you are new to embedded development, this article is a must-read. What is RTOS? RTOS, or Real-Time Operating System, refers to an operating system that must complete specific … Read more

New Hardware Gateway – Ultimate Performance Driving Future Industrial Intelligence

New Hardware Gateway - Ultimate Performance Driving Future Industrial Intelligence

Introduction · Opening a New Era of Intelligence In the wave of Industrial 4.0 where everything is interconnected, a high-performance and reliable IIoT gateway serves as the “invisible brain” that facilitates device connectivity, data collection, and remote operation and maintenance. The newly launched IIoT-B300 provides a perfect solution for your industrial site with extreme performance … Read more

Multi-Protocol Communication Gateway and Siemens PLC for Industrial IoT Data Fusion

Multi-Protocol Communication Gateway and Siemens PLC for Industrial IoT Data Fusion

Hello everyone! Today we are going to create a “tech medley”—the multi-protocol communication gateway + Siemens PLC industrial IoT data fusion system! 🌐🤖 Imagine, old Modbus instruments, trendy OPC UA servers, and the factory’s traditional Profibus production line, all relying on a “protocol translator” gateway to let them communicate and share data in the cloud! … Read more

Analysis of Wi-Fi Configuration Script in Embedded Linux

Analysis of Wi-Fi Configuration Script in Embedded Linux

Follow “Coder Loves Learning“, set “Star Public Account“ Practical Benefits Delivered First-Hand! The embedded Linux system generally supports Wi-Fi connectivity, which can be achieved through shell scripts or other programming languages. This article introduces the execution principle of a script that configures Wi-Fi using a shell script. 1 Introduction to Wi-Fi Connectivity via Shell Script … Read more

K8S Lecture 24: Introduction to Chaos Engineering – Core Features of Chaos Mesh and Fault Injection

K8S Lecture 24: Introduction to Chaos Engineering - Core Features of Chaos Mesh and Fault Injection

1. Introduction: Why is Chaos Engineering Needed? In the cloud-native era, system complexity is growing exponentially, and traditional testing methods can no longer cover all failure scenarios. Chaos Engineering is a proactive experimental approach that injects faults to help us discover system weaknesses before real failures occur in production environments. As a CNCF incubated project, … Read more

Practical Implementation of Network Isolation Fault Injection in Database Clusters

Practical Implementation of Network Isolation Fault Injection in Database Clusters

1. Introduction In database clusters, network isolation is one of the common fault scenarios. For example, when a node cannot communicate with other nodes due to a network interruption, the cluster may trigger a master-slave switch, data synchronization interruption, or split-brain issues. By actively injecting network isolation faults, we can verify the cluster’s high availability, … Read more