Introduction to Robotics (AI Building + Programming) Course

Introduction to Robotics (AI Building + Programming) Course

1. Training Objectives: The robotics course training covers multidisciplinary knowledge from engineering to computing, from sensing to control, cultivating students’ ability to integrate multidisciplinary knowledge. By solving specific engineering and scientific problems, it enhances students’ engineering thinking, computational thinking, and creative thinking. Through hands-on project implementation, students improve their practical skills, problem analysis, and problem-solving … Read more

The Working Principles of Robots: A Detailed Analysis

Many people, upon hearing the word “robot,” might think of terms like “cool appearance,” “powerful functions,” and “high-end,” associating robots with the advanced and flashy machines seen in sci-fi films like the “Terminator.” However, this is not the case. In this article, we will explore the basic concepts of robotics and how robots accomplish their … Read more

Understanding Host and Slave Computers in Industrial Control

Understanding Host and Slave Computers in Industrial Control

Focusing on Automation Training for 14 YearsTechnical Training NetworkHost Computer PART.01 The host computer refers to a computer that can directly issue control commands, generally a PC/host computer/master computer/upper computer,which displays various signal changes (hydraulic, water level, temperature, etc.) on the screen. Slave Computer PART.02 The slave computer is a computer that directly controls devices … Read more

Microcontroller Basics and Applications | 07 Microcontroller Parallel I/O Expansion

Microcontroller Basics and Applications | 07 Microcontroller Parallel I/O Expansion

Click the blue text to follow us 1. Basic Knowledge of Microcontroller I/O Expansion 1. Function of I/O Interface CircuitThe speed of external devices is very complex and must be implemented through the I/O interface circuit.(1) Speed CoordinationDue to the speed differences of various devices, the microcontroller cannot perform I/O operations synchronously at a fixed … Read more

Single-Key Switch Implementation for Flashlight Power and Function Control Circuit

Single-Key Switch Implementation for Flashlight Power and Function Control Circuit

Click the above “Chuangxue Electronics” to follow us with one click and easily learn electronic knowledge Chuangxue Electronics Subscription Account Daily updates of technical articles in the electronics industry and the latest news on microcontrollers, learn easily anytime, anywhere Single-Key Switch Implementation for Flashlight Power and Function Control Circuit Most flashlights have a self-locking button … Read more

Working Principle and Usage of 51 Microcontroller Timer

Working Principle and Usage of 51 Microcontroller Timer

Working Principle and Usage of 51 Microcontroller Timer TMOD: Controls the working mode of the timer. 8 bits, the high four bits control T1, and the low four bits control T0. There are four working modes for the timer; TMOD = 0x00 (Mode 0), TMOD = 0x01 (Mode 1), TMOD = 0x02 (Mode 2), TMOD … Read more

Definition and Basic Composition of Robots

Definition and Basic Composition of Robots

Definition Due to different research focuses, there is currently no clear unified standard for the definition of robots internationally. Integrating various definitions, a robot can be understood as: a programmable automatic machine under computer control, which has at least one or more anthropomorphic functions depending on its environment and operational needs. Additionally, it may possess … Read more

Microcontroller 1602 Infrared Display Experiment Program

Experiment Name: 1602 Display Infrared Value Experiment IO Used: Motor on P1 port, keyboard uses P3.0, P3.1, P3.2, P3.3 Main Program #include #include “lcd.h” sbit IRIN = P3^2; unsigned char code CDIS1[13] = {” Red Control “}; unsigned char code CDIS2[13] = {” IR-CODE:–H “}; unsigned char IrValue[6]; unsigned char Time; void IrInit(); void DelayMs(unsigned … Read more

Summary of TextBox Control Knowledge in VB Programming

Summary of TextBox Control Knowledge in VB Programming

The TextBox control in VB is widely used, and as learners of VB, it is essential for us to master it seriously. ​ The TextBox control, also known as the text box control, is used to display information entered by the user and is a commonly used control for human-computer interaction. Below is a summary … Read more

Acroview Programmer Supports Nuvoton’s 32-bit USB MCU NUC121ZC2

Acroview Programmer Supports Nuvoton's 32-bit USB MCU NUC121ZC2

The chip programming leader Acroview Technology recently announced the latest iteration of its programming software and introduced a series of newly supported chip models. In this update, the 32-bit USB microcontroller NUC121ZC2 from Nuvoton Technology has been supported by Acroview’s universal programmer AP8000. The NUC121ZC2 is a 32-bit USB microcontroller series that supports a maximum … Read more