This is an Arduino project using an HC-SR04 Ultrasonic Sensor and LEDs to measure the distance of objects, similar to a scale. When an object comes close to the HC-SR04 ultrasonic sensor, it indicates ...
// 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 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 ...
Serial Kickstarter entrepreneur Patrick Thomas Mitchell has once again taken to Kickstarter to raise funds to take his new programmable Arduino ultrasonic experiment kit into manufacture. Once ...
This homemade parking sensor was developed using an Arduino, ultrasonic range finder and some other components to guide vehicle parking. One of the main materials used is the Arduino duemilanove which ...