News

We used Ultrasonic sensor in many of our application to measure the distance: Arduino & Ultrasonic Sensor Based Distance ... here we are explaining the complete program to understand the working of ...
All the challenges that were faced while carrying out this project are ... pin of ultrasonic sensor to pin10 of Arduino // defines variables long duration; // variable to storore the time taken by the ...
In this project we are going to discuss how to use Ultrasonic sensor (Distance /Range Finder) with arduino micro-controller .We will be getting the object distance or range of an object on the Serial ...
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 sensor shown here is essentially two plates mounted side-by-side, attached to an Arduino Nano ... next time you need a proximity or touch-sensitive sensor in a project, reaching for the ...
Inside [Klaus]’ device is an Arduino Uno, an HC-SR04 ultrasonic distance sensor, and an Adafruit Wave Shield. Originally, this parking/distance sensor used a small TFT to display the distance to ...
An infrared proximity sensor or IR Sensor is an electronic device that emits infrared light to detect objects and motion in Arduino projects. This active IR sensor module is perfect for obstacle ...
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 ...