Bidirectional detection with ultrasonic sensors @ ArduinotehNiq Check out the video after the break.
Tag Archives: HC-SR04
A simple posture sensor
Here’s a simple cure for your posture and the back pain blues, a posture sensor by Wingman: The simplest distance sensors are ultrasonic or infrared sensors. I went with a SR-HC04 because it is cheap and sufficiently precise. There are no special requirements to the controller so I am using an Attiny85. A small piezo speaker provides acoustic […]
MSP430 and a HC-SR04 ultrasonic ranging module
Juan Ignacio writes: A while back I bought an HC-SR04. It sat in a box until yesterday when I tried to use it with an MSP430G2553 but unfortunately it wasn’t working. I used Energia to program the Launchpad but I wasn’t getting any response from the device. I hooked up my Logic analyzer to see what […]
Improving the HC-SR04 ultrasonic sensor
Emil has written a post on improving the HC-SR04 ultrasonic sensor. Via the contact form.
HC-SR04 ultrasonic Arduino library
Carl Nobile has developed and released an Arduino library covering the HC-SR04 ultrasonic sensor. He writes: “It features timing, metric conversion, and standard deviation methods, plus a few support methods. It is written in C++ to conserve the namespace. The conversion formula can be easily modified to optimize the accuracy of conversion at different distances […]