Arduino Learning Series: Getting Started with Arduino

Arduino Learning Series: Getting Started with Arduino

Author: Beihang University 2nd Department of Science and Technology Practice (Click Me) Arduino, as a convenient, flexible, and easy-to-use open-source electronic prototyping platform, is popular among various groups of people. We will launch a series of Arduino learning posts to help you quickly master this increasingly popular microcontroller. Our “Arduino Learning Series: Getting Started with … Read more

Understanding Arduino: A Beginner’s Guide

Understanding Arduino: A Beginner's Guide

Click the blue text Follow us Imagine if we could let everyone create a fingerprint password lock. How should we design it? We have an idea! Let’s try to put the dormitory head inside a box. When a visitor puts their finger into the box, the dormitory head will carefully authenticate to confirm whether it … 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

Exclusive Arduino Software Course | May Day Special with 8 Classes to Create an Interactive Device

The founder of Arduino commented: This open-source microcontroller: “You don’t need anyone’s permission to create amazing things.” You can use it to write code that produces such visual effects You can also create interactive effects with Arduino Daniel Rozin’s Penguins Mirror Daniel Rozin’s pom pom mirror 🎙️ This time we are inviting SKD instructor who … Read more

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