SlideShare a Scribd company logo
1 of 15
ROLE OF DATA LOGGER AND SENSORS
IN
DEW AND RAIN WATER HARVESTING SYSTEM
NEAR KHOTARA
Introduction:
The role and science and technology in developing
countries not only help in understanding the problem
but also paves a way to solving the problems. In
country like INDIA were most of the population lives
in rural areas are encircled by various problems and
challenges. Among such challenges are water and
electricity. In order to find a solution to this problem
by the help of science and technology a village region
“Kohtara” was selected to do a project in Bhuj district
of GUJARAT state. A Dew and Water harvesting
system was a novel approach undertaken by Professor
Girja sharan to tackle the water problem in Semi-Arid
regions and to show how science can play a role to
eliminate this problem.
Motivation:
I being an ICT student found a chance of role of
Technology and Devices into the project. The main
motivation that keeps me to drive into the project is to
solve the problem of acquiring the meteorological data
by the help of different devices and various
technologies available in science world. The data that
collected is a meteorological information which could
be helpful for understanding various climatic changes,
it also helps for making decision for future purpose.
Approachment of Devices and Technology:
The acquiring of data at the project site is done by
the requirement levels. The project is more interested
into the “Surface temperature, Wind direction, Wind
speed, Air Temperature”, even though they are many
parameters of dynamic climate like Radiation, Rain
and Humidity so on. Due to the requirement and
concern interests the approachof devices is done on the
basis of project need. To acquire the meteorological
data “Sensors” are the best devices which can collect
the data scientifically and can transmit to the storage
devices. For this purpose Wind direction sensor, wind
speed sensor, ambient temperature sensors and relative
humidity sensor serves the purpose.
After the collection of the meteorological data from
sensors the storage of the data is maintained by the
Data Logger. The role of data logger is immense for
data collecting and storing with help of memory cards.
OBJECTIVES:
1) To suggest and install best method of collecting the
data about climatic changes from sensors and devices.
2) To understand and observe the MODBUS device
along with data logger which can help in accessing
the data remotely.
3) To collect and analysing the data that collected on
the project site.
Step 1:
The best methods suggested of the networking of
sensors and data logger which used for collection of
data are:
a) Wired sensors – Wired data logger to base Station.
b) Wired sensors – Data logger with SD card.
c) Wired sensors – Wireless data logger.
d) Wireless sensor – Wireless data logger.
e) Wireless sensors with built in memory and TX/Rx.
By the project requirement and availability of funds
we choose the third model were the installation of
wired sensors and data logger with wireless
capabilities are carried for the project.
Wired Sensors:
The sensors which are mentioned in the project are
copper wired type which are connected to the
“Transporting Unit (T.U)”. This T.U act as bridging
between the sensors flow of data to the data logger
were Analog to digital data conversion are done.
Data Logger:
This device is reliable, accurate device and act as
instrument to record measurements of sensors. This
device consists of battery pack which provide power to
the device. This data logger is a microprocessor based
system that scans the input for every five seconds and
the analog data is multiplexed through an analog
multiplexer and converted to digital data by a 12 bit
analog to digital converter.The digital data is displayed
on a two line alphanumeric liquid crystal display. Data
logger consists of keyboard on the front panel which
can be given as input request. Along with data of
sensors, time and calendar can be set with help of
keyboard.
Installing the sensors:
Figure 1: The air temperature and humidity sensors
Figure 2: The air temperature and humidity sensors
Installing Data Logger:
Figure 3: Data logger installed in the site location
Figure 4: Data logger, battery, Translational unit
The above figure:1 and figure:2 depicts the sensors
position in the project area. The sensors are connected
with wired mode to the data logger. The data logger can
be seen with battery pack in the figure:3 and figure:4.
The data can be accessible from print pin in which a
SD card reader is connected with a 2GB card.
Brief description on “Data logger and
Modbus”:
Data Loggers are electronic devices which logs data
from other peripherals connected to it. Mainly data
logger are used for weather monitoring situations
alongwith sensors. Theyalso record the date andtime
with respective to sensor data.
PROJECT DETAILS:
For “Dew and Rain water Harvesting” project Data
logger play a pivotal role in understanding the weather
changes in semi-arid area. In order to access the data
remotely from data logger a device MODBUS is
embedded with data logger. As per the project
requirement Wind direction, wind speed, Temperature
sensors are used for observing the meteorological
changes.
Workingof Data logger and Sensors:
As seen in figure:1 the sensors of wind direction, wind speed
and temperature are connected to data logger by the wired cables.
The data logger consists of input port pins which provide
accessing of all data from sensors. Data loggers also contains two
output ports, one provide data of sensors in ‘.text’ format by
external memory card. The other port is a RS-485 which provide
current data. In order to read data from RS-485 on any computer
the data from RS-485 is given to RS-232 convertor.
This convertor had an established series connection with
computer. After installation of serial port drive software in
computer it is possible to detect the data from RS-232 convertor.
By the help of simulating software the output of the data can be
seen on the computer. Q Modbus master and Adam Apax.Net are
two types of software used for setting up the function code and
testing the sensor data.
Figure: 1
TEST SETTING UP:
As seen in figure: 2, After connecting with RS-485 to RS-232
convertor Through setup option the mode of error checking, baud
rate, data bits is selected for running the test. As seen in Figure 3:
the function code is selected. According to the project objective
reading the data from sensors is primary motive. So, the registers
which act as data holders are able to read by the function code:
Reading Holding Registers. After selection of function code the
type of data is selected in decimal or hexadecimal format.
Test Setup-Figure: 2
TEST FUNCTION CODE: This step provides to access the data
from registers in Hex and decimal form.
Function Code- Figure: 3
TEST RESULTS:
After selecting the test setup and function code the output
of the simulator will look as shown below figure-4
TEST RESULT FIGURE: 4
While observing the test results we can find the data is in
hexadecimal form and the number of the registers which means
the sensors data can be seen serially. But there are 10-errors in the
result that can be seen in right bottom of the screen shot. This is
because the wrong selection of RTU mode. From Figure:2 we
selected COM 4 but while selecting function code the setup is
disturbed by re-plugin, at that moment the software selected the
available COM 3 or COM 2. This leads to the error probability in
the results.
After correcting the set-up code and function code the error is
corrected by changing the sections. NOTE: This time the set-up
code is detected the COM: 3 and type of data is selected decimal
form. The results can be seen in the below figure: 5
FIGURE: 5
After running the test simulator the decimal form of data can be
seen in below Figure: 6 the test results show the decimal form of
data without any errors.
By using MODBUS and ARDUINO the objective of the
project is to access the data remotely. For this purpose the
MODBUS take the part of the data by providing the current data
by regular intervals as wanted by the user.
TEST RESULTS FIGURE: 6
Upgrading with modbus it will act as masters and sensors
act as slaves. By the request of the master the sensors check the
code to which sensor it is addressed andlater those sensors only
responds or acknowledges to the master by sending the data.
The function of ARDUINO and the handling of remotely
transmitting data by GPRS can be describe in next part.
Role of Data Logger and Sensors in Dew and Rain Water Harvesting

