Exploring Arduino Official Libraries for Hardware Control

Exploring Arduino Official Libraries for Hardware Control

Arduino, as a very popular open-source hardware and software platform, owes its powerful functionality to the rich libraries provided officially. These libraries offer pre-written codes that allow easy control of various hardware components to achieve various functions. This article will delve into Arduino’s official libraries, guiding you to explore the Arduino world and kickstart your … Read more

5 Award-Winning Raspberry Pi AI Projects to Ignite Your Creativity

5 Award-Winning Raspberry Pi AI Projects to Ignite Your Creativity

If you have been considering building a Raspberry Pi AI project, why not start now? With the right software and Raspberry Pi, you can turn everyday devices – like your fridge or office gadgets – into smart, AI-powered tools. Whether you want to achieve home automation, build a personal assistant, or rethink waste management, these … Read more

Design and Control of a Quadruped Spider Robot Using ESP32

Design and Control of a Quadruped Spider Robot Using ESP32

This article is a continuation of “Design and Control of a Quadruped Spider Robot Using ESP32 (Part 1)” ESP32 Quadruped Spider Robot Circuit Diagram (8 Servos) This circuit diagram illustrates the integration of 12 servos, allowing the robot to move in various directions. The robot consists of four legs, with each leg connected to two … Read more

Design and Production of Arduino Robots

Design and Production of Arduino Robots

This is a beginner’s textbook for Arduino robots, with the learning content arranged in increasing difficulty as follows: Creative LED lights, electronic dice, sound control (buzzer), smart fan (single motor), smart car (dual motor), scientific exploration (STEM), and comprehensive practice (Robot Mobilization), to help everyone systematically learn the design and production of Arduino robots. You … Read more

Arduino Tutorial: Understanding Ultrasonic Sensors

Arduino Tutorial: Understanding Ultrasonic Sensors

Complete Video The ultrasonic sensor is an input module that provides excellent non-contact distance detection, stable performance, ease of use, a small blind spot, and high accuracy. The measuring distance ranges from 2 centimeters to 400 centimeters, and the best part is that it is very inexpensive. It is widely used in the maker community, … Read more

Getting Started with Arduino: Overview and Simple Examples

Getting Started with Arduino: Overview and Simple Examples

Arduino is an open-source electronics platform based on easy-to-use software and hardware development. When it comes to Arduino, some people may have heard of Arduino microcontrollers or Arduino circuit boards, as well as the Arduino IDE that can be used to program these boards. Arduino boards can read external signals, such as detecting light sources … Read more

Hypha ROS Workshop: The Core Spirit of ROS is Open Source

Hypha ROS Workshop: The Core Spirit of ROS is Open Source

 On August 26, at the “WRC-2017 ROS Global Developers Summit” hosted by Gao Gong Industrial Research and the China Electronics Society, and organized by Gao Gong Robotics and Tony Robotics, Lin Haozhi, the founder of Taiwan Hypha ROS Workshop, delivered a speech titled “Hypha RaceCar – Development and Application of Low-Cost, High-Speed Intelligent Vehicle”. … Read more

Entering the Era of Autonomous Driving: The Birth Diary of Smart Cars

Entering the Era of Autonomous Driving: The Birth Diary of Smart Cars

Opening Autonomous Driving Intelligent Era German Karl Benz invented the world’s first horse-drawn three-wheeled vehicle in 1885 and obtained the world’s first automobile invention patent on January 29, 1886, which has been 134 years ago. This day is known by most people as the birthday of the modern automobile, and Benz is honored as the … Read more

Arduino Uno | Measuring Distance with HC-SR04 Ultrasonic Sensor

Arduino Uno | Measuring Distance with HC-SR04 Ultrasonic Sensor

Example Effect Press the serial monitor, and you can see that the measured distance is 9.8cm-10.1cm with an error of about 0.2cm. HC-SR04 An ultrasonic sensor used for distance measurement, widely applied in robotics to avoid obstacles and measure distances. Its module uses Trig to trigger distance measurement, which emits 8 40kHz square waves and … Read more