# BOM (Bill Of Materials)

<figure><img src="/files/VRxk8LJP4xGggRUkJAkh" alt=""><figcaption><p>(This image is a reference, the kit also includes an LCD and a DHT11)</p></figcaption></figure>

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

1. [**Arduino Board** ](/bom-bill-of-materials/arduino-board.md)**(e.g., Arduino Uno):** The main microcontroller board that serves as the brain of the project.
2. [**Soil Moisture Sensor:** ](/bom-bill-of-materials/soil-moisture-sensor.md)A sensor used to measure the moisture level in the soil. The sensor provides analog output based on the soil's moisture content.
3. [**DHT11 Temperature and Humidity Sensor:**](/bom-bill-of-materials/dht11.md) A sensor capable of measuring temperature and humidity in the environment.
4. [**Relay Module:** ](/bom-bill-of-materials/relay-module.md)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. [**Water Pump:** ](/bom-bill-of-materials/water-pump.md)An actuator used to supply water to the plants when the moisture level falls below a certain threshold.
6. [**LCD Display (16x2):**](/bom-bill-of-materials/lcd-16x2-i2c.md) A liquid crystal display that provides a visual interface to display sensor readings and system information.
7. [**Arduino Sensor Shield:** ](/bom-bill-of-materials/sensor-shield-v5.md)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.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://smartgarden.powarsteam.com/bom-bill-of-materials.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
