diff --git a/docs/brainstorm/Raspberry Pi.md b/docs/brainstorm/Raspberry Pi.md new file mode 100644 index 0000000..84223d7 --- /dev/null +++ b/docs/brainstorm/Raspberry Pi.md @@ -0,0 +1,18 @@ +# Raspberry pi + + +### Why can't we connect to our raspberry pi? +There could be several reasons why we can't connect to the raspberry pi. +* Our static ip address is being used by another pi. +* The switch connected to the pi is broken. +* The pi's internet port is broken. + +### Trying to solve problems +We have been in the server room to diagnose what the problem might be. We have tried several things to solve the problem. +* We connected the Pi to another switch. +* We rebooted the Pi +* We have tried pinging outside from the Pi + +### Conclusion. +We tried to troubleshoot the problem, but were unsuccessful even though the Pi was working before. We now have to wait for Mats until he can look into it. + diff --git a/docs/brainstorm/Taskflow.md b/docs/brainstorm/Taskflow.md new file mode 100644 index 0000000..9472e4d --- /dev/null +++ b/docs/brainstorm/Taskflow.md @@ -0,0 +1,17 @@ +# Taskflow + +```mermaid +flowchart + A[Goal: Finding a quiet study area] --> B(Walk over to the main node) + B --> C(Look at the screen to view where its the quietest) + C --> D(Walk over to that area) + D --> E(Start studying) + ``` + + ```mermaid + flowchart + A[Goal: leave a review to improve the study area] --> B(Walk over to the main node) + B --> C(Read the question) + C --> D(Press the button according to your answer) + D --> E(The review gets picked up by the building manager and \n they are going to improve the quality of the study area) + ``` \ No newline at end of file diff --git a/docs/brainstorm/UML infrastructure.md b/docs/brainstorm/UML infrastructure.md new file mode 100644 index 0000000..63d23e1 --- /dev/null +++ b/docs/brainstorm/UML infrastructure.md @@ -0,0 +1,28 @@ +# UML + + +## Infrastructure +``` mermaid +classDiagram + +Node --> Raspberry pi : postData + + +namespace Server { + class Raspberry pi { + Database() + Webserver() + + + } + class Node { + +Co2 + +Temperature + +Humidity + +Tfok + +Sound + collectData() + } +} +``` + diff --git a/teamdocumentatie/lesaantekeneningen/placeholder b/docs/leerproces Bram/.gitkeep similarity index 100% rename from teamdocumentatie/lesaantekeneningen/placeholder rename to docs/leerproces Bram/.gitkeep diff --git a/teamdocumentatie/lesaantekeneningen/.gitkeep b/teamdocumentatie/lesaantekeneningen/.gitkeep new file mode 100644 index 0000000..e69de29