Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 975 Bytes

README.md

File metadata and controls

27 lines (18 loc) · 975 Bytes

Water Quality Monitoring using IoT

Tools and Frameworks Used

  1. Arduino uno
  2. GSM Module SIM900A
  3. Turbidity sensor SKU:SEN 0189
  4. Waterproof temperature sensor DS18B20
  5. 16X2 LCD Display
  6. Arduino IDE for coding
  7. Thingspeak for uploading data to internet

Temperature Library Onewire Library

Connections

⇨Interfacing Arduino Uno and 16X2 LCD for displaying the data collected by temperature and turbidity sensors.

⇨Connecting Tx and Rx of GSM SIM900A to digital pin 9,10 respectively.

⇨Output of temperature to digital pin 12

⇨Output of turbidity sensor to analog pin A1

imageedit_1_2566578008

image