General we see a lot of water overflowing from the water tanks, this results in a large scale of water wastage in our household.so to avoid this condition We can use Internet of Things to solve this problem.my project is IOT based, this project helps us to know the water level in the tank whether it is in the minimum level or the maximum level we'll get a notification From Twillio messaging API to our mobile number using Bolt IOT module.I have used arduino UNO microcontroller to control the indication LEDs and the buzzer.if the water level is in the minimum condition the red LED glows, if the water level is in Sufficient level the green LED glows, if the water is at maximum level the red LED glows and the buzzer beeps, the Bolt IOT module received the sensor value add request that twilio messaging API to send the messages according to the water level in the tank, if there is a minimum water level then message will be received by the user saying that the tank is empty please switch on the motor, If the water level hey is at maximum level the Bolt IOT module request the twilio messaging API to send the message to the user saying that the tank is full please switch off the motor.
To make this project you will need :
1.arduino UNO
2. Bolt IOT module
3. breadboard
4.jumper wires
5.red and green LEDs
6. buzzer
to connect the hardware you need to follow these steps:
ARDUINO TO BOLT IOT MODULE
vcin----->5v
gnd----->gnd
tx-------->rx
rx--------->tx
ARDUINO TO OTHER DEVICES
digital 2-->HC-SR04(TRIG)
digital 3--->HC-SR04(ECHO)
digital 8---->red LED +ve
digital 10---->green LED +ve
digital 12---->buzzer +ve
gnd----> HC-SRO4, led, buzzer(-ve)
5v----->HC-SR04(VCC)
CIRCUIT DIAGRAM:
create an account in twillio website to recieve messages whenever the water is less or more than threshold value.
to run the python code you have to install the boltiot library into your IDE eith the help of command terminal.
you can see the working video in youtube from this link
from the following code you can easily prepare the project in your own:)
Comments