Arduino Uno Tutorial: DHT11 Temperature and Humidity Sensor

Arduino Uno Tutorial: DHT11 Temperature and Humidity Sensor

Performance Parameters① Main Control Chip: ATmega328P② Digital I/O Pins: 14③ PWM Pins: 6④ Storage (Code Space) 32KB⑤ RAM (Runtime Storage) 2KB; EEPROM (Power-off Storage) 1KB⑥ Crystal Oscillator 16MHzOnline Simulation: https://wokwi.com/ Arduino Uno Tutorial ①: Install Arduino IDE Arduino Uno Tutorial ②: Development Board and LED Test Arduino Uno Tutorial ③: Button Control LED, with Exercises … Read more

How to Use DHT11 Temperature and Humidity Sensor with Arduino

How to Use DHT11 Temperature and Humidity Sensor with Arduino

Follow,Star Public Account so you don’t miss out on wonderful content The DHT11 digital temperature and humidity sensor is a comprehensive sensor that includes a calibrated digital signal output, commonly used in HVAC, automobiles, dehumidifiers, automatic control, and other fields. This article introduces the DHT11 driver and prints the collected ambient temperature and humidity data … Read more

Building an Ultrasonic Radar with Arduino and Ultrasonic Sensor

Building an Ultrasonic Radar with Arduino and Ultrasonic Sensor

Introduction to Ultrasonic Radar: The functionality of Arduino is truly powerful, allowing for the creation of interesting projects using various sensors. Today, we will develop an ultrasonic radar using the Arduino board and ultrasonic sensor, capable of detecting distances up to 40CM. When there are obstacles, the scanning interface will display red and show the … Read more

Arduino Example – PIR Motion Sensor

Arduino Example - PIR Motion Sensor

PIR Motion Sensor The PIR motion sensor, also known as a human infrared sensor, is widely used in fields such as anti-theft alarms, visitor notifications, and non-contact switches. Piezoelectric ceramic dielectrics can maintain a polarized state after polarization, known as spontaneous polarization. Spontaneous polarization decreases as temperature increases and drops to zero at the Curie … Read more

Inductive Proximity Sensor Interface with Arduino

Inductive Proximity Sensor Interface with Arduino

The proximity sensor is used to detect the presence of nearby objects. For example, the LJ12A3-4-Z/BX inductive proximity sensor is a compact, low-power, user-friendly, and stable proximity switch sensor used to detect the presence of metal objects. The LJ12A3-4-Z/BX has three pins, two for connecting to a 6-36V power supply, and the third is a … Read more

OMNI-ROBOT: A Versatile Omnidirectional Mobile Robot Controlled by ESP8266

OMNI-ROBOT: A Versatile Omnidirectional Mobile Robot Controlled by ESP8266

OMNI-ROBOT is an amazing omnidirectional mobile robot that can break the movement limitations of traditional robots, achieving free movement in eight directions. With its clever design and convenient WiFi control, OMNI-ROBOT provides an excellent learning and practical platform for robotics enthusiasts and developers. This article will delve into the design philosophy, hardware composition, software implementation, … Read more

Dance Robot: 3D Modeling & Arduino Robotics Tutorial

Dance Robot: 3D Modeling & Arduino Robotics Tutorial

Discover Creativity and Fun There are always things worth sharing in life Some say that if during the summer vacation, children are forced to attend training classes they don’t like, it’s not a vacation; it’s a “training class new semester” – all nonsense! Kids who love to play and learn, come on! The Zhongzhi Science … Read more

Arduino Smart Alarm Clock Design with 8×8 Matrix Keypad, LCD Display, and Buzzer Songs

Arduino Smart Alarm Clock Design with 8x8 Matrix Keypad, LCD Display, and Buzzer Songs

Arduino Smart Alarm Clock Design (8×8 Matrix Keypad + LCD Display + Buzzer Songs) Author: STCode 1. Effect Description: This design is based on the Arduino Nano controller, with the main functions being a timer alarm and environmental temperature and humidity display. Users can set the alarm hour and minute using the 8×8 matrix keypad, … Read more

Creating a Palm-Sized Electronic Piano with a Stepper Motor

Creating a Palm-Sized Electronic Piano with a Stepper Motor

Figure 1 Stepper Motor Piano #Project Origin# Stepper motors are commonly encountered in various small to medium processing equipment, such as laser cutters or 3D printers. When using the laser cutter, I discovered that the stepper motor emits sounds similar to musical instruments while cutting circular patterns. Why does this phenomenon occur? Figure 2 Stepper … Read more