Tank Overflow Indicator
A Tank Overflow Indicator using Arduino, a water sensor, and a buzzer that alerts the user by buzzing when the water tank overflows.
Description
The Tank Overflow Indicator is designed to alert when a water tank overflows using an Arduino, a water sensor, and a buzzer. The water sensor is placed at the top level of the tank. When the water level reaches the sensor, it sends a signal to the Arduino. The Arduino processes the signal and activates the buzzer, producing a sound to alert the user about the overflow. This project helps prevent water wastage and potential overflow damage.
-
The Conveyor Belt Object Counter using LDR and 7-Segment Display with the 8051 microcontroller is designed to count objects passing in front of an LDR (Light Dependent Resistor) sensor. The system works by detecting light interruptions when an object crosses the sensor, causing a change in the LDR’s resistance. The microcontroller processes this change and increments an object count. The count is then displayed on a 7-segment display.