You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Es un sistema de riego utilizando el ESP8266 con la capacidad de encender hasta 4 circuitos a distintos horarios de forma automatica y/o de forma manual via comandos con el protocolo http, tambien se puede configurar la hora a la que se van a encender los horarios via la app.
This repository contains the code and report for the "Smart Irrigation System" project developed by students at Kathmandu University, Department of Computer Science and Engineering. The system is designed to optimize water usage for various applications using an Arduino UNO R3, soil moisture sensor, temperature sensor, and other components.
Arduino irrigation automation The setup includes an Arduino Uno, water pump, water hose, water level sensor and Arduino adapter card, and a blue relay.
This irrigation system is useful for watering the plants as it calculates the amount of moisture present in the soil and then proceeds to the further commands. I've used a relay module to control the water pump. This system can work automatically and there is no need for interference.
This repo contains the files for the Final Project for my CSE360: Computer Interfacing course at BracU. Technologies used include Proteus, Arduino, LabView and Virtual ComPort.