Automated Irrigation

Plant watering

Overview

This is a way for me to water plants without needing me to always be present. This is one of my first projects I've tried to solely create without a direct guide, that's not to say I didn't take inspiration from others when looking for solutions. Currently, it is very simple is design and very basic in functionality, but I do plan on increasing the effeciency and making more capable as time goes on.

Materials

Electronic Components

  • WeMOS ESP8266 D1 mini (might use ESP32 or Arduino UNO)
  • Submersible 3 Volt DC Pump
  • FLexible PVC Tubing
  • 3.3v Control Relay
  • Sparkfun Soil Sensor

Code

Aruino Framework

#include <Arduino.h>

// Code will be put here when I start coding it
// Coming soon™
	return x + y;
	}