Introduction to Arduino Courses

Introduction to Arduino Courses

Arduino is a convenient, flexible, and easy-to-use open-source electronic prototyping platform that includes hardware (various models of Arduino boards) and software (Arduino IDE). It was developed by a European team in the winter of 2005. It is built on an open-source simple I/O interface and has a development environment similar to Java and C language … 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

Arduino IDE Development Environment and Driver Installation

Arduino IDE Development Environment and Driver Installation

Click the blue text to follow us Hello everyone Welcome to 【Gao Xun Industrial Control】 Second issue This issue is brought to you by Teacher Zhang Zhirong Arduino Maker Series Basic Application Explanation Lesson Two Arduino IDE Development Environment and Driver Installation In the previous content, we learned that: Arduino consists of a microcontroller and … Read more

Comprehensive List of Python Libraries

Reading time is approximately 5 minutes. Library Name and Introduction Chardet is a character encoding detector that can automatically detect the encoding of text, web pages, and XML. colorama is mainly used to add various colors to text and is very simple to use. Prettytable is mainly used to build formatted output in terminal or … Read more

Understanding PID Control Through Stories and Animations

Understanding PID Control Through Stories and Animations

Part One What is PID? PID stands for “Proportional, Integral, Derivative”, which is a very common control algorithm. PID has a history of 107 years. It is not something sacred; everyone has certainly seen practical applications of PID. For example, quadcopters, balance cars… as well as cruise control in cars and temperature controllers in 3D … Read more

16 Must-Read Python Books for Beginners

16 Must-Read Python Books for Beginners

Follow us 👆 on WeChat, reply "python" to get the beginner tutorial! Source from the internet, please delete if infringed. The editor has compiled 16 beginner books for friends who are new to Python, including the “Python Three Musketeers” and others, which are bestsellers in the programming community for many years and are chosen by … Read more

Learning PID Control Through Stories and Animations

Learning PID Control Through Stories and Animations

Part One The initial state of the system is 0, and the target state is 10. Let’s first demonstrate the process of traversing parameters. The following animations show the effects of each parameter: Part Two Little Ming received a task: There is a water tank leaking (and the leak rate may not be constant), and … Read more

Teaching Design for Open Source Hardware Project Design

Teaching Design for Open Source Hardware Project Design

Guangdong Education Edition High School Information Technology Mandatory Course 1 “Data and Computing” Guangdong Education Edition High School Information Technology Mandatory Course 2 “Information Systems and Society” Guangdong Education Edition High School Information Technology Elective Course 1 “Data and Data Structures” Guangdong Education Edition High School Information Technology Elective Course 2 “Network Basics” Lesson Plan … Read more

Arduino LED Breathing Light Tutorial

Arduino LED Breathing Light Tutorial

Main Component Introduction Briefly; please refer to the introductory LED blinking LED Breathing Light Introduction Digital signals are represented by 0 and 1, which indicate non-continuous changes in voltage levels, while analog signals represent information through continuously varying physical quantities, with signals changing continuously over time. Most of the signals we encounter in our lives … Read more

Arduino Example Tutorial: Practice Makes Perfect!

Arduino Example Tutorial: Practice Makes Perfect!

Do you remember the first and second episodes of Fei’s knowledge nuggets? Do you recall the explanation about Arduino? (If you haven’t seen it, click the image below to check it out👇) (Remember to come back after watching) Are you still a bit confused? To make it more vivid and less boring, let’s understand Arduino … Read more