This shows you the differences between two versions of the page.
pm:prj2023:avaduva:water_plant [2023/05/27 17:49] cosmin.draghici0305 |
pm:prj2023:avaduva:water_plant [2023/05/30 14:42] (current) cosmin.draghici0305 |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Automatic Water Plant System ====== | + | ===== Automatic Water Plant System ===== |
<note> | <note> | ||
Student: Drăghici Cosmin-Gabriel | Student: Drăghici Cosmin-Gabriel | ||
Line 5: | Line 5: | ||
Group: 1222B | Group: 1222B | ||
</note> | </note> | ||
- | ======Introduction ====== | + | =====Introduction ===== |
<note> | <note> | ||
- | Managing and maintaining a garden can be time-consuming, especially when it comes to watering plants. By developing an automatic water plant system, I overcome my children’s “displeasure”, and by displeasure I mean watering my mom's flowers. My mother have a lot of flowers and when I was little I had to water all her’s flowers, and now I made a project that can help her with her passion.. I did this by creating an automated system for watering plants using an Arduino UNO board while taking into account the needs of the plants. | + | Managing and maintaining a garden can be time-consuming, especially when it comes to watering plants. By developing an automatic water plant system, I overcome my childhood’s “displeasure”, and by displeasure I mean watering my mom's flowers. My mother have a lot of flowers and when I was little I had to water all her’s flowers, and now I made a project that can help her with her passion.. I did this by creating an automated system for watering plants using an Arduino UNO board while taking into account the needs of the plants.</note> |
- | </note> | + | ===== General Description ===== |
- | ====== General Description ====== | + | |
<note tip> | <note tip> | ||
The soil moisture sensor in this system measures the amount of soil moisture. The water pump will automatically start if the soil is dry and the sensor detects the low moisture level. This will provide the plant with water. The water pump will automatically shut off once the soil has been sufficiently hydrated and the plant has received enough water. | The soil moisture sensor in this system measures the amount of soil moisture. The water pump will automatically start if the soil is dry and the sensor detects the low moisture level. This will provide the plant with water. The water pump will automatically shut off once the soil has been sufficiently hydrated and the plant has received enough water. | ||
Line 17: | Line 16: | ||
{{:pm:prj2023:avaduva:23e4d323-68c3-46b8-952d-64c2210e935c.jpg?700|}} | {{:pm:prj2023:avaduva:23e4d323-68c3-46b8-952d-64c2210e935c.jpg?700|}} | ||
- | ==== Component List === | + | ===== Component List ===== |
<note tip> | <note tip> | ||
Arduino UNO | Arduino UNO | ||
Line 39: | Line 38: | ||
</note> | </note> | ||
- | ==== Circuit Diagram ==== | + | ===== Circuit Diagram ===== |
- | {{:pm:prj2023:avaduva:7973ff9a-ad8a-4c3d-ac9f-c548bd8e8c71.jpg?700|}} | + | {{:pm:prj2023:avaduva:516f4944-9a87-4962-bb87-967bb2e0166a.jpg?700|}} |
===== Software Design ===== | ===== Software Design ===== | ||
+ | <note>I'm building a water pump with a DC motor. I'll harm the Arduino board if I attach the motor straight to it. In order to prevent harming the board, I used the NPN transistor to control the motor's switching behavior in accordance with the instructions. Electric current can only flow in one direction through the diode. A negative voltage surge that happens when the power is switched off could harm the Arduino board or the transistor. I thus utilized a diode to guard against this harm. | ||
- | I'm building a water pump with a DC motor. I'll harm the Arduino board if I attach the motor straight to it. In order to prevent harming the board, I used the NPN transistor to control the motor's switching behavior in accordance with the instructions. Electric current can only flow in one direction through the diode. A negative voltage surge that happens when the power is switched off could harm the Arduino board or the transistor. I thus utilized a diode to guard against this harm. | + | The two wires that make up the soil moisture sensor are used to gauge how much water is present in the soil. These cables compute the resistance while still allowing current to flow through the ground.</note> |
- | + | ||
- | The two wires that make up the soil moisture sensor are used to gauge how much water is present in the soil. These cables compute the resistance while still allowing current to flow through the ground. | + | |
===== Conclusions ===== | ===== Conclusions ===== | ||
<note>Embarking on this project was an exciting and enlightening experience that offered me valuable learning opportunities. It allowed me to delve deeper into the practical applications of an Arduino board beyond what I had previously encountered in lab sessions. As I carefully soldered wires with the assistance of flux, I discovered the intricacies of hardware assembly, ensuring a safe and efficient system. The process of building the water pump from scratch demanded considerable manual labor, which underscored the dedication and effort required to bring the project to fruition. | <note>Embarking on this project was an exciting and enlightening experience that offered me valuable learning opportunities. It allowed me to delve deeper into the practical applications of an Arduino board beyond what I had previously encountered in lab sessions. As I carefully soldered wires with the assistance of flux, I discovered the intricacies of hardware assembly, ensuring a safe and efficient system. The process of building the water pump from scratch demanded considerable manual labor, which underscored the dedication and effort required to bring the project to fruition. | ||
Line 62: | Line 59: | ||
===== Download ===== | ===== Download ===== | ||
+ | {{:pm:prj2023:avaduva:draghici_cosmin_gabriel_1222b_arhitectura_microprocesoarelor.rar|}} | ||
===== Journal ===== | ===== Journal ===== | ||
+ | **29th Apr - 7th May:** Choosing the project | ||
+ | **10th May:** Ordering components | ||
+ | **20th-27th May:** Realization of the project | ||
+ | **27th May:** Documentation | ||
===== Bibliografy/Resources ===== | ===== Bibliografy/Resources ===== | ||
+ | **Resurse HARDWARE** | ||
+ | |||
+ | www.conexelectronic.ro | ||
+ | |||
+ | **Resurse SOFTWARE** | ||
+ | |||
+ | www.tinkercad.com | ||
+ | |||
+ | https://www.youtube.com/watch?v=tFNElWDVL1E&ab_channel=GlobalFun ( TUTORIAL POMPA DE APA) | ||
+ | |||
+ | https://projecthub.arduino.cc/ | ||
<html><a class="media mediafile mf_water_plant" href="?do=export_pdf">Export to PDF</a></html> | <html><a class="media mediafile mf_water_plant" href="?do=export_pdf">Export to PDF</a></html> |