You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
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 ...
// 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 ...
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 ...