From d2d13c65d566c02098624c30c85ec2663688677f Mon Sep 17 00:00:00 2001 From: Bram Barbieri Date: Fri, 9 Feb 2024 14:17:00 +0100 Subject: [PATCH] documentatie over het plan van sprint 1, kleine toevoeging aan interface --- docs/Bram Barbieri/Sp1ExpRv1.md | 3 --- docs/Sp1Schets van het project/HetAlgehelePLan.md | 11 +++++++++++ docs/Sp1Schets van het project/infrastructuur.md | 2 ++ 3 files changed, 13 insertions(+), 3 deletions(-) delete mode 100644 docs/Bram Barbieri/Sp1ExpRv1.md create mode 100644 docs/Sp1Schets van het project/HetAlgehelePLan.md diff --git a/docs/Bram Barbieri/Sp1ExpRv1.md b/docs/Bram Barbieri/Sp1ExpRv1.md deleted file mode 100644 index 4102fb9..0000000 --- a/docs/Bram Barbieri/Sp1ExpRv1.md +++ /dev/null @@ -1,3 +0,0 @@ -# Afbeelding van node -![NodeTekening](../assets/ImagesSp1/Sp1Node.jpg) -Hier op werdt gereageerd dat dit mooi was en nu uitgewerkt moest worden in een md bestand. \ No newline at end of file diff --git a/docs/Sp1Schets van het project/HetAlgehelePLan.md b/docs/Sp1Schets van het project/HetAlgehelePLan.md new file mode 100644 index 0000000..34bda38 --- /dev/null +++ b/docs/Sp1Schets van het project/HetAlgehelePLan.md @@ -0,0 +1,11 @@ +# The Plan. +Around the school, we will collect various information using nodes, which we will ultimately process into a database. + +The locations we choose for the nodes can vary between ceilings and walls to gather various measurements effectively. + +The measurements will include: temperature, CO2, humidity, and sound. + +At one of the nodes, a screen with a survey will also be placed so that we can receive feedback from the students. + +The node with the screen will be placed near the coffee machines and the water tap to ensure it is easily accessible and located in a frequently visited area. +This way, we can obtain as many results as possible and have the best possible overview of where attention is needed. \ No newline at end of file diff --git a/docs/Sp1Schets van het project/infrastructuur.md b/docs/Sp1Schets van het project/infrastructuur.md index 66f2061..e0d15f8 100644 --- a/docs/Sp1Schets van het project/infrastructuur.md +++ b/docs/Sp1Schets van het project/infrastructuur.md @@ -17,4 +17,6 @@ You can see that every node measures: - CO2 level - Sound level +Each of these factors can have an influence on the comfort and efficientie the students can have. + The nodes are connected to the database using post requests, every node sends a post request to the database with the sensordata it has collected. The database then stores this data in the right table. This is the table called "Node" in the first picture.