News

Arduino Code for Human Following Robot . Here is the simple Arduino and 3 Ultrasonic sensor based Human-following robot code that you can use for your project. This code reads the distances from three ...
Hardware system consist of basically 3 components named as Arduino, servo-motor, and ultra-sonic sensor. Ultrasonic sensor is mounded upon a servo motor which helps it to move and provide it a turning ...
In Electronics, most of the time Ultrasonic Sensors are used to measure the distance from one particular point to another. It is very easy to write a code on the Arduino board and integrate an ...
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 is an Arduino-based Proximity Sensor circuit wired using the popular HC-SR04 Ultrasonic ranging module,used here for non-contact object detection purpose. The HC-SR04 module includes ultrasonic ...
We burn a C Code on Arduino Nano to tell the microcontroller board how and what operations to perform. Arduino Nano has exactly the same functionality as Arduino Uno but in quite a small size. The ...
HC-SR 04 Ultrasonic sensor is most commonly used to measure distance, but this time I will show you how to measure the speed of movement of an object using this sensor. Device is very simple and ...