You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
cse44742
34adffcc52
|
3 years ago | |
---|---|---|
README.md | 3 years ago | |
circuit1.jpg | 3 years ago | |
code.ino | 3 years ago |
README.md
Smart Water - Temperature and Quality of Water Controller
IoT Project for the course "Internet of Things" during the winter semester 2021-22
About this project
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 according to the turbidity measures. 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 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.
image::circuit1.jpg[]
Hardware Components
- 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
Software Components
- Arduino Software https://ubuntu.com/tutorials/install-the-arduino-ide#1-overview
- Arduino Bluetooth Controller (Application found on Google PlayStore) https://play.google.com/store/apps/details?id=com.giumig.apps.bluetoothserialmonitor
Admin Manual
Currently there is no admin manual to run the project on the host's computer. But there will be a display of the project.