documentatie over het plan van sprint 1, kleine toevoeging aan interface

This commit is contained in:
Bram Barbieri
2024-02-09 14:17:00 +01:00
parent 24cf55c11a
commit d2d13c65d5
3 changed files with 13 additions and 3 deletions

View File

@@ -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.

View File

@@ -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.