Understanding MQTT Protocol Development Concepts

Understanding MQTT Protocol Development Concepts

Hello everyone! Today, we will discuss one of the most commonly used communication protocols in the Internet of Things (IoT) — the MQTT protocol. I will explain this seemingly professional technical concept in the simplest way possible. What is MQTT? MQTT (Message Queuing Telemetry Transport) is like a “WeChat” system specifically designed for IoT devices. … Read more

EtherCAT Technology Applications in Wind Turbine Control Systems

EtherCAT Technology Applications in Wind Turbine Control Systems

The principle of wind power generation is to use wind to drive the rotation of the turbine blades, then through a speed-increasing device to enhance the speed to drive the generator to generate electricity, converting wind energy into mechanical energy, and then into electrical energy. According to the “2024 Global Wind Report” released by the … Read more

EtherCAT Protocol: The Communication Star in Robotics Applications and Its Allure

EtherCAT Protocol: The Communication Star in Robotics Applications and Its Allure

Click the blue text above to follow us Introduction:The Communication Revolution in the Robotics Industry In the era of Industry 4.0, the intelligence and collaborative capabilities of robots have become core competitive advantages. EtherCAT (Ethernet for Control Automation Technology) has captured 35% of the global industrial robot communication protocol market share (2024 statistics) due to … Read more

MGate 5122 CANopen to Ethernet IP Protocol Setup Manual

MGate 5122 CANopen to Ethernet IP Protocol Setup Manual

1 Basic Product Setup 1. To log into the gateway’s configuration page, change the local computer’s network card IP address to 192.168.127.X The default factory IP address of the MGate 5121 is 192.168.127.254/24 The gateway’s default Ping service is disabled, so the factory IP address cannot be pinged. As shown in the figure below, set … Read more

PROFIBUS Slave to Modbus Master – ADFWEB Converter – Guangzhou Xinyu IoT

PROFIBUS Slave to Modbus Master - ADFWEB Converter - Guangzhou Xinyu IoT

PROFIBUS Slave to Modbus Master – ADFWEB Converter–Guangzhou Xinyu IoT www.adfweb.com.cn Zou Wuyi Mobile185-020-77899 Email [email protected] 1、Features: The configurable Profibus slave to serial communication master gateway has the following features: • Baud rate and parity can be changed via software; • Can be installed on a 35mm DIN rail; • Power supply: 8…19V AC or … Read more

Practical Guide to Modbus Software Development PDF [83MB]

Practical Guide to Modbus Software Development PDF [83MB]

Modbus is one of the most widely used communication protocols in the field of industrial automation. With the continuous development of electronics, computers, and communication technologies, especially with the rise of concepts like the Internet of Things and “Internet Plus”, Modbus communication technology has evolved from serial buses to Modbus TCP, gaining momentum. To help … Read more

Success in Graduate School Admission!

Success in Graduate School Admission!

Yang Fan Graduated from the School of Information Engineering, Lanzhou University of Commerce in 2023, a member of the Communist Party of China. During his time at school, he received the Mandarin Level 2 A certificate, English Level 4, Computer Level 2 C Language Programming, Level 3 Network Technology certificate, and Intermediate Software Examination certificate.In … Read more

Getting Started with CMake: From Basic C Code to Embedded Project Management

Getting Started with CMake: From Basic C Code to Embedded Project Management

Hello everyone, welcome to <span>LiXin Embedded</span>. Today we will talk about CMake, a powerful tool that makes cross-platform builds easy and helps you manage your projects efficiently. Why Do We Need CMake? If you are just starting to learn C++, you might be used to using an IDE like Visual Studio, VS Code, or CLion. … Read more

Compiling GCC 11.5 x64 to AArch64 Cross Toolchain on CentOS 6.10

Compiling GCC 11.5 x64 to AArch64 Cross Toolchain on CentOS 6.10

Prerequisites Prepare the following source packages binutils-2.29 gcc-11.5.0 glibc-2.17 linux-3.10.99 First, build a GCC 5.2, x64 is sufficient. C++11 is required, the default GCC in the repository is 4.4.7 The ARM64 version of glibc 2.17 is required linux-3.10.99 provides header files for glibc 2.17 Set up environment variables export PKG=/soft/pkg export SRC=/dd/gcc-srcexport BUILD=/dd/gcc-buildexport TARGET=aarch64-linux-gnuexport PREFIX=/dd/aarch64-linux-gnu-gcc-11.5.0export … Read more