How to Properly Boot the Raspberry Pi CM0 Dev Board?

How to Properly Boot the Raspberry Pi CM0 Dev Board?

Summary of the previous article! Impacting the industrial sector! The Raspberry Pi CM0 has officially launched! Still buying the Raspberry Pi CM0 at full price? Here’s the guide to mastering the Raspberry Pi CM0! This chapter introduces the specific operations for installing the operating system, connecting cables, and initializing configurations. Installing the Operating System The … Read more

The Ultimate Guide to Downloading and Configuring Dev-C++ for C++ Beginners

The Ultimate Guide to Downloading and Configuring Dev-C++ for C++ Beginners

1. Why Write This Topic? Are you a C++ beginner or a parent wanting to teach your child programming but confused about which development tool to choose for effective learning? Beginners do not need a complex “aircraft carrier”; they just need a lightweight and sharp “Swiss Army knife.” A complicated installation and configuration process can … Read more

Creating a Simple and Practical Vim on Linux

Creating a Simple and Practical Vim on Linux

“ I have seen many articles about Vim configurations online, and I have also written some simple Vim configuration tutorials myself. However, I think this article is well-written, so after communicating with the author, I decided to repost it. I hope this Vim configuration article can be helpful to everyone.” I have selected several plugins … Read more

Installing Docker Environment on Linux Ubuntu Server

Installing Docker Environment on Linux Ubuntu Server

After remotely accessing the Linux server, use the following commands to install Docker. sudo apt-get update # Update the system # Add dependencies sudo apt-get install ca-certificates curl gnupg lsb-release sudo mkdir -p /etc/apt/keyrings # Create a keyrings directory # Add Docker's official GPG key curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo gpg –dearmor -o /etc/apt/keyrings/docker.gpg # … Read more

DALI to MQTT – ADFWEB Gateway Converter – Guangzhou Xinyu IoT

DALI to MQTT - ADFWEB Gateway Converter - Guangzhou Xinyu IoT

DALI to MQTT – ADFWEB Gateway Converter–Guangzhou Xinyu IoT Author:www.adfweb.com.cn Zou Wuyi Mobile185-020-77899 Email: [email protected] 1 Features: HD67941-B2 is a DALI/MQTT converter with the following features: – Electrical isolation between Ethernet and DALI ; – Can be mounted on a 35mm standard rail; – Wide power input range:18…35V DC and 8…24V AC; – Wide operating … Read more

IO-Link to Modbus TCP – ADFWEB Gateway Converter

IO-Link to Modbus TCP – ADFWEB Gateway Converter

IO-Link to Modbus TCP – ADFWEB Gateway Converter– Guangzhou Xinyu IoT Author:www.adfweb.com.cn Zou Wuyi Mobile185-020-77899 Email: [email protected] 1、Features: HD67963-B2 is an IO-Link slave/Modbus TCP master converter, with the following functions: – Maximum read/write data volume can reach 1500 bytes; – Can be installed on 35mm DIN rail; – Supports Modbus TCP and IO-Link bidirectional data … Read more

Guide to Configuring C++ Development and Debugging Environment in VS Code

Guide to Configuring C++ Development and Debugging Environment in VS Code

Visual Studio Code (VS Code) is a lightweight, cross-platform code editor that has become the preferred choice for many C++ developers due to its rich plugin ecosystem and powerful debugging capabilities. This article will introduce how to set up an efficient C++ development and debugging environment based on VS Code in a Linux (or WSL) … Read more

Essential Linux Networking Tool Skills

Essential Linux Networking Tool Skills

The use of networking configuration tools in Linux systems is a fundamental skill. The main networking configuration tools (commands) are ip, ifconfig, route, and arp. This article mainly shares these tools from the perspectives of historical background, functionality, scenarios, and usage methods. Introduction to Linux Networking Software Packages ifconfig and route are traditional tools (originating … Read more

Configuration and Release of Collision Signals for KUKA Robot Arc Welding

Configuration and Release of Collision Signals for KUKA Robot Arc Welding

In previous articles, we mentioned that the robot and welding machine can be configured with the following signals. Input Signals:Output Signals:1.Function of Collision Prevention Signal: When the robot is using automatic welding, the automatic welding gun configured for the robot is generally equipped with a collision prevention sensor (referred to as a collision sensor). This … Read more