Browse Source

Update 'README.md'

master
cse44742 3 years ago
parent
commit
6109cd5553
  1. 19
      README.md

19
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 #### IoT Project for the course "Internet of Things" during the winter semester 2021-22
@ -6,22 +6,21 @@
## About this project ## 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 ## 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 ## 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/ - 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 - 4.7K Resistor https://www.stathisnet.gr/antistasi-0-25-watt-4-7k-ohm-plusmn-5-orizontia-metal-film
- Breadboard - Breadboard
- Cables - Cables
@ -29,8 +28,8 @@ In order to accomplish the smart water heater, the project will be in steps. The
## Software Components ## Software Components
----------------------------------------------------------------------- -----------------------------------------------------------------------
- Arduino Software https://ubuntu.com/tutorials/install-the-arduino-ide#1-overview - Arduino Software https://ubuntu.com/tutorials/install-the-arduino-ide#1-overview
- Docker https://www.docker.com/ - Arduino Controller Application
- MongoDB https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/
## Hardware Setup ## Hardware Setup
@ -42,4 +41,4 @@ In order to accomplish the smart water heater, the project will be in steps. The
### Admin Manual ### Admin Manual
Read the Docker.md and then the Hybrid.md for the installation of Docker and Swarmlab-Hybrid. Not ready yet!

Loading…
Cancel
Save