Automatic Water Pump Switch Electronic Schematic (Source: Easy Electronic Project) |
Smart Home Technology has revolutionized the way we live our lives. It has made our homes more efficient, convenient, and secure. With the advent of easy-to-use and affordable electronic components, anyone can now create their own smart home system. This has led to an increase in DIY smart home projects that can be easily customized to meet specific needs and preferences.
One popular aspect of smart home technology is automated water management. This includes everything from detecting leaks to controlling water usage. One of the most common and useful automated water management systems is an automatic water pump switch. This system ensures that water is only pumped when it is needed, which saves water and energy. In this article, we will guide you on how to build your own automatic water pump switch using simple electronic components.
- Arduino Uno board
- Relay module
- 5V power supply
- Water pump
- Jumper wires
- Water level sensor
- Connect the VCC and GND pins of the water level sensor to the Arduino Uno's 5V and GND pins respectively.
- Connect the output pin of the water level sensor to digital pin 2 of the Arduino Uno.
- Connect the VCC and GND pins of the relay module to the 5V and GND pins of the Arduino Uno respectively.
- Connect the IN1 pin of the relay module to digital pin 3 of the Arduino Uno.
- Connect the NO (normally open) and COM (common) pins of the relay module to the power supply and the water pump respectively.
- Upload the following code to the Arduino Uno:
- Power up the Arduino Uno with the 5V power supply.
0 comments:
Post a Comment