Suppose your parent has allotted a task to you to check the water level in the plant daily and water them if required. Isn't it very boring and tiresome?
What if you get an SMS on your mobile telling that water level in your plant is very less and need water immediately. Sounds Interesting right!! But how can it be done?
The moisture monitor and irrigation system aims on monitoring the the moisture the soil and maintain the moisture required by the plant to sustain a long healthy growth.
the required components are
Bolt module, moisture sensor, jumper wires, subject(plant/soil)
for further improvement or upgrade
an Raspberry Pi or Arduino, submissive water pump, gas sensor, temperature sensor, intensity approximation (LDR ) can be used
API configuration codeIntroduction to Twilio
Twilio is a third-party SMS functionality provider. It is a cloud communications platform as a service (PaaS) company. Twilio allows software developers to programmatically make and receive phone calls and also send and receive text messages using its web service APIs.
Please note that SMS delivery via a trial Twilio account is not guaranteed to be instant by Twilio. Also, note that SMS will not be sent to numbers which have DND(Do Not Disturb) turned ON.
from the twilio cloud create the configuration function
in python platform write the code to request Twilio to send SMS to the user on breaking the threshold
In the Bolt cloud platform configure the connections and create the code to recive data from the sensor and verify with a graph
connect the components to bolt module as per the configuration for clarification verify the video
further scope of improvement and upgradeby an extension of a Arduino or Raspberry Pi we can create program to automatically water the plant. Or request an action based on which further actions will be taken by the system
Comments
Please log in or sign up to comment.