News

Ultrasonic sensors are commonly used in Arduino projects for distance measurement. An ultrasonic sensor is a device that uses ultrasonic waves for distance measurement. It works on the principle of ...
//In this Arduino project, I am going to control DC fan according to distance (proximity sensor). //It is accomplished by the data communications between Arduino, the ultrasonic sensor Module and DC ...
In this project, we will build such an obstacle-avoiding robot to learn the basics of how they work and how to improve them. Even though there are multiple methods to detect obstacles, we would be ...
Project Elements Images (2) ultrasonic-in-lcd.png (PNG, 32.37 KB) schematic diagram components-20220216060904.png (PNG, 41.39 KB) ...
The ultrasonic sensor with Arduino allows us to measure distances through ultrasound. It is very common to find this type of sensor in today’s cars. The objective is to show how we can build real ...
In this arduino digital ruler project, we are going to use HC-SR04 Ultrasonic Sensor with ATtiny85 microcontroller IC and OLED display module to build a digital ultrasonic ruler.
A simple robotics project simulated in Tinkercad based on Arduino Uno. It uses ultrasonic sensors for obstacle detection and can do basic movements using DC motors. The primary objective of this ...