From 6109cd555341dc13f75d205b20f0b5431d99f5e3 Mon Sep 17 00:00:00 2001 From: cse44742 Date: Wed, 8 Dec 2021 12:42:56 +0000 Subject: [PATCH] Update 'README.md' --- README.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b344624..07a5838 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Smart Water - Temperature and Heat Controller +# Smart Water - Temperature and Quality of Water Controller ----------------------------------------------------------------- #### IoT Project for the course "Internet of Things" during the winter semester 2021-22 @@ -6,22 +6,21 @@ ## About this project -A smart system that will measure the water temperature through a digital temperature sensor and alter the water temperature according to the user's requirements. +A smart system that will contain two sensors. The first one will measure the temperature of the water and the second sensor will measure the quality of the water. For instance, it will measure if the water is purified enough to be drinkable. All the necessary information will be displayed on the user's screen using Bluetooth. ## Design & Architecture ------------------------------------------------------------------------ -In order to accomplish the smart water heater, the project will be in steps. The first step includes the smart water temperature sensor. It will measure the temperature and it will indicate it on the screen. The second step will be the smart water heater where the temperature will rise and the temperature sensor will measure the new temperature. +In order to accomplish the smart water system, the project will be in steps. The first step includes the smart water temperature sensor and analog turbidity sensor. The information will be displayed on an Android application. -#### First Step Diagram - -![First step](first-step.png) ## Hardware Components ----------------------------------------------------------------------- -- Arduino Nano R3 https://create.arduino.cc/projecthub/products/arduino-nano-r3 +- Arduino UNO https://store.arduino.cc/products/arduino-uno-rev3/ - Waterproof Digital Temperature Sensor https://www.hellasdigital.gr/electronics/sensors/temperature-sensors/waterproof-ds18b20-sensor-kit-kit0021/ +- Analog Turbidity Sensor https://www.hellasdigital.gr/electronics/sensors/humidity-sensor/gravity-analog-turbidity-sensor-for-arduino-sen0189/?skr_prm=WyJjNmNlOTM0NS1kYmY4LTQwMzAtYjljZS02ZWE1MmE3ZDYzYWMiLDE2Mzg5NjcwMTkxMTAseyJhcHBfdHlwZSI6IndlYiIsImNwIjoiZiIsInRhZ3MiOiIifV0 +- Bluetooth https://www.elabpeers.com/bc417-bluetooth-to-serial-arduino.html?fbclid=IwAR1uGQ64Yy296PJUqYakf9YQR_5dlBP02QS6fhW62PaAvujVAU3AgS5XHy0 - 4.7K Resistor https://www.stathisnet.gr/antistasi-0-25-watt-4-7k-ohm-plusmn-5-orizontia-metal-film - Breadboard - Cables @@ -29,8 +28,8 @@ In order to accomplish the smart water heater, the project will be in steps. The ## Software Components ----------------------------------------------------------------------- - Arduino Software https://ubuntu.com/tutorials/install-the-arduino-ide#1-overview -- Docker https://www.docker.com/ -- MongoDB https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/ +- Arduino Controller Application + ## Hardware Setup @@ -42,4 +41,4 @@ In order to accomplish the smart water heater, the project will be in steps. The ### Admin Manual -Read the Docker.md and then the Hybrid.md for the installation of Docker and Swarmlab-Hybrid. +Not ready yet!