Key Hong Kong Stocks: AI, Robotics, Semiconductors

Key Hong Kong Stocks: AI, Robotics, Semiconductors

Today, we will not analyze further.A-shares: We will see if it can stabilize at 3320; if it does, it will push towards 4000. If it cannot stabilize, it may drop to 2960, and we will wait until the end of May to push towards 4000. What will happen in the end? Let’s wait and see.Hong … Read more

AI Robots Reshape the New Ecosystem of the Silver Economy

AI Robots Reshape the New Ecosystem of the Silver Economy

The 2025 government work report clearly states the need to continuously promote the “Artificial Intelligence +” initiative, vigorously developing new generation intelligent terminals such as smart robots and intelligent manufacturing equipment. Smart elderly care has become one of the important ways to address the challenges of an aging population. As embodied intelligent robots gradually move … Read more

Exploring AI Robotics: A Toy or a Path to Technology Education?

Exploring AI Robotics: A Toy or a Path to Technology Education?

Exploring AI Robotics WorkshopWorkshop Recently, the “Exploring AI Robotics” workshop has received numerous inquiries from parents. “Is learning AI robotics just a hobby, or does it help with academic advancement?” “Are the kids just playing with toys in the AI robotics workshop, or are they really learning technology?” Parents’ questions are insightful and sharp. Honestly, … Read more

Top 10 Competitiveness Rankings of IoT Sensor Companies in China for 2025

Top 10 Competitiveness Rankings of IoT Sensor Companies in China for 2025

The global sensor industry is experiencing explosive growth amidst the wave of IoT and smart manufacturing. As the core component for data collection,the global market size reached $192.97 billion in 2023, with China contributing nearly one-third of this at 364.47 billion yuan. The growth rate of smart sensors is particularly remarkable, with a domestic compound … Read more

ThingsBoard Open Source IoT Platform: Web Configuration

ThingsBoard Open Source IoT Platform: Web Configuration

Introduction In the world of the Internet of Things (IoT), platform selection, functionality implementation, and development efficiency are topics that developers cannot avoid. Today, we will discuss an open-source IoT platform that has made countless developers exclaim “it’s really great”—ThingsBoard. Especially its Web configuration system, which, due to its simplicity, powerful features, and flexible scalability, … Read more

Practical Development of Device Drivers Based on PLX PCIe Controllers in VxWorks 7

Practical Development of Device Drivers Based on PLX PCIe Controllers in VxWorks 7

Introduction In industrial control, data acquisition, and communication scenarios, PLX (acquired by Broadcom) PCIe controller chips are widely used. VxWorks 7, as the latest generation of real-time operating systems from Wind River, offers a more modern driver framework – VxBus 2.0. This article will share the complete process of developing PCIe device drivers in the … Read more

Introduction to Network Programming in VxWorks

Introduction to Network Programming in VxWorks

VxWorks is a real-time operating system (RTOS) widely used in embedded systems. Due to its high performance and reliability, it has been extensively applied in many critical fields such as aerospace, industrial control, and automotive electronics. This article will briefly introduce network programming on VxWorks, focusing on how to perform network communication and providing some … Read more

Building an ISO Image Based on BusyBox

Building an ISO Image Based on BusyBox

Building an ISO Image Based on BusyBox 1. Preparation • CentOS 7.9 3.10.0-957.el7.x86_64 • VMware Workstation Recommendation: Use BusyBox version <= 1.33.2 for kernel <= 3.10.0 2. Installing BusyBox # Install dependencies yum install syslinux xorriso kernel-devel kernel-headers glibc-static ncurses-devel -y # Download wget https://busybox.net/downloads/busybox-1.33.2.tar.bz2 # Compile and install tar -xvf busybox-1.33.2.tar.bz2 cd busybox-1.33.2 make … Read more

Application of Multi-Port Embedded Industrial Computers in Automotive Painting Control Lines

Application of Multi-Port Embedded Industrial Computers in Automotive Painting Control Lines

The multi-port embedded industrial computer is primarily used in automotive painting control lines for system control, equipment connection and communication, quality inspection and monitoring, among other aspects. Below is a detailed introduction: System Control and Coordination As the core control unit of the automotive painting control line, the multi-port embedded industrial computer is responsible for … Read more

Raspberry Pi Beginner’s Guide – System – Installing Ubuntu MATE 20.04 LTS on Raspberry Pi 3

Raspberry Pi Beginner's Guide - System - Installing Ubuntu MATE 20.04 LTS on Raspberry Pi 3

Description: This guide introduces how to install Ubuntu MATE 20.04 LTS on Raspberry Pi 3B+ Preparation Before Installation Use the Ubuntu MATE 20.04 LTS image click here for download link The file name is as follows: ubuntu-mate-20.04.1-beta2-desktop-arm64+raspi.img.xz Download and install Win32DiskImager software A Micro SD cardFormat the Micro SD card on Windows A Raspberry Pi … Read more