DIY Otto Robot: A Fun Project for Kids

DIY Otto Robot: A Fun Project for Kids

DIY Workshop | XinCheJian DIY The DIY Workshop mainly provides works created by XinCheJian members. Through this platform, you can understand the principles behind the works of XinCheJian members and DIY them yourself. On the other hand, you can also purchase corresponding works and kits at reasonable prices. We guarantee that all published works come … Read more

3D Printed Arduino Color Picker

3D Printed Arduino Color Picker

MAKER:alojz / Translated by:Fun Endless Today we are going to make a very simple Arduino color picker that can extract colors from real-life objects and display the RGB values of the colors in a simple way.Similar projects include “Making a Color Sorting Machine with Arduino,” which interested friends can also check out. Materials List Arduino … Read more

Arduino: A Development Board Igniting the Global Maker Movement

Arduino: A Development Board Igniting the Global Maker Movement

Click the above “Information Technology Teaching Innovation” to subscribe to this journal Maker education is the combination of maker culture and education, based on students’ interests, using project-based learning methods, advocating creation, encouraging sharing, and cultivating interdisciplinary problem-solving abilities, teamwork skills, and innovation capabilities as a form of quality education. An important technological event of … Read more

DIY Simple Mechanical Arm with Arduino

DIY Simple Mechanical Arm with Arduino

DIY Simple Mechanical Arm with Arduino Introduction The mechanical arm consists of Arduino, servos, and MeArm hardware. The Arduino controls the servos through programming, enabling the functionality of the mechanical arm. There are two types of servos: analog servos and digital servos. Digital servos (Digital Servo) and analog servos (Analog Servo) are fundamentally the same … Read more

DIY Robot Arm Using Arduino Development Board

DIY Robot Arm Using Arduino Development Board

In this article, we will learn how to use the Arduino development board to make a simple robot arm, which can be wirelessly controlled and programmed using a custom Android application. I will show you the entire process of making it, from designing and 3D printing the robot parts to connecting the electronic components and … Read more

Master Arduino in Just Two Hours: A Beginner’s Guide

Master Arduino in Just Two Hours: A Beginner's Guide

Click the blue text to follow us This is an article introducing and popularizing Arduino. I will use my final project from an elective course as an example to introduce Arduino. What is Arduino? In simple terms, Arduino is a very easy-to-use microcontroller. As long as you have a basic knowledge of C/C++, you can … Read more

Become Iron Man: The Ultimate Beginner’s Guide to Arduino

Become Iron Man: The Ultimate Beginner's Guide to Arduino

Author: HelloGitHub-Anthony Have you ever thought about becoming a Geek, like the “wild Iron Man” Zhi Hui Jun, who can create various novel and interesting electronic devices but doesn’t know where to start? Today, we won’t talk about embedded systems, circuit boards, or microcontroller principles; we’ll dive right in! I believe that for electronic enthusiasts … Read more

Arduino Basic Experiment Tutorial

Arduino Basic Experiment Tutorial

The following experiments are designed to help students initially master how to use microcontrollers and achieve some interesting functions with basic circuit components. The microcontroller control module selected is Arduino UNO R3, which integrates the development environment Arduino IDE that encapsulates many complex low-level operations into functions for beginners to call, greatly lowering the learning … Read more