From 4cccdb58195d7871bf1e5ddafc93d50a93c4d283 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 11 Feb 2024 19:04:01 +0100 Subject: [PATCH 1/4] Added documentation about why the pi may not connect --- docs/brainstorm/Raspberry Pi.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/brainstorm/Raspberry Pi.md 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. + From ca7250c2904aa1b77b65d7151c6d077edab3ff39 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 12 Feb 2024 10:20:24 +0100 Subject: [PATCH 2/4] Made taskflows --- docs/brainstorm/Taskflow.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/brainstorm/Taskflow.md 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 From 676c107b587991abdff12b7ce24cb5c0119be0de Mon Sep 17 00:00:00 2001 From: Sam Date: Tue, 13 Feb 2024 11:33:48 +0100 Subject: [PATCH 3/4] Started infrastrcuture UML --- docs/brainstorm/UML infrastructure.md | 28 +++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 docs/brainstorm/UML infrastructure.md 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() + } +} +``` + From 1cadf64a4e15b7e966ca0b15a8b00c21e5852ce3 Mon Sep 17 00:00:00 2001 From: Sietse Jonker Date: Tue, 13 Feb 2024 12:25:52 +0100 Subject: [PATCH 4/4] adds folder for learningprocess bram --- .../placeholder => docs/leerproces Bram/.gitkeep | 0 teamdocumentatie/lesaantekeneningen/.gitkeep | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename teamdocumentatie/lesaantekeneningen/placeholder => docs/leerproces Bram/.gitkeep (100%) create mode 100644 teamdocumentatie/lesaantekeneningen/.gitkeep 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