Specification:
The HC-SR04 ultrasonic sensor uses sonar to determine the distance to an object like bats. Its mostly used on robots.
৳ 80.00 ৳ 75.00
Working Voltage DC 5 V
Working Current 15mA
Working Frequency 40Hz
Max Range 4m
Min Range 2cm
Measuring Angle 15 degree
Trigger Input Signal 10uS TTL pulse
Echo Output Signal Input TTL lever signal and the range in proportion
Dimension 45*20*15mm
The HC-SR04 ultrasonic sensor uses sonar to determine the distance to an object like bats. Its mostly used on robots.
These sensors are very easy to use. First, connect the VCC and GND pins to the Arduino’s +5V and GND pins. Next, connect the Trigger and Echo pins to two digital pins on the Arduino, perhaps pins 2 and 3 for example.
Setting the Trigger Pin to HIGH for 10 microseconds will activate a measurement reading and then the pulseIn() function can be called on the Echo Pin to determine the distance. The length of the incoming pulse is proportional to the distance measured.
You must be logged in to post a review.
Reviews
There are no reviews yet.