A small PlatformIO/Arduino project that measures distance using an ultrasonic sensor (HC-SR04 or similar) and prints the measured distance over the serial port. This README explains how to open the ...
int max_ultrasonic_distance_cm = 400; // set the maximum measureable distance for the ultrasonic sensor to 400cm NewPing sonar(ULTRASONIC_TRIGGER, ULTRASONIC_ECHO ...
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 ...
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 ...