News

Ultrasonic Sensor Module. There are many types of Arduino distance sensors, but in this project we have used the HC-SR04 to measure distance in range of 2cm-400cm with an accuracy of 3mm.The sensor ...
This project combines Arduino and Processing to create a radar-like visualization of distance measurements. The Arduino code reads data from an ultrasonic sensor and a servo motor, while the ...
VL6180 differs from other distance sensors as it uses a precise clock to measure the time taken by the light to reflect back from any surface. This gives VL6180 a benefit over other sensors because it ...
This project utilizes an Arduino microcontroller along with an ultrasonic distance sensor to measure distances and provide warnings when objects are detected within certain ranges. The distance ...
This Arduino-based distance meter can be used for measuring the distance between the sensor and object in the range of 2cm to 400cm using an ultrasonic sensor.The author’s prototype and ultrasonic ...
The Technique used here is just useful on small scale systems where a small distance is to be found. To implement it on a large scale, some modifications are surely needed. All the challenges that ...
The microcontroller-based concept was chosen because I wanted to scale the sensor system later to suit other applications. Here is the diagram of my Arduino infrared close proximity sensor. As you can ...
The sensor shown here is essentially two plates mounted side-by-side, attached to an Arduino Nano using the Capacitor library which uses just two pins, one digital and one analog.