Arduino Smart Garden System
  • Intro
  • BOM (Bill Of Materials)
    • Arduino Board
    • Sensor Shield V5
    • Soil Moisture Sensor
    • DHT11
    • LCD 16x2 (I2C)
    • Relay Module:
    • Water Pump
  • Arduino IDE
  • Codes
    • Reading Soil Moisture Sensor in Serial
      • Auto-Mapping
    • Connecting and Displaying Messages on LCD
    • Reading Temperature and Humidity with DHT Sensor
    • Displaying DHT Sensor Values on LCD
    • Controlling Water Pump with Soil Moisture Threshold
    • Smart Garden Automation with Arduino
Powered by GitBook
On this page

BOM (Bill Of Materials)

PreviousIntroNextArduino Board

Last updated 1 year ago

Here are the materials you will need in order to build this project:

  1. (e.g., Arduino Uno): The main microcontroller board that serves as the brain of the project.

  2. A sensor used to measure the moisture level in the soil. The sensor provides analog output based on the soil's moisture content.

  3. A sensor capable of measuring temperature and humidity in the environment.

  4. A module that allows the Arduino to control high-power devices, such as a water pump. It acts as a switch to turn the pump on or off.

  5. An actuator used to supply water to the plants when the moisture level falls below a certain threshold.

  6. A liquid crystal display that provides a visual interface to display sensor readings and system information.

  7. A shield specifically designed for Arduino boards that provides easy and convenient connections for components. It simplifies the wiring process and ensures compatibility.

  8. Jumper Wires: Wires used for connecting various components to the Arduino shield and making necessary connections.

  9. Power Supply: A power source to supply power to the Arduino board and the water pump. It can be a USB cable connected to a computer or an external power adapter or battery pack.

Please note that the quantities and specific models may vary based on your preferences and availability. Ensure that the components you choose are compatible with the Arduino board and shield and have the required specifications.

It's recommended to check the datasheets and specifications of each component to ensure proper integration and functionality within the project.

Arduino Board
Soil Moisture Sensor:
DHT11 Temperature and Humidity Sensor:
Relay Module:
Water Pump:
LCD Display (16x2):
Arduino Sensor Shield:
(This image is a reference, the kit also includes an LCD and a DHT11)
Page cover image