About This Project
I have worked with Arduino for 3 years. Cayenne suits perfect to my project, so I developed a complete irrigation system for greenhouse. Brazil has become an important country, growing vegetables in greenhouse. Farmers has to irrigate using manual valves, spending long hours and lots of workers to do so.
This project has been sold officialy, so our company is specialized on irrigation system. We project, including hidraulic and electrical system.
What’s Connected
Arduino Mega + Wemos D1R2 + DHT11 + 2x8 relay board
Triggers & Alerts
They are used, but using flags on code and digital sensors in Cayenne.
Scheduling
They are used, but using buttons on Cayenne.
Dashboard Screenshots
##Explaining things
As you can see in the dashboard screenshot, client has avaliable temperature and humidity inside and outside greenhouse. Using the slider, he can set the time the irrigation will take (from 5 to 60s), he can also schedule hourly irrigation (just pressing the buttons), he can turn on just the water pump (7.5cv power) for manual irrigation.
Arduino and Wemos talk each other by I2C protocol, sending status.
A NTP connection on Wemos provides hour and minute.
If client internet goes down, he can switch button on panel so he can mannualy turn on water pump.
Electrical panel has built from a project by our engineer, providing soft-start and all electrical safe the system needs.
We also set alarms so I receive on my cellphone notifications if system goes down, DHT stops working and so on…