Hey guys, I am planning to create an automatic misting system for my plants using an Arduino Uno, A 24/12 V DC Pneumatic low flow high pressure pump (meant to work with misting nozzles, since high pressure is needed to push water through) and a DC relay module to control the pump.
That is my basic strategy, however I would like to know your thoughts on this approach.
I will have to automate the pump to be turned on and off after a certain interval of time. So what approach should you guys think, i should take ? Should I add a clock module or just go with a simple wait command and then loop.
Has anyone ever done such a project ? Any suggestions you guys would like to make. Would love to learn from your experiences.
EDIT: thanks a lot, guys. The community here is really wholesome and the replies till now have been really helpful <3
Hi. Nice project, I would love to see the apparatus in place!
With a "wait", you can schedule periodic misting, so could be an ideal solution. But blind from time if I may.
With an RTC module (simple to setup and configure with arduino and numerous library), you can access very fine scheduling!
Keep it simple and stupid firstly.
Run some tutorials for the hardware selected.
If you are happy with the results of the tutorials you can merge these to your project.
I'm an UNO guy..... Use whatever controller You at hand!
As a stand alone system it will be fine. If You need to communicate with remote devices other controllers might be favourable.