This project uses an HC-SR04 ultrasonic sensor and Arduino UNO to measure the distance of objects in both centimeters and inches. The measured data is displayed on an I2C LCD. The project was ...
int max_ultrasonic_distance_cm = 400; // set the maximum measureable distance for the ultrasonic sensor to 400cm NewPing sonar(ULTRASONIC_TRIGGER, ULTRASONIC_ECHO ...
This is an Arduino-based Proximity Sensor circuit wired using the popular HC-SR04 Ultrasonic ranging module,used here for non-contact object detection purpose. The HC-SR04 module includes ultrasonic ...
Abstract: This paper shows non-contact water level monitoring system implemented using LabVIEW and arduino. Water depth of the tank is measured by Ultrasonic sensor. Hence the water level present in ...