Introduction to Computer Science and Technology Major

Introduction to Computer Science and Technology Major

Introduction to Computer Technology and Science Major Major Introduction Computer Technology and Science This major trains students to engage in the development of computer application software, analysis and maintenance of computer system software, management and maintenance of computer networks, as well as design, debugging, installation, and maintenance of computer hardware, embedded systems, and interfaces. Students … Read more

A New Chip That Disrupts CPUs and GPUs

A New Chip That Disrupts CPUs and GPUs

Click on “Guo Xin Nan Fang” below the title for quick attention Source: Semiconductor Industry Observation No matter how elegant and clever the design of the computing engine is, the difficulty and cost of migrating existing (sometimes very old) code from currently running devices to new computing engines is a major barrier to adoption. This … Read more

Essential Guide to Robot Operating System (ROS): Learn Robot Programming Easily

Essential Guide to Robot Operating System (ROS): Learn Robot Programming Easily

After over a decade of development, ROS has gained significant promotion and application, especially in academia. Most laboratories at the Carnegie Mellon University Robotics Institute are based on ROS programming, and many researchers from different countries at Facebook Reality Lab also primarily use ROS programming. The simple interface, good versatility, and extensibility of ROS allow … Read more

What Programming Languages Are Used for Industrial Robots?

What Programming Languages Are Used for Industrial Robots?

Editor’s Note Many friends have been asking what programming languages are used for industrial robots. This time, I will summarize several commonly used programming languages for industrial robots. 1. Hardware Description Languages (HDLs)   Hardware description languages are generally used to describe electrical programming methods. These languages are quite familiar to some robotics experts because they … Read more

Programming Languages for Industrial Robots

Programming Languages for Industrial Robots

Many people have asked what programming languages are used for industrial robots. In this article, I will summarize several commonly used programming languages for industrial robots. 1. Hardware Description Languages (HDLs) Hardware description languages are generally used to describe electrical programming methods. These languages are quite familiar to some robotics experts because they are used … Read more

Top 10 Popular Programming Languages for Robots

Top 10 Popular Programming Languages for Robots

If you ask: What is the best programming language for robots? Computer vision programmers will give different answers than cognitive robot developers. Everyone disagrees on what is the “best programming language”; the first language to learn is often the most practical answer, as it depends on the type of application you are developing and the … Read more

PID Control for Robotic Arm Joint Control in ROS

Introduction PID control (Proportional-Integral-Derivative control) has a wide range of applications in industrial control and robotic control. This article takes robotic arm joint control as an example to explore the implementation and optimization of PID control in ROS. Unlike vision-related applications, this article focuses on the servo control of robotic arms, discussing how to adjust … Read more

Common Arduino Functions Explained

Common Arduino Functions Explained

Today, Teacher Cheng from the Marker Pen Design Study Abroad program continues to explain the relevant knowledge of Arduino. Previously, we introduced many Arduino sensors in the article “How to Use Arduino Human Infrared Sensors”. In this article, we will discuss the programming language within Arduino, specifically the application of some common functions. Arduino is … Read more

Implementing Communication Protocols and Data Processing in IoT Devices Using C++

Implementing Communication Protocols and Data Processing in IoT Devices Using C++

Implementing Communication Protocols and Data Processing in IoT Devices Using C++ Introduction With the rapid development of the Internet of Things (IoT), various devices communicate over the internet to transmit and receive data. C++ is a widely used language, especially suitable for embedded systems. In this article, we will discuss how to implement communication protocols … Read more

How to Offline Install MinGW in MATLAB

How to Offline Install MinGW in MATLAB

Some features in MATLAB require a C/C++ code compiler to function properly. However, sometimes company computers cannot install MinGW online due to various reasons (such as inability to access the internet, license expiration, etc.), necessitating an offline installation. This article will guide you through the process of offline one-click installation of MinGW. Compatibility Between MATLAB … Read more