Brainstorming Images

This commit is contained in:
ZeinabBF 2024-05-12 16:19:38 +02:00 committed by GitHub
parent 46f9df3f7e
commit f49fd9e431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -19,23 +19,34 @@ The design process includes ideation of concepts and interactions, testing of te
After some brainstorming, we came up with some ideas for different stages:
In the first step, we discussed the physical and virtual entities, their connection, and the services and functions we wanted to implement.
<img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/03e1ef34-4b37-421a-b54a-28db34e8059b" alt="DTComponents" width="300" height="200">
*Digital Twin Components*
<figure style="text-align:center">
<img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/03e1ef34-4b37-421a-b54a-28db34e8059b" alt="DTComponents" style="max-width:100%;" height="auto">
<figcaption>Digital Twin Components</figcaption>
</figure>
<figure style="text-align:center">
<img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/7ca62bda-072b-40ea-a0ed-361c86724b81" alt="Primary Prototype" style="max-width:100%;" height="auto">
<figcaption>Primary Prototype for physical turbine & virtual model</figcaption>
</figure>
![Sketch](https://github.com/Mukheem/TwinTurbine/assets/145973209/b777cb85-2e86-4cd3-8317-d48586b27ba8)
*Arduino sketch to rotate the Servo Motor *
![Wind Turbine](https://github.com/Mukheem/TwinTurbine/assets/145973209/c1b97fd4-f495-4e54-8c17-a1d949cca986)
*Servo motor and wind turbine*
Then, we shared our ideas on how to rotate the servo motor from Arduino and which physical turbine is better to provide.
<figure style="text-align:center">
<img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/b777cb85-2e86-4cd3-8317-d48586b27ba8" alt="Sketch" style="max-width:100%;" height="auto">
<figcaption>Arduino sketch to rotate the Servo Motor</figcaption>
</figure>
<figure style="text-align:center">
<img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/c1b97fd4-f495-4e54-8c17-a1d949cca986" alt="Wind Turbine" style="max-width:100%;" height="auto">
<figcaption>Servo motor and wind turbine</figcaption>
</figure>
Finally, we focused on the way we want to make the connection between ESP32 and Unity
<figure style="text-align:center">
<img src="https://github.com/Mukheem/TwinTurbine/assets/145973209/d910c49e-2518-4181-8831-0987415b2977" alt="Communication" style="max-width:100%;" height="auto">
<figcaption>Connecting Unit
![Communication](https://github.com/Mukheem/TwinTurbine/assets/145973209/d910c49e-2518-4181-8831-0987415b2977)
*Connecting Unity with Arduino*
*Finally, we focused on the way we want to make the connection between ESP32 and Unity*
- User Persona: A description of your target user, their needs, motivations, and pain points, and how your project addresses them.
- User Journey: A visualization of how your user interacts with your project, from the initial trigger to the final outcome, and what emotions they experience along the way.