News

In this project I will introduce you to the HC-SR04 Ultrasonic sensor. It works by sending sound waves from the transmitter, which then bounce off of an object and then return to the receiver. You can ...
This is bluetooth controlled bot with automode system using ultrasonic sensor and ARDUINO. Link of YouTube Video: https://youtu.be/9wjh_N4adiE ...
Walking safely and confidently can be a challenging task for visually impaired individuals, but with the help of technology, we can make it easier for them. This DIY Blind Stick is an innovative yet ...
1 Department of Mechatronics Engineering, CEME, National University of Sciences and Technology, Islamabad, Pakistan. 2 DBS&H, CEME, National University of Sciences and Technology, Islamabad, Pakistan.
The following image shows the circuit diagram of the Smart Dustbin with Arduino. It is a very simple design as the project involves only three main components (Ultrasonic sensor, IR sensor and Servo ...
// 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 ...
The HC-SR04 ultrasonic range sensor is a pretty cool pre-wired module that you actually enjoy using when you start playing with electronics, microcontrollers, and robotics. As you might have noticed, ...
If you are designing your own intelligent “Graden Computer” with an optional digital plant moisture sensor/water pump controller that lights an LED to alert the user when it is time to water a potted ...