More Related Content

What's hot

Application of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless SystemApplication of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless Systemijceronline
 
Education set for collecting and visualizing data using sensor system based ...
Education set for collecting and visualizing data using sensor  system based ...Education set for collecting and visualizing data using sensor  system based ...
Education set for collecting and visualizing data using sensor system based ...IJMER
 
Design &Implementation of I2C Master Controller Interfaced With RAM Using VHDL
Design &Implementation of I2C Master Controller Interfaced With RAM Using VHDLDesign &Implementation of I2C Master Controller Interfaced With RAM Using VHDL
Design &Implementation of I2C Master Controller Interfaced With RAM Using VHDLIJERA Editor
 
Design of Automatic Identification and Sorting System for Parcels Based on Pl...
Design of Automatic Identification and Sorting System for Parcels Based on Pl...Design of Automatic Identification and Sorting System for Parcels Based on Pl...
Design of Automatic Identification and Sorting System for Parcels Based on Pl...IJRESJOURNAL
 
Covid-19 fever symptom detection based on IoT cloud
Covid-19 fever symptom detection based on IoT cloud Covid-19 fever symptom detection based on IoT cloud
Covid-19 fever symptom detection based on IoT cloud IJECEIAES
 
Designing Automatic Meter Reading System Using Open Source Hardware and Softw...
Designing Automatic Meter Reading System Using Open Source Hardware and Softw...Designing Automatic Meter Reading System Using Open Source Hardware and Softw...
Designing Automatic Meter Reading System Using Open Source Hardware and Softw...IJECEIAES
 
