From 57a556ab6c7545b99fa3dcca47f96524807c068f Mon Sep 17 00:00:00 2001 From: Bram Barbieri Date: Tue, 12 Mar 2024 11:06:54 +0100 Subject: [PATCH] daily standup, bram documentation --- docs/LearningProcessBram/Sprint1/FirstDocumentation.md | 7 +++++-- teamdocumentatie/dailyStandupNotes.md | 7 +++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/LearningProcessBram/Sprint1/FirstDocumentation.md b/docs/LearningProcessBram/Sprint1/FirstDocumentation.md index 4ffa936..f3fd162 100644 --- a/docs/LearningProcessBram/Sprint1/FirstDocumentation.md +++ b/docs/LearningProcessBram/Sprint1/FirstDocumentation.md @@ -111,6 +111,7 @@ the code used looks like this: DHT dht(DHTPIN, DHTTYPE); void setup() { +//the Serial.begin(9600); Serial.println(F("DHTxx test!")); dht.begin(); @@ -119,8 +120,8 @@ dht.begin(); void loop() { - delay(2000); - float h = dht.readHumidity(); + delay(2000); + float h = dht.readHumidity(); float t = dht.readTemperature(); float f = dht.readTemperature(true); if (isnan(h) || isnan(t) || isnan(f)) { @@ -131,6 +132,8 @@ void loop() { } float hif = dht.computeHeatIndex(f, h); float hic = dht.computeHeatIndex(t, h, false); + + //all serial.ptint's send stuff to the serial board to showcase. Serial.print(F("Humidity: ")); Serial.print(h); Serial.print(F("% Temperature: ")); diff --git a/teamdocumentatie/dailyStandupNotes.md b/teamdocumentatie/dailyStandupNotes.md index 6e431f9..7ddcdd9 100644 --- a/teamdocumentatie/dailyStandupNotes.md +++ b/teamdocumentatie/dailyStandupNotes.md @@ -28,4 +28,11 @@ and im going to continue with working on the connection between the websocket an Sam is going to finish the code for the big questionaire screen. Dano is going to be writing some documentation and will be working with classes in arduino. Bram will do research on python to finish the connection to the database and the websocket. +} + +12 - 3 - 2024 { + Sam is going to continue to build his custom library for out custom questionaire screen. + Sietse is going to make a class in python. + Dano is making classes for the code of the node. + Bram is correcting some of his documentation and will continue the coding in python( to still make the connection between the database and the websocket.) } \ No newline at end of file