Nieuws

This project uses an ultrasonic sensor connected to an Arduino, which publishes sensor readings via MQTT. These readings are then displayed in real time on a web interface. The server-side logic is ...
// C++ code // include the library code: #include // initialize the library with the numbers of the interface pins LiquidCrystal lcd(12, 11, 5, 4, 3, 2); int ultrasonic = 0; long ...
In recent years, robotics has witnessed significant advancements, enabling the creation of intelligent machines that can interact with the environment. One exciting application of robotics is the ...
In this project, the ultrasonic sensor module type KY-050 is used together with an Arduino and a type KY-012 active buzzer to help while reverse parking our vehicle. As the distance to the objects ...
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 ...
This one is an unusual smart home project, potentially - how to monitor a fish tank’s health with an AI-enabled ultrasonic sensor system. The detailed project is highlighted on Hackser.io and features ...
Fans of the bouncing lamp from the Pixar corporate logo will enjoy [Daniel]’s latest project. It’s a motion controlled desk lamp that uses ultrasonic sensors to control its physical position. The core ...
Abstract: The design of a “third eye for the blind,” which employs ultrasonic waves to detect surrounding obstructions and notify users with a buzzer sound or vibration, is made feasible by the ...