News

Arduino Ultrasonic Radar Project Description This project enables you to build a functional ultrasonic radar using Arduino. It's designed to detect nearby objects and visualize them, providing an ...
In this project an obstacle detection system will be built with Arduino. This system mainly uses an ultrasound sensor and LED.When the ultrasonic sensor detects an obstacle at a distance < 3cm, ...
In this Arduino levitation project, the object is placed between two ultrasonic transducers which generate acoustic sound waves. The object floats in the air because of these waves which seem to be of ...
Arduino Ultrasonic Sensor Code for Distance Measurement The complete code for this ultrasonic distance measurement project is given at the bottom of this page. In the code we read time by using ...
This post is a review of the popular waterproof ultrasonic sensor JSN-SR04T. I hope this will serve as a backdrop for some interesting ultrasonic distance sensor experiments and projects. A number of ...
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 ...
Posted in Arduino Hacks Tagged adafruit wave shield, arduino, ultrasonic, ultrasonic distance sensor, wav shield ← Fabricate Your Own 7-Segment Displays Easy Capacitive Touch Sensors In Eagle → ...
How the Arduino ultrasonic sensor actually works To measure distances with Arduino we can do it in different ways. There is the infrared sensor, which uses the properties of light to calculate ...