Arduino Course – Ultrasonic Distance Measurement (Part 9)

Arduino Course - Ultrasonic Distance Measurement (Part 9)

Click the blue text above to follow us Video Teaching Lesson 9: Ultrasonic Distance Measurement 1. Course Introduction This lesson uses the ultrasonic distance sensor as an example to explain the principle of ultrasonic distance measurement and the use of OLED display based on the IIC communication protocol. Hardware required for this lesson: Arduino UNO, … Read more

Indoor Greenhouse Simulator: Grow Plants Smartly!

Indoor Greenhouse Simulator: Grow Plants Smartly!

【Click the above「blue text」 to follow DF Maker Community and become a tech aesthetician together】 What! You also like planting vegetables? I’m not talking about these: Who doesn’t have hundreds of acres in the game? Roll up your sleeves and get to work, but it’s never enough, it can never be enough. However, in real … Read more

Microbit Programming Robot Lesson 2: Ultrasonic Sensor

Microbit Programming Robot Lesson 2: Ultrasonic Sensor

Hello everyone, this is the second lesson, where we will add an ultrasonic sensor to the previous programming car. The main function of the ultrasonic sensor is to measure distance, and using this feature, we can create very useful things. We’ll talk about the projects later; first, let’s get familiar with the sensor. Ultrasonic Sensor … Read more

Innovative Snowflake Sensor Designs for the Minor Snow Solar Term

Innovative Snowflake Sensor Designs for the Minor Snow Solar Term

The Minor Snow solar term signifies the gradual onset of colder weather, and the season of falling snowflakes is approaching. During this time, designing a sensor capable of detecting snowflakes is particularly interesting and practical. This article will boldly envision three theoretical design schemes to help everyone better understand and apply this technology. The first … Read more

Implementing a Smart Trash Can Using Arduino and Ultrasonic Sensor

Implementing a Smart Trash Can Using Arduino and Ultrasonic Sensor

This article briefly discusses how to use Arduino in conjunction with an ultrasonic module to create a smart trash can experiment. When a person approaches the trash can, it automatically opens. Trash Can Materials Needed Arduino Ultrasonic Sensor Servo Wiring Connection Wiring Connection Physical Wiring Code #include <Servo.h> const int trigPin = 9; // Trigger … 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 Learning Record: Ultrasonic Sensor and Light Alarm

Arduino Learning Record: Ultrasonic Sensor and Light Alarm

Ultrasonic Sensor + Light Alarm /* Ultrasonic Module Distance Measurement http://shop34791330.taobao.com/ // Defy Lai Flagship Store http://qixingchong.tmall.com/ // Qixing Insect Flagship Store http://www.doflye.net // Defy Lai Technology Forum http://www.doflye.net/forum-98-1.html // Defy Lai Forum Arduino Section Ultrasonic Distance Measurement: Trigger Signal Trig: Trigger high level pulse greater than 10us Feedback Signal Echo: The length of the … Read more

Arduino Ultrasonic Distance Measurement Project Tutorial

Arduino Ultrasonic Distance Measurement Project Tutorial

Hardware List1. Principle of Ultrasonic Distance Measurement2. Using HCSR04 Ultrasonic Sensor3. Using LCD1602 Liquid Crystal Display1. I2C Communication Protocol on Arduino2. Displaying “Hello World!” on LCD16024. Completing Ultrasonic Distance Measurement5. Conclusion Hardware List 1. Principle of Ultrasonic Distance Measurement The ultrasonic sensor we use is the HCSR04. It has two “eyes” that function the same … Read more

Smart Dustbin Using Arduino and Ultrasonic Sensor

Smart Dustbin Using Arduino and Ultrasonic Sensor

The smart dustbin using Arduino and ultrasonic sensor is an innovative IoT project that simplifies waste management. First, it uses an ultrasonic sensor to detect nearby objects. Then, a servo motor automatically opens and closes the lid. Therefore, this contactless design promotes better hygiene and perfectly fits with the growing trend of modern IoT solutions. … Read more