News

HC SR04 ultrasonic sensor library for using on Arduino IDE. The present library is oriented to an specific configuration of the HC-SR04 sensor, the reset option differs from other librarys due to the ...
HC-SR 04 Ultrasonic sensor is most commonly used to measure distance, but this time I will show you how to measure the speed of movement of an object using this sensor. Device is very simple and ...
This is just a simple program I wrote for an Arduino Mega 2560 board with a generic ultra-sonic sensor and a 16x2 LCD display board. The main point for me is just to learn how to write C++ and gain ...