Arduino Self-Balancing Robot: A Complete Guide

Arduino Self-Balancing Robot: A Complete Guide

This is a self-balancing robot that can be controlled via Bluetooth using a smartphone. There are many design resources available online for self-balancing robots. We at Taiji Makers introduce this self-balancing robot because all its materials are easily accessible. (Unlike many similar robots online that require purchasing special frames or even 3D printing.) First, this … Read more

DIY Arduino TallyWhacker: A Creative Solution for Noisy Neighbors

DIY Arduino TallyWhacker: A Creative Solution for Noisy Neighbors

Feng Se from Aofeisi Quantum Bit Report | Public Account QbitAI In the dead of night, when your neighbors are fighting, partying, or when children are crying and keeping you awake, how do you deal with it? Do you knock on the door? Wear earplugs? Quietly endure until you develop neurosis? A guy abroad was … Read more

Building an IoT System Based on Arduino and IoT Cloud Platform

Building an IoT System Based on Arduino and IoT Cloud Platform

Source: csdn In this article, we will introduce how to build an IoT system that monitors soil moisture and alerts users when the soil is dry. This project uses the IoT cloud platform (http://t.cn/RJGCFD1) to manage the alert system while storing data from sensors. As we all know, the Internet of Things is one of … Read more

Wearable Vital Signs Monitoring System Using Arduino

Wearable Vital Signs Monitoring System Using Arduino

Recently, I’ve been thinking about exercising, but I neither want to buy a gym membership nor a sports wristband, so I decided to make one myself. Vital sign monitoring refers to the method of observing and studying data such as body temperature, heart rate, respiratory status, and blood pressure using various sensors and devices. Different … Read more

DIY Reflow Soldering Station Using a Frying Pan and Arduino

DIY Reflow Soldering Station Using a Frying Pan and Arduino

MAKER: ThomasVDD / Translated by: Fun Without End Cherry Soldering tiny SMD components can be quite challenging, but this process can also be automated. It can be completed by applying solder paste and baking it in a (reflow) oven or hot plate (just like a cooking plate in the kitchen). I have seen many DIY … Read more

3D Design of Movil Robot Arduino Tracked Chassis

3D Design of Movil Robot Arduino Tracked Chassis

Some images are sourced from and can be downloaded from the following website: https://grabcad.com/library/movil-robot-arduino-1 Follow the WeChat public account “Mechanical Drawing Dog” for more related resources. Note: This article is just a collection of images for appreciation. If you need to share, please comply with the disclaimer in the “More Drawings” section on the homepage … Read more

The Four Most Common I/O Functions in Arduino: digitalRead()/Write() and analogRead()/Write()

The Four Most Common I/O Functions in Arduino: digitalRead()/Write() and analogRead()/Write()

Arduino is known for its simplicity and ease of use, largely due to the straightforward I/O (Input/Output) functions it provides. This article will delve into the four most commonly used I/O functions in Arduino: digitalRead(), digitalWrite(), analogRead(), and analogWrite(), demonstrating their usage and precautions through specific example code. 1. Digital Read/Write: Mastering the Art of … Read more

Understanding Arduino: A Comprehensive Guide

Understanding Arduino: A Comprehensive Guide

Arduino is a popular open-source electronics platform widely embraced by enthusiasts and designers. While some may consider it merely a toy or a beginner’s tool, the reality is that Arduino has proven to be a valuable resource for designers seeking to create practical and innovative designs. So, what exactly is Arduino? In simple terms, Arduino … Read more