-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject7.html
More file actions
71 lines (68 loc) · 3.85 KB
/
project7.html
File metadata and controls
71 lines (68 loc) · 3.85 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Project 5 - Auto Water & Sunlight Detect System</title>
<link rel="stylesheet" href="assets/css/projects.css">
</head>
<body>
<div class="container">
<header>
<h1>Auto Water & Sunlight Detect System</h1>
</header>
<main>
<section id="project-overview">
<h2>Project Overview</h2>
<p>This project involves creating an automatic watering system that uses sensors to detect soil moisture levels and sunlight to optimize plant growth. The system integrates multiple sensors and control circuits to ensure that plants receive adequate water and sunlight.</p>
</section>
<section id="project-objectives">
<h2>Objectives</h2>
<ul>
<li>Develop a sensor circuit to detect soil moisture levels.</li>
<li>Create a watering system based on soil moisture readings.</li>
<li>Design a monitoring system to track water levels.</li>
<li>Implement a priority and timing functionality for the watering system.</li>
<li>Develop a sunlight tracking system to optimize plant exposure to light.</li>
<li>Integrate a plant health monitor to track watering intervals.</li>
</ul>
</section>
<section id="technologies-used">
<h2>Technologies Used</h2>
<ul>
<li>Soil Moisture Sensors</li>
<li>Operational Amplifiers</li>
<li>NPN Transistors</li>
<li>LED Indicators</li>
<li>555 Timer IC</li>
<li>Microcontrollers</li>
<li>Python for simulation and code setup</li>
</ul>
</section>
<section id="project-details">
<h2>Project Details</h2>
<p>The project encompasses the following tasks:</p>
<ol>
<li>Automatic Watering System: Design and implement a circuit to monitor soil moisture levels and control the watering system accordingly.</li>
<li>Water Monitoring System: Develop a circuit to indicate the water levels in the reservoir using LED indicators.</li>
<li>Priority and Timing Functionality: Create a priority circuit to manage multiple inputs and a timer circuit to regulate the watering intervals.</li>
<li>Sunlight Tracking System: Implement a system to track sunlight using LDR sensors and control the orientation of plants.</li>
<li>Plant Health Monitor: Develop a system to monitor the duration since the last watering and alert the user if plants need attention.</li>
</ol>
</section>
<section id="project-results">
<h2>Results</h2>
<p>The automatic watering and sunlight detection system proved effective in maintaining optimal soil moisture levels and ensuring adequate sunlight exposure for the plants. The integration of sensors and control circuits enabled efficient plant care, reducing manual intervention and improving plant health.</p>
</section>
<section id="project-document">
<h2>Project Document</h2>
<p>For more detailed information, you can view the full project document here:</p>
<a href="assets/docs/Projects Docs/project6/Auto%20Water%20&%20Sunlight%20Detect%20System.pdf" target="_blank">View the Project Document (PDF)</a>
</section>
</main>
<footer>
<a href="index.html">Back to Homepage</a>
</footer>
</div>
</body>
</html>