Changes spaces in folder name

This commit is contained in:
Dano van den Bosch
2024-02-13 12:52:14 +01:00
parent 6a640ba96f
commit 0754c661d2
3 changed files with 0 additions and 0 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

@@ -0,0 +1,15 @@
#Rasberry Pi
##Table of contents
##Introduction
##Rasberry Pi
###Dev Page
##Database
###Database software
###Esp to database

View File

@@ -0,0 +1,22 @@
# Infrastructuur
## Database en nodes
![!\[Database en nodes\](assets/ImagesSp1/Sp1DataTrack.jpg)
](../assets/ImagesSp1/Sp1DataTrack.jpg)
You can see that in the picture we've drew all the nodes and the tables for the database, every node has multiple sensors and only node 1 has an extra screen. The database is used to store all the data that the nodes collect. Here is a picture that
shows what the nodes do:
![alt text](../assets/ImagesSp1/Sp1Node.jpg)We also have this sketch digitalised in a simpler way:
![alt text](../assets/ImagesSp1/digitaleInfrastructuur.png)
You can see that every node measures:
- Temperature
- Humidity
- 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.