From 6f8548386408bbc00a5e0b6621189b18d0cb9da7 Mon Sep 17 00:00:00 2001 From: Sietse Jonker Date: Wed, 7 Feb 2024 13:19:48 +0100 Subject: [PATCH 1/4] Add communication and meeting details --- docs/brainstorm/communicatie.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/brainstorm/communicatie.md diff --git a/docs/brainstorm/communicatie.md b/docs/brainstorm/communicatie.md new file mode 100644 index 0000000..4738354 --- /dev/null +++ b/docs/brainstorm/communicatie.md @@ -0,0 +1,9 @@ +# Meetings + +- Always at school +- On thursdays at school (for a minimum of 3 hours) + +# Communicatie + +Via discord in text channels and voice channels + From 50a27fc52ee484cebe7c198f46c4575c064f9b57 Mon Sep 17 00:00:00 2001 From: Sietse Jonker Date: Wed, 7 Feb 2024 13:25:11 +0100 Subject: [PATCH 2/4] adds info for raspberry pi --- teamdocumentatie/RasberryPI-info.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 teamdocumentatie/RasberryPI-info.md diff --git a/teamdocumentatie/RasberryPI-info.md b/teamdocumentatie/RasberryPI-info.md new file mode 100644 index 0000000..dad97ee --- /dev/null +++ b/teamdocumentatie/RasberryPI-info.md @@ -0,0 +1,17 @@ +# Technical info + +- [Raspberry Pi 3 Model B](https://www.raspberrypi.org/products/raspberry-pi-3-model-b/) +- IP: 145.92.8.114 +- routers: 145.92.8.1 +- domain_name_servers: 145.18.145.18 + +# Software + +- [Raspbian lite](https://www.raspberrypi.org/downloads/raspbian/) +- SSH enabled +- No GUI + +# Credentials + +- Username: pi +- Password: raspberry From 82b0b8bf31d42405f64acbf92fb86e6b377697a1 Mon Sep 17 00:00:00 2001 From: Sietse Jonker Date: Wed, 7 Feb 2024 13:30:54 +0100 Subject: [PATCH 3/4] Refactor brainstorming ideas and improve readability --- docs/brainstorm/ideeën.md | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/docs/brainstorm/ideeën.md b/docs/brainstorm/ideeën.md index f040dab..fc0327a 100644 --- a/docs/brainstorm/ideeën.md +++ b/docs/brainstorm/ideeën.md @@ -1,25 +1,24 @@ -# ideeën +# Ideas ### Robot -* Robot die rondrijd met enquete over wat er beter kan. Beivoorbeeld of het warm of koud is. Wc vies of niet vies, of of omgeving goed is. -* schermpje met vragen -* robotje rijd rond en vraagt mensen om feedback +* Robot in a stationary position with a survey about what could be improved. For example, whether it is hot or cold. Toilet dirty or not dirty, or whether the environment is good. +* Can drive around to show the location of facilities and work rooms. +* Has multiple sensors to measure temperature, humidity, and air quality. ### WC -Hoe vaak word de wc gebruikt? -* een counter op de deur. -* Deursensor +How often is the toilet used? +* A counter on the door. +* Door sensor -### koffiemachine -* hoevaak de koffiemachine gebruikt word. +### coffee machine +* How often the coffee machine is used. -### Stilteruimte -* Er voor zorgen dat de stilteruimten daadwerkelijk stil is. -* Of het daadwerkelijk word gebruikt. - -### Luchtkwaliteit -* Als de luchtkwaliteit slecht is, dan een stoplicht lampje op rood zetten om de deur te openen +### Quiet room +* Ensure that the quiet areas are actually quiet. +* Whether it is actually used. +### Air quality +* If the air quality is poor, turn a traffic light to red as an indicator to open the door # Teamnamen From b537c282cbc47a5ab3a493422f7e5ed2cfcf1535 Mon Sep 17 00:00:00 2001 From: Sietse Jonker Date: Wed, 7 Feb 2024 13:46:54 +0100 Subject: [PATCH 4/4] moves communicatie --- {docs/brainstorm => teamdocumentatie}/communicatie.md | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename {docs/brainstorm => teamdocumentatie}/communicatie.md (100%) diff --git a/docs/brainstorm/communicatie.md b/teamdocumentatie/communicatie.md similarity index 100% rename from docs/brainstorm/communicatie.md rename to teamdocumentatie/communicatie.md