Arduino Tutorial : Interfacing ultrasonic sensor with Arduino
Please watch: "My Video" https://www.youtube.com/watch?v=TLy-7... --~-- Hello Guys The SEN136B5B is an ultrasonic range finder from Seeedstudio. It detects the distance of the closest object in front of the sensor (from 3 cm up to 400 cm). It works by sending out a burst of ultrasound and listening for the echo when it bounces off of an object. It pings the obstacles with ultrasound. The Arduino or Genuino board sends a short pulse to trigger the detection, then listens for a pulse on the same pin using the pulseIn() function. The duration of this second pulse is equal to the time taken by the ultrasound to travel to the object and back to the sensor. Using the speed of sound, this time can be converted to distance. Link: https://www.arduino.cc/en/Tutorial/Ping Hardware Required Arduino or Genuino Board Ultrasonic Range Finder hook-up wires Follow Me on my Social Media Instagram: https://www.instagram.com/waqas_faroo... Twitter https://twitter.com/WaqasFarooq01 Facebook page: https://www.facebook.com/WaqasandUsama/ thanks fro watching and subscribe to my channel #waqasfarooq#tech#software #waqasfarooq #ultrsonic #sensor