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
1.**Environment Preparation:** Before diving into the project, ensure you have the right tools and software. In case of any issues with setting up the environment, I highly recommend downloading and extracting the  and . These contain essential files to jumpstart your project.
18
+
19
+
Unzip the **Arduino15.zip** then paste it at **C:\Users\username\AppData\Local\Arduino15**
20
+
21
+
3.**Library Installation:** For the system to function correctly, add the necessary libraries to your Arduino IDE. You can import them directly via **Sketch > Include Library > Add .ZIP Library…**. Here are the libraries your project needs:
22
+
-[DHT sensor](https://github.com/adafruit/DHT-sensor-library) for air humidity and temperature measurements.
23
+
-[SI114X sunlight sensor](https://github.com/Seeed-Studio/Grove_Sunlight_Sensor) to monitor visible, IR, and UV light.
24
+
-[NTP client](https://github.com/arduino-libraries/NTPClient) for accurate timekeeping.
25
+
-[Pubsubclient 2.6](https://www.arduino.cc/reference/en/libraries/pubsubclient/) to handle message queuing telemetry transport (MQTT) communication.
26
+
Component Assembly: Follow the comprehensive guide provided here to connect all the hardware components correctly. This step is crucial for the smooth operation of your irrigation system.
27
+
16
28
17
29
## Component Inventory
18
30
@@ -34,14 +46,6 @@ The system is comprehensively designed with the following components:
34
46
35
47
Visit [here](https://github.com/SAMMYBOOOOM/Linkit-7697-Arduino-Irrigate-System/tree/main/Components_link) for more detail on how to link each components
0 commit comments