This project uses an Arduino microcontroller with an HC-SR04 ultrasonic sensor to measure distances. The Arduino emits ultrasonic pulses and measures the time it takes for the echo to return. This ...
The sensor continuously sends out infrared light and measures how much of that light is reflected. When a reflective object is within its set detection range, it returns a low signal. The Arduino ...
Currently this library only supports the sensors mentioned above. If you want to use other distance sensors with this libraries you can do that by adding the appropriate source files. Have a look at ...