Update README.md

This commit is contained in:
ZeinabBF 2024-05-27 19:14:42 +02:00 committed by GitHub
parent d2165ee797
commit 31fa6bb7f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -53,6 +53,14 @@ After some brainstorming, we came up with some ideas for different stages:
<i>Connecting Unity to Arduino</i>
</p>
- In terms of the GUI, we brainstormed the best methods to visualize our real-time data.
<p align="center">
<img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/6db0450f-5bfb-4332-a2bb-1e77574ada5e" alt="GUI Prototype" style="max-width:12%;" height="auto">
<br>
<i>GUI Prototype</i>
</p>
### 2.2. User Persona:
@ -110,15 +118,17 @@ organizing tangible items is an important part of this project. To understand ho
We discussed the logic behind turbine rotation:
<p align="center">
<img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/fa257692-f7d2-404d-9e8d-6e579506210e" alt="SVM and wind turbine" style="max-width:12%;" height="auto">
<img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/a37a34d2-77a4-4313-b69b-c881388368bc" alt="Turbine Rotation" style="max-width:12%;" height="auto">
<br>
<i>Servo motor and wind turbine</i>
<i>Turbine Rotation</i>
</p>
We also calculated how the turbine should work and rotate for 90 degrees.
<p align="center">
<img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/d8e76fef-a686-470f-9664-435ee04255eb" alt="Calculation" style="max-width:12%;" height="auto">
<br>
<i>Calculation</i>
</p>
#### 2.4.2 Sensors:
In this experience, the physical wind turbine is emulated using a servo motor. A photoresistor, which includes a light source, is integrated into the wind turbine. When the turbine operates, it generates light, and the photoresistor detects the light's voltage. So real-time data, (the **voltage** generated by the turbine) is collected from the physical entity and transferred to the virtual environment for monitoring and visualization.