Milestone in Robotics: AI-Controlled Robots Play Hide and Seek in Space

Milestone in Robotics: AI-Controlled Robots Play Hide and Seek in Space

Editor: Multi-line Source: Scarlett Evans, IoT World Today According to IoT World Today, two independent astronaut-assist robots played “hide and seek” on the International Space Station, marking a milestone in the field of robotics. The two robots, deployed by the German Aerospace Center (DLR) and the Japan Aerospace Exploration Agency (JAXA), communicated with each other … Read more

IoT Cards: The Digital Bridge Connecting Everything

IoT Cards: The Digital Bridge Connecting Everything

The IoT card, officially known as the IoT communication card, is a mobile communication access service provided by operators specifically for smart terminal devices. Unlike the mobile SIM cards we use daily, IoT cards use exclusive number ranges and are primarily sold in bulk to enterprise users, providing data transmission, remote control, and management services … Read more

Too Many Pitfalls with Modbus? This Open Source Tool is the Solution!

Too Many Pitfalls with Modbus? This Open Source Tool is the Solution!

In the field of industrial IoT and industrial control, it is inevitable to deal with Modbus devices, and debugging and managing these devices can often be complex and frustrating. OpenModScan, an open-source and free tool, addresses this pain point! If you need to quickly debug Modbus devices and easily parse data, this tool is your … Read more

Optimizing RS-485 Timing Performance: How ADI Addresses Jitter and Long-Distance Communication Challenges

Optimizing RS-485 Timing Performance: How ADI Addresses Jitter and Long-Distance Communication Challenges

According to industry experts such as PROCENTEC, applications based on RS-485 fieldbus technology (PROFIBUS®) are continuously growing, and industrial Ethernet (PROFINET) applications are also rapidly increasing. In 2018, a total of 61 million PROFIBUS fieldbus nodes were installed globally, with a 7% year-on-year growth in PROFIBUS process automation (PA) devices. The installation base for PROFINET … Read more

SPI 32-Bit Wide DMA Transmission Failure Issue

SPI 32-Bit Wide DMA Transmission Failure Issue

Someone is usingthe STM32H563 development productand has enabledDMA mode forSPI communication. They discovered an issue where, when theSPI data width is configured to16 bits or32 bits, using theSTM32 HAL library’sSPI DMA API start function results in no data transmission. However, if theSPI data width is configured to8 bits, the transmission works normally. What could be … Read more

How Many Ways Do You Master I2C Interface Communication?

How Many Ways Do You Master I2C Interface Communication?

Overview:The I2C communication interface is one of the most commonly used MCU peripherals in our daily applications. Initially, before MCUs had hardware I2C, I2C communication was accomplished by simulating I2C timing through GPIO ports. Later, as MCUs began to include I2C peripheral interfaces, the use of hardware I2C became commonplace. More importantly, this not only … Read more

Exploring FPGA Testing: An Introduction to FPGAs

Exploring FPGA Testing: An Introduction to FPGAs

Introduction Overview From deep space exploration to intelligent driving, FPGAs are driving system transformation When a satellite traverses layers of atmosphere and enters orbit, you may rarely think about the “programmable logic chip” hidden in its heart—FPGA. In the aerospace field, FPGAs (Field-Programmable Gate Arrays) are widely used for: ▪ Onboard data processing: Real-time processing … Read more

Mapping of 20 PLC Component Numbers to Modbus Address

Mapping of 20 PLC Component Numbers to Modbus Address

Click on the blue text above to intuitively learn about machinery and subscribe to us for long-term updates. I have previously worked on microcontroller and Modbus RTU serial communication for the following 20 types of PLCs. Here, I share the mapping of these PLC input, output, and register components to their corresponding Modbus address. Mitsubishi … Read more

Can Other Servo Drives Receive PLC Commands When One Slave Servo Drive Loses Power in an EtherCAT Network?

Can Other Servo Drives Receive PLC Commands When One Slave Servo Drive Loses Power in an EtherCAT Network?

To get straight to the point, whether other servo drives can receive commands from the PLC (master) depends on the network topology and configuration that allow for continued communication. Here is a detailed analysis of this issue: 1. How EtherCAT Networks Work EtherCAT is a real-time industrial fieldbus protocol based on Ethernet, utilizing a “Processing … Read more

Four-Wire, Three-Wire, and Two-Wire SPI Communication

Four-Wire, Three-Wire, and Two-Wire SPI Communication

Introduction SPI, short for Serial Peripheral Interface, is a high-speed interface technology that supports full-duplex synchronous communication. The communication rate can reach several megabits to tens of megabits. 1. Four-Wire SPI The commonly used SPI typically consists of four lines: SDO/MOSI: Master device data output, slave device data input, such as when the master reads … Read more