Design of a usb based data acquisition system
Design of a usb based data acquisition systemDesign of a usb based data acquisition system
Design of a usb based data acquisition systemeSAT Publishing House
 
IRJET - IoT based Health Monitoring System and Telemedicine
IRJET - IoT based Health Monitoring System and TelemedicineIRJET - IoT based Health Monitoring System and Telemedicine
IRJET - IoT based Health Monitoring System and TelemedicineIRJET Journal
 
IRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting MachineIRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting MachineIRJET Journal
 
Design, Construction and Performance Test of a Color Sorter
Design, Construction and Performance Test of a Color SorterDesign, Construction and Performance Test of a Color Sorter
Design, Construction and Performance Test of a Color SorterMd. Muntasir R- Rafi
 
Performance Evaluation of Smart Home System using Internet of Things
Performance Evaluation of Smart Home System using   Internet of Things Performance Evaluation of Smart Home System using   Internet of Things
Performance Evaluation of Smart Home System using Internet of Things IJECEIAES
 
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...IRJET Journal
 
Industrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIndustrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIOSR Journals
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET Journal
 
ARM based System for Monitoring Grain Condition
ARM based System for Monitoring Grain ConditionARM based System for Monitoring Grain Condition
ARM based System for Monitoring Grain ConditionAM Publications
 

What's hot (17)

Application of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless SystemApplication of Microcontroller in Transmitter Section of Wireless System
Application of Microcontroller in Transmitter Section of Wireless System
 
Education set for collecting and visualizing data using sensor system based ...
Education set for collecting and visualizing data using sensor  system based ...Education set for collecting and visualizing data using sensor  system based ...
Education set for collecting and visualizing data using sensor system based ...
 
Industrial Safety Measurement using Sensors and Voice Announcement
Industrial Safety Measurement using Sensors and Voice AnnouncementIndustrial Safety Measurement using Sensors and Voice Announcement
Industrial Safety Measurement using Sensors and Voice Announcement
 
Design &Implementation of I2C Master Controller Interfaced With RAM Using VHDL
Design &Implementation of I2C Master Controller Interfaced With RAM Using VHDLDesign &Implementation of I2C Master Controller Interfaced With RAM Using VHDL
Design &Implementation of I2C Master Controller Interfaced With RAM Using VHDL
 
Design of Automatic Identification and Sorting System for Parcels Based on Pl...
Design of Automatic Identification and Sorting System for Parcels Based on Pl...Design of Automatic Identification and Sorting System for Parcels Based on Pl...
Design of Automatic Identification and Sorting System for Parcels Based on Pl...
 
Covid-19 fever symptom detection based on IoT cloud
Covid-19 fever symptom detection based on IoT cloud Covid-19 fever symptom detection based on IoT cloud
Covid-19 fever symptom detection based on IoT cloud
 
Designing Automatic Meter Reading System Using Open Source Hardware and Softw...
Designing Automatic Meter Reading System Using Open Source Hardware and Softw...Designing Automatic Meter Reading System Using Open Source Hardware and Softw...
Designing Automatic Meter Reading System Using Open Source Hardware and Softw...
 
Design of a usb based data acquisition system
Design of a usb based data acquisition systemDesign of a usb based data acquisition system
Design of a usb based data acquisition system
 
IRJET - IoT based Health Monitoring System and Telemedicine
IRJET - IoT based Health Monitoring System and TelemedicineIRJET - IoT based Health Monitoring System and Telemedicine
IRJET - IoT based Health Monitoring System and Telemedicine
 
IRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting MachineIRJET- IoT Color based Product Sorting Machine
IRJET- IoT Color based Product Sorting Machine
 
F05134247
F05134247F05134247
F05134247
 
Design, Construction and Performance Test of a Color Sorter
Design, Construction and Performance Test of a Color SorterDesign, Construction and Performance Test of a Color Sorter
Design, Construction and Performance Test of a Color Sorter
 
Performance Evaluation of Smart Home System using Internet of Things
Performance Evaluation of Smart Home System using   Internet of Things Performance Evaluation of Smart Home System using   Internet of Things
Performance Evaluation of Smart Home System using Internet of Things
 
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
IRJET- Implementation of Intelligent and Safe Smart City Concept using IoT Ap...
 
Industrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIndustrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEW
 
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...IRJET- Information Logging and Investigation of Control Framework Utilizing D...
IRJET- Information Logging and Investigation of Control Framework Utilizing D...
 
ARM based System for Monitoring Grain Condition
ARM based System for Monitoring Grain ConditionARM based System for Monitoring Grain Condition
ARM based System for Monitoring Grain Condition
 

Similar to Role of Data Logger and Sensors in Dew and Rain Water Harvesting

The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemIJRESJOURNAL
 
Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3IOSR Journals
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...ijtsrd
 
Fpga implementation of wireless data logger system
Fpga implementation of wireless data logger systemFpga implementation of wireless data logger system
Fpga implementation of wireless data logger systemeSAT Journals
 
Review on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyReview on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyIRJET Journal
 
Network Monitoring System for University
Network Monitoring System for UniversityNetwork Monitoring System for University
Network Monitoring System for Universityijtsrd
 
Agriculture Sensing using IoT
Agriculture Sensing using IoTAgriculture Sensing using IoT
Agriculture Sensing using IoTIRJET Journal
 
Home automation system using arduino with android
Home automation system using arduino with androidHome automation system using arduino with android
Home automation system using arduino with androidrahul takalkar
 
Smart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication MediaSmart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication MediaTELKOMNIKA JOURNAL
 
Mitul Desai & Andrew Bollin Poster
Mitul Desai & Andrew Bollin PosterMitul Desai & Andrew Bollin Poster
Mitul Desai & Andrew Bollin Posterguest9a35c0e9
 
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET Journal
 
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesHealth Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesIRJET Journal
 
Design of Temperature Data Logger Using Thermocouple
Design of Temperature Data Logger Using ThermocoupleDesign of Temperature Data Logger Using Thermocouple
Design of Temperature Data Logger Using ThermocoupleIRJET Journal
 
Intelligent Device TO Device Communication Using IoT
 Intelligent Device TO Device Communication Using IoT Intelligent Device TO Device Communication Using IoT
Intelligent Device TO Device Communication Using IoTIJCERT
 
Smart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT ApproachSmart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT ApproachIRJET Journal
 
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseUsing LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseIRJET Journal
 

Similar to Role of Data Logger and Sensors in Dew and Rain Water Harvesting (20)

The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
 
Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3
 
E010113235
E010113235E010113235
E010113235
 
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io Io...
 
Fpga implementation of wireless data logger system
Fpga implementation of wireless data logger systemFpga implementation of wireless data logger system
Fpga implementation of wireless data logger system
 
Review on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technologyReview on crop monitoring system using GSM technology
Review on crop monitoring system using GSM technology
 
Data loggers
Data loggers Data loggers
Data loggers
 
Network Monitoring System for University
Network Monitoring System for UniversityNetwork Monitoring System for University
Network Monitoring System for University
 
Agriculture Sensing using IoT
Agriculture Sensing using IoTAgriculture Sensing using IoT
Agriculture Sensing using IoT
 
Home automation system using arduino with android
Home automation system using arduino with androidHome automation system using arduino with android
Home automation system using arduino with android
 
Smart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication MediaSmart Garage Implementation and Design Using Whatsapp Communication Media
Smart Garage Implementation and Design Using Whatsapp Communication Media
 
Poster
PosterPoster
Poster
 
Mitul Desai & Andrew Bollin Poster
Mitul Desai & Andrew Bollin PosterMitul Desai & Andrew Bollin Poster
Mitul Desai & Andrew Bollin Poster
 
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
IRJET- Measurement of Temperature and Humidity by using Arduino Tool and DHT11
 
29
2929
29
 
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesHealth Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
 
Design of Temperature Data Logger Using Thermocouple
Design of Temperature Data Logger Using ThermocoupleDesign of Temperature Data Logger Using Thermocouple
Design of Temperature Data Logger Using Thermocouple
 
Intelligent Device TO Device Communication Using IoT
 Intelligent Device TO Device Communication Using IoT Intelligent Device TO Device Communication Using IoT
Intelligent Device TO Device Communication Using IoT
 
Smart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT ApproachSmart Farming: A Machine Learning and IoT Approach
Smart Farming: A Machine Learning and IoT Approach
 
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in GreenhouseUsing LoRa Technology to Monitor and Control Sensors in Greenhouse
Using LoRa Technology to Monitor and Control Sensors in Greenhouse
 

More from sarvan k

Automation of pheromone traps
Automation of pheromone trapsAutomation of pheromone traps
Automation of pheromone trapssarvan k
 
Revamping clics using clic youth clubs
Revamping clics using clic youth clubsRevamping clics using clic youth clubs
Revamping clics using clic youth clubssarvan k
 
Rajnikantslaptop sarvan
Rajnikantslaptop sarvanRajnikantslaptop sarvan
Rajnikantslaptop sarvansarvan k
 

More from sarvan k (6)

Automation of pheromone traps
Automation of pheromone trapsAutomation of pheromone traps
Automation of pheromone traps
 
Revamping clics using clic youth clubs
Revamping clics using clic youth clubsRevamping clics using clic youth clubs
Revamping clics using clic youth clubs
 
Ed x
Ed xEd x
Ed x
 
Kaizen 5s
Kaizen 5sKaizen 5s
Kaizen 5s
 
Rajnikantslaptop sarvan
Rajnikantslaptop sarvanRajnikantslaptop sarvan
Rajnikantslaptop sarvan
 
Slide 1
Slide 1Slide 1
Slide 1
 

Recently uploaded

(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...Pooja Nehwal
 
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)kojalkojal131
 
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...Call Girls in Nagpur High Profile
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...Pooja Nehwal
 
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...amitlee9823
 
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...Pooja Nehwal
 
VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...
VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...
VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...Call Girls in Nagpur High Profile
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...motiram463
 
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcRCALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcRdollysharma2066
 
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
Top Rated Pune Call Girls Ravet ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Ravet ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Ravet ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Ravet ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Call Girls in Nagpur High Profile
 
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Call Girls in Nagpur High Profile
 
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai GapedCall Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gapedkojalkojal131
 

Recently uploaded (20)

(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(PARI) Alandi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
CHEAP Call Girls in Mayapuri (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Mayapuri  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Mayapuri  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Mayapuri (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
9892124323, Call Girl in Juhu Call Girls Services (Rate ₹8.5K) 24×7 with Hote...
 
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
(=Towel) Dubai Call Girls O525547819 Call Girls In Dubai (Fav0r)
 
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
VVIP Pune Call Girls Warje (7001035870) Pune Escorts Nearby with Complete Sat...
 
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...9004554577, Get Adorable Call Girls service. Book call girls & escort service...
9004554577, Get Adorable Call Girls service. Book call girls & escort service...
 
young call girls in Sainik Farm 🔝 9953056974 🔝 Delhi escort Service
young call girls in Sainik Farm 🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Sainik Farm 🔝 9953056974 🔝 Delhi escort Service
young call girls in Sainik Farm 🔝 9953056974 🔝 Delhi escort Service
 
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
Call Girls Banashankari Just Call 👗 7737669865 👗 Top Class Call Girl Service ...
 
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
Call Girls in Thane 9892124323, Vashi cAll girls Serivces Juhu Escorts, powai...
 
VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...
VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...
VVIP Pune Call Girls Karve Nagar (7001035870) Pune Escorts Nearby with Comple...
 
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
Call Now ≽ 9953056974 ≼🔝 Call Girls In Yusuf Sarai ≼🔝 Delhi door step delevry≼🔝
 
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
(👉Ridhima)👉VIP Model Call Girls Mulund ( Mumbai) Call ON 9967824496 Starting ...
 
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS LiveVip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
Vip Call Girls Noida ➡️ Delhi ➡️ 9999965857 No Advance 24HRS Live
 
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcRCALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
CALL GIRLS IN Saket 83778-77756 | Escort Service In DELHI NcR
 
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
🔝 9953056974🔝 Delhi Call Girls in Ajmeri Gate
 
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Dharwad 7001035870 Whatsapp Number, 24/07 Booking
 
Top Rated Pune Call Girls Ravet ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated  Pune Call Girls Ravet ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...Top Rated  Pune Call Girls Ravet ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
Top Rated Pune Call Girls Ravet ⟟ 6297143586 ⟟ Call Me For Genuine Sex Servi...
 
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...Top Rated  Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
Top Rated Pune Call Girls Katraj ⟟ 6297143586 ⟟ Call Me For Genuine Sex Serv...
 
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai GapedCall Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
Call Girls Dubai Slut Wife O525547819 Call Girls Dubai Gaped
 
CHEAP Call Girls in Hauz Quazi (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Hauz Quazi  (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Hauz Quazi (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 

Role of Data Logger and Sensors in Dew and Rain Water Harvesting

  • 1. ROLE OF DATA LOGGER AND SENSORS IN DEW AND RAIN WATER HARVESTING SYSTEM NEAR KHOTARA
  • 2. Introduction: The role and science and technology in developing countries not only help in understanding the problem but also paves a way to solving the problems. In country like INDIA were most of the population lives in rural areas are encircled by various problems and challenges. Among such challenges are water and electricity. In order to find a solution to this problem by the help of science and technology a village region “Kohtara” was selected to do a project in Bhuj district of GUJARAT state. A Dew and Water harvesting system was a novel approach undertaken by Professor Girja sharan to tackle the water problem in Semi-Arid regions and to show how science can play a role to eliminate this problem. Motivation: I being an ICT student found a chance of role of Technology and Devices into the project. The main motivation that keeps me to drive into the project is to solve the problem of acquiring the meteorological data by the help of different devices and various technologies available in science world. The data that collected is a meteorological information which could be helpful for understanding various climatic changes, it also helps for making decision for future purpose.
  • 3. Approachment of Devices and Technology: The acquiring of data at the project site is done by the requirement levels. The project is more interested into the “Surface temperature, Wind direction, Wind speed, Air Temperature”, even though they are many parameters of dynamic climate like Radiation, Rain and Humidity so on. Due to the requirement and concern interests the approachof devices is done on the basis of project need. To acquire the meteorological data “Sensors” are the best devices which can collect the data scientifically and can transmit to the storage devices. For this purpose Wind direction sensor, wind speed sensor, ambient temperature sensors and relative humidity sensor serves the purpose. After the collection of the meteorological data from sensors the storage of the data is maintained by the Data Logger. The role of data logger is immense for data collecting and storing with help of memory cards. OBJECTIVES: 1) To suggest and install best method of collecting the data about climatic changes from sensors and devices.
  • 4. 2) To understand and observe the MODBUS device along with data logger which can help in accessing the data remotely. 3) To collect and analysing the data that collected on the project site. Step 1: The best methods suggested of the networking of sensors and data logger which used for collection of data are: a) Wired sensors – Wired data logger to base Station. b) Wired sensors – Data logger with SD card. c) Wired sensors – Wireless data logger. d) Wireless sensor – Wireless data logger. e) Wireless sensors with built in memory and TX/Rx. By the project requirement and availability of funds we choose the third model were the installation of wired sensors and data logger with wireless capabilities are carried for the project. Wired Sensors: The sensors which are mentioned in the project are copper wired type which are connected to the
  • 5. “Transporting Unit (T.U)”. This T.U act as bridging between the sensors flow of data to the data logger were Analog to digital data conversion are done. Data Logger: This device is reliable, accurate device and act as instrument to record measurements of sensors. This device consists of battery pack which provide power to the device. This data logger is a microprocessor based system that scans the input for every five seconds and the analog data is multiplexed through an analog multiplexer and converted to digital data by a 12 bit analog to digital converter.The digital data is displayed on a two line alphanumeric liquid crystal display. Data logger consists of keyboard on the front panel which can be given as input request. Along with data of sensors, time and calendar can be set with help of keyboard.
  • 6. Installing the sensors: Figure 1: The air temperature and humidity sensors Figure 2: The air temperature and humidity sensors
  • 7. Installing Data Logger: Figure 3: Data logger installed in the site location Figure 4: Data logger, battery, Translational unit
  • 8. The above figure:1 and figure:2 depicts the sensors position in the project area. The sensors are connected with wired mode to the data logger. The data logger can be seen with battery pack in the figure:3 and figure:4. The data can be accessible from print pin in which a SD card reader is connected with a 2GB card. Brief description on “Data logger and Modbus”: Data Loggers are electronic devices which logs data from other peripherals connected to it. Mainly data logger are used for weather monitoring situations alongwith sensors. Theyalso record the date andtime with respective to sensor data. PROJECT DETAILS: For “Dew and Rain water Harvesting” project Data logger play a pivotal role in understanding the weather changes in semi-arid area. In order to access the data remotely from data logger a device MODBUS is embedded with data logger. As per the project requirement Wind direction, wind speed, Temperature sensors are used for observing the meteorological changes.
  • 9. Workingof Data logger and Sensors: As seen in figure:1 the sensors of wind direction, wind speed and temperature are connected to data logger by the wired cables. The data logger consists of input port pins which provide accessing of all data from sensors. Data loggers also contains two output ports, one provide data of sensors in ‘.text’ format by external memory card. The other port is a RS-485 which provide current data. In order to read data from RS-485 on any computer the data from RS-485 is given to RS-232 convertor. This convertor had an established series connection with computer. After installation of serial port drive software in computer it is possible to detect the data from RS-232 convertor. By the help of simulating software the output of the data can be seen on the computer. Q Modbus master and Adam Apax.Net are two types of software used for setting up the function code and testing the sensor data.
  • 10. Figure: 1 TEST SETTING UP: As seen in figure: 2, After connecting with RS-485 to RS-232 convertor Through setup option the mode of error checking, baud rate, data bits is selected for running the test. As seen in Figure 3: the function code is selected. According to the project objective reading the data from sensors is primary motive. So, the registers which act as data holders are able to read by the function code: Reading Holding Registers. After selection of function code the type of data is selected in decimal or hexadecimal format.
  • 11. Test Setup-Figure: 2 TEST FUNCTION CODE: This step provides to access the data from registers in Hex and decimal form. Function Code- Figure: 3 TEST RESULTS: After selecting the test setup and function code the output of the simulator will look as shown below figure-4
  • 12. TEST RESULT FIGURE: 4 While observing the test results we can find the data is in hexadecimal form and the number of the registers which means the sensors data can be seen serially. But there are 10-errors in the result that can be seen in right bottom of the screen shot. This is because the wrong selection of RTU mode. From Figure:2 we selected COM 4 but while selecting function code the setup is disturbed by re-plugin, at that moment the software selected the available COM 3 or COM 2. This leads to the error probability in the results. After correcting the set-up code and function code the error is corrected by changing the sections. NOTE: This time the set-up
  • 13. code is detected the COM: 3 and type of data is selected decimal form. The results can be seen in the below figure: 5 FIGURE: 5 After running the test simulator the decimal form of data can be seen in below Figure: 6 the test results show the decimal form of data without any errors. By using MODBUS and ARDUINO the objective of the
  • 14. project is to access the data remotely. For this purpose the MODBUS take the part of the data by providing the current data by regular intervals as wanted by the user. TEST RESULTS FIGURE: 6 Upgrading with modbus it will act as masters and sensors act as slaves. By the request of the master the sensors check the code to which sensor it is addressed andlater those sensors only responds or acknowledges to the master by sending the data. The function of ARDUINO and the handling of remotely transmitting data by GPRS can be describe in next part.