This project measures a person’s height using an ultrasonic sensor.
The ultrasonic sensor is fixed at a height of 200 cm from the floor and faces downward. When a person stands below the sensor, it measures the distance from the sensor to the person’s head.
Then Arduino calculates the height using this formula:
Human Height = Sensor Fixed Height - Distance from Sensor to Head
Example:
Sensor fixed height = 200 cm
Distance from sensor to head = 45 cm
Human height = 200 - 45 = 155 cm
This project helps students learn:
It is a useful project for learning distance measurement, height calculation, and sensor-based projects.