SlideShare a Scribd company logo
1 of 12
Download to read offline
ROLE OF DATA LOGGER AND SENSORS
IN
DEW AND RAIN WATER HARVESTING SYSTEM NEAR
KHOTARA
PART-1
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
along with sensors. They also record the date and time 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.
Working of 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 and later 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.
PART-2
Transferring data from remote position:
From data logger to the board:
After the data has been logged into the data logger by the sensors. Modbus
protocol is used to retrieve and read data from the Data logger. The Data logger
acts as a slave and the modbus acts as ‘Master’. This master retrieves data by
reading the data logger registers and send them over to the outport port. The RS
connector from the Modbus is connected to the arduino board. Using a converter
the output data from RS port is converted to serial USB port. This port is
connected to the Arduino Board.
Inside the Arduino Board:
Using the modbus library and the source code is written to read the data. The
data travels over the Rs port to the convertor to the serial input of the arduino
board. The arduino board after receiving the data is analysed. The data is received
periodically depending upon the baud rate of the system. Using the predefined
Modbus library a code is written. This code would call the predefined functions
which would be able to read the incoming data from the modbus. The data is sent
to the GSM/GPRS shield which is connected to the arduino board through the Rx
and Tx pins of the arduino. The arduino acts as master and makes the shield work
as its slave.
On the GSM/GPRS shield:.
This GSM shield would have an onboard SIM card with GSM connectivity and
active an connection to the internet GPRS.It would draw power from the arduino
board and the communication with the arduino is done via the Rx and Tx pins.
Data through sms:
Using the ‘SMS’ library of the arduino IDE various advantages of the SMS service
can be taken. This SMS library has simple predefined functions to send and
receive SMSs to any number.
Using the SMS service:
The ways in which this SMS service can be used in our project are as follows:
a.) If the data is found to be crossing the safety limits(as predefined in the source
code) then an immediate SMS would be sent to the concerned person about the
emergency situation
b.) Another usage of this service would be sending SMS to the concerned person
when the input data indicates the faulty state of any sensor. The source could
would be able to rectify the particular sensor which is not working fine and
information about that particular sensor would be sent over.
Using the internet service:
The shield via the SIM card also connects to the Internet. After every specified
amount of time the data received from the logger is transmitted over GPRS
connection to the internet. After that has been landed on to the internet after
crossing the appropriate carrier’s APN the data is feeded to a website. The source
code includes the URL of an input feed through which the data is routed to the
appropriate server of the website. This data can be accessed and analysed from
the server by the concerned person.
Future Aims:
Future functionalities that can be implemented in the system is the functionality
of ‘instant status’. In this functionality anyone who has the number of the
onboard SIM card could ping the system through a SMS. The shield, using the SMS
class, would store the number of the receiver and would read the contents of the
SMS. If the contents of the SMS matches any of the predefined set of keywords
stored in arduino source code then the shield would react accordingly. After
reading the code it would switch to appropriate switch case and complete the
users requests by replying to the senders number with appropriate requested
data.

More Related Content

What's hot

Internet enebled data acquisition and device control
Internet enebled data acquisition and device controlInternet enebled data acquisition and device control
Internet enebled data acquisition and device controleSAT Journals
 
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
 
FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot IJECEIAES
 
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
 
Data Encoding for Wireless Transmission
Data Encoding for Wireless TransmissionData Encoding for Wireless Transmission
Data Encoding for Wireless TransmissionSean McQuay
 
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
 
Design of dual master i2 c bus controller
Design of dual master i2 c bus controllerDesign of dual master i2 c bus controller
Design of dual master i2 c bus controllereSAT Publishing House
 
Verification of Four Port Router For NOC
Verification of Four Port Router For NOCVerification of Four Port Router For NOC
Verification of Four Port Router For NOCijsrd.com
 
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C ProtocolInterfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C ProtocolIJERA Editor
 
Serial Peripheral Interface Design for Advanced Microcontroller Bus Architect...
Serial Peripheral Interface Design for Advanced Microcontroller Bus Architect...Serial Peripheral Interface Design for Advanced Microcontroller Bus Architect...
Serial Peripheral Interface Design for Advanced Microcontroller Bus Architect...IJMTST Journal
 
Serial Communication & Embedded System Interface
Serial Communication & Embedded System InterfaceSerial Communication & Embedded System Interface
Serial Communication & Embedded System InterfaceKUET
 
Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...iosrjce
 
智能LoRa网关使用说明 (1).docx
智能LoRa网关使用说明 (1).docx智能LoRa网关使用说明 (1).docx
智能LoRa网关使用说明 (1).docxSasikanth74
 
Input output organization
Input output organizationInput output organization
Input output organizationabdulugc
 
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...IOSR Journals
 

What's hot (19)

Internet enebled data acquisition and device control
Internet enebled data acquisition and device controlInternet enebled data acquisition and device control
Internet enebled data acquisition and device control
 
Undestanding Bluetooth
Undestanding BluetoothUndestanding Bluetooth
Undestanding Bluetooth
 
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
 
FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot FPGA based synchronous multi-channel PWM generator for humanoid robot
FPGA based synchronous multi-channel PWM generator for humanoid robot
 
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 ...
 
Data Encoding for Wireless Transmission
Data Encoding for Wireless TransmissionData Encoding for Wireless Transmission
Data Encoding for Wireless Transmission
 
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
 
Design of dual master i2 c bus controller
Design of dual master i2 c bus controllerDesign of dual master i2 c bus controller
Design of dual master i2 c bus controller
 
Verification of Four Port Router For NOC
Verification of Four Port Router For NOCVerification of Four Port Router For NOC
Verification of Four Port Router For NOC
 
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C ProtocolInterfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
Interfacing Of PIC 18F252 Microcontroller with Real Time Clock via I2C Protocol
 
D5242023
D5242023D5242023
D5242023
 
Serial Peripheral Interface Design for Advanced Microcontroller Bus Architect...
Serial Peripheral Interface Design for Advanced Microcontroller Bus Architect...Serial Peripheral Interface Design for Advanced Microcontroller Bus Architect...
Serial Peripheral Interface Design for Advanced Microcontroller Bus Architect...
 
E010224043
E010224043E010224043
E010224043
 
Serial Communication & Embedded System Interface
Serial Communication & Embedded System InterfaceSerial Communication & Embedded System Interface
Serial Communication & Embedded System Interface
 
Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...Development of Distributed Mains Monitoring and Switching System for Indus Co...
Development of Distributed Mains Monitoring and Switching System for Indus Co...
 
智能LoRa网关使用说明 (1).docx
智能LoRa网关使用说明 (1).docx智能LoRa网关使用说明 (1).docx
智能LoRa网关使用说明 (1).docx
 
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
 
Input output organization
Input output organizationInput output organization
Input output organization
 
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
 

Viewers also liked

Data Logger Temperature and Humidty
Data Logger Temperature and Humidty Data Logger Temperature and Humidty
Data Logger Temperature and Humidty Fauzan Fikri
 
basics of temperature data logger (with energia and stellaris)
basics of  temperature data logger (with energia and stellaris)basics of  temperature data logger (with energia and stellaris)
basics of temperature data logger (with energia and stellaris)Zafer Genc
 
WIRELWIRELESS INTEGRATED NETWORK SENSORS
WIRELWIRELESS INTEGRATED NETWORK SENSORSWIRELWIRELESS INTEGRATED NETWORK SENSORS
WIRELWIRELESS INTEGRATED NETWORK SENSORSDeepak Kumar Mohapatra
 
Border security using wireless integrated network sensors(wins)
Border security using wireless integrated network sensors(wins)Border security using wireless integrated network sensors(wins)
Border security using wireless integrated network sensors(wins)PRADEEP Cheekatla
 
Home automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhaneHome automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhaneKamal Lamichhane
 
Presentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationPresentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationArifur Rahman
 
ppt on embedded system
ppt on embedded systemppt on embedded system
ppt on embedded systemmanish katara
 

Viewers also liked (7)

Data Logger Temperature and Humidty
Data Logger Temperature and Humidty Data Logger Temperature and Humidty
Data Logger Temperature and Humidty
 
basics of temperature data logger (with energia and stellaris)
basics of  temperature data logger (with energia and stellaris)basics of  temperature data logger (with energia and stellaris)
basics of temperature data logger (with energia and stellaris)
 
WIRELWIRELESS INTEGRATED NETWORK SENSORS
WIRELWIRELESS INTEGRATED NETWORK SENSORSWIRELWIRELESS INTEGRATED NETWORK SENSORS
WIRELWIRELESS INTEGRATED NETWORK SENSORS
 
Border security using wireless integrated network sensors(wins)
Border security using wireless integrated network sensors(wins)Border security using wireless integrated network sensors(wins)
Border security using wireless integrated network sensors(wins)
 
Home automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhaneHome automation ppt-kamal lamichhane
Home automation ppt-kamal lamichhane
 
Presentation Smart Home With Home Automation
Presentation Smart Home With Home AutomationPresentation Smart Home With Home Automation
Presentation Smart Home With Home Automation
 
ppt on embedded system
ppt on embedded systemppt on embedded system
ppt on embedded system
 

Similar to Documentaion of datalogger and arduino

Office Security System
Office Security SystemOffice Security System
Office Security SystemIJMER
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...ijceronline
 
Student tracking _managemenet_web_based_system
Student tracking _managemenet_web_based_systemStudent tracking _managemenet_web_based_system
Student tracking _managemenet_web_based_system9491812871
 
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board""Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"Disha Modi
 
"Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD."
"Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD.""Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD."
"Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD."Disha Modi
 
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
 
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can BusIntegrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can BusIOSR Journals
 
E-License System With RTO Controle Room Management System
E-License System With RTO Controle Room Management SystemE-License System With RTO Controle Room Management System
E-License System With RTO Controle Room Management SystemIRJET Journal
 
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & CanBus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & CanIOSR Journals
 
High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...IJMER
 
An ethernet based_approach_for_tm_data_analysis_v2
An ethernet based_approach_for_tm_data_analysis_v2An ethernet based_approach_for_tm_data_analysis_v2
An ethernet based_approach_for_tm_data_analysis_v2Priyasloka Arya
 
Real Time Vehicle Tracking System
Real Time Vehicle Tracking SystemReal Time Vehicle Tracking System
Real Time Vehicle Tracking SystemDiLip ChauDhary
 
Mobile applications using tcp (1)
Mobile applications using tcp (1)Mobile applications using tcp (1)
Mobile applications using tcp (1)Nainita Thakkar
 

Similar to Documentaion of datalogger and arduino (20)

E010113235
E010113235E010113235
E010113235
 
Office Security System
Office Security SystemOffice Security System
Office Security System
 
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...IJCER (www.ijceronline.com) International Journal of computational Engineerin...
IJCER (www.ijceronline.com) International Journal of computational Engineerin...
 
Student tracking _managemenet_web_based_system
Student tracking _managemenet_web_based_systemStudent tracking _managemenet_web_based_system
Student tracking _managemenet_web_based_system
 
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board""Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
"Automatic Intelligent Plant Irrigation System using Arduino and GSM board"
 
"Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD."
"Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD.""Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD."
"Automatic Intelligent Plant Irrigation System using GSM and ARDUINO BOARD."
 
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
 
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can BusIntegrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
Integrated Mine Safety Monitoring and Alerting System Using Zigbee & Can Bus
 
An 706
An 706An 706
An 706
 
Current System
Current SystemCurrent System
Current System
 
E-License System With RTO Controle Room Management System
E-License System With RTO Controle Room Management SystemE-License System With RTO Controle Room Management System
E-License System With RTO Controle Room Management System
 
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & CanBus Data Acquisition and Remote Monitoring System Using Gsm & Can
Bus Data Acquisition and Remote Monitoring System Using Gsm & Can
 
E033021025
E033021025E033021025
E033021025
 
High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...High speed customized serial protocol for IP integration on FPGA based SOC ap...
High speed customized serial protocol for IP integration on FPGA based SOC ap...
 
An ethernet based_approach_for_tm_data_analysis_v2
An ethernet based_approach_for_tm_data_analysis_v2An ethernet based_approach_for_tm_data_analysis_v2
An ethernet based_approach_for_tm_data_analysis_v2
 
G3602050055
G3602050055G3602050055
G3602050055
 
Real Time Vehicle Tracking System
Real Time Vehicle Tracking SystemReal Time Vehicle Tracking System
Real Time Vehicle Tracking System
 
Mobile applications using tcp (1)
Mobile applications using tcp (1)Mobile applications using tcp (1)
Mobile applications using tcp (1)
 
GSM Report_2013
GSM Report_2013GSM Report_2013
GSM Report_2013
 
GSM Report_2013
GSM Report_2013GSM Report_2013
GSM Report_2013
 

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

Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...Call Girls in Nagpur High Profile
 
SM-N975F esquematico completo - reparación.pdf
SM-N975F esquematico completo - reparación.pdfSM-N975F esquematico completo - reparación.pdf
SM-N975F esquematico completo - reparación.pdfStefanoBiamonte1
 
(=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
 
怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证
怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证
怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证ehyxf
 
Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...amitlee9823
 
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...amitlee9823
 
怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证
怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证
怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证tufbav
 
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7shivanni mehta
 
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedDelhi Call girls
 
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
 
Call Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night Standamitlee9823
 
Introduction-to-4x4-SRAM-Memory-Block.pptx
Introduction-to-4x4-SRAM-Memory-Block.pptxIntroduction-to-4x4-SRAM-Memory-Block.pptx
Introduction-to-4x4-SRAM-Memory-Block.pptxJaiLegal
 
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
 
Shikrapur Call Girls Most Awaited Fun 6297143586 High Profiles young Beautie...
Shikrapur Call Girls Most Awaited Fun  6297143586 High Profiles young Beautie...Shikrapur Call Girls Most Awaited Fun  6297143586 High Profiles young Beautie...
Shikrapur Call Girls Most Awaited Fun 6297143586 High Profiles young Beautie...tanu pandey
 
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)amitlee9823
 
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
 

Recently uploaded (20)

Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...Book Sex Workers Available Pune Call Girls Yerwada  6297143586 Call Hot India...
Book Sex Workers Available Pune Call Girls Yerwada 6297143586 Call Hot India...
 
SM-N975F esquematico completo - reparación.pdf
SM-N975F esquematico completo - reparación.pdfSM-N975F esquematico completo - reparación.pdf
SM-N975F esquematico completo - reparación.pdf
 
(=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)
 
怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证
怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证
怎样办理圣芭芭拉分校毕业证(UCSB毕业证书)成绩单留信认证
 
Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
Bommasandra Call Girls: 🍓 7737669865 🍓 High Profile Model Escorts | Bangalore...
 
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
Vip Mumbai Call Girls Kalyan Call On 9920725232 With Body to body massage wit...
 
怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证
怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证
怎样办理斯威本科技大学毕业证(SUT毕业证书)成绩单留信认证
 
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
Escorts Service Daryaganj - 9899900591 College Girls & Models 24/7
 
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verifiedSector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
Sector 18, Noida Call girls :8448380779 Model Escorts | 100% verified
 
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≼🔝
 
Call Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night StandCall Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night Stand
Call Girls In RT Nagar ☎ 7737669865 🥵 Book Your One night Stand
 
Introduction-to-4x4-SRAM-Memory-Block.pptx
Introduction-to-4x4-SRAM-Memory-Block.pptxIntroduction-to-4x4-SRAM-Memory-Block.pptx
Introduction-to-4x4-SRAM-Memory-Block.pptx
 
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICECHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
CHEAP Call Girls in Vinay Nagar (-DELHI )🔝 9953056974🔝(=)/CALL GIRLS SERVICE
 
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
 
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
 
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 ...
 
Shikrapur Call Girls Most Awaited Fun 6297143586 High Profiles young Beautie...
Shikrapur Call Girls Most Awaited Fun  6297143586 High Profiles young Beautie...Shikrapur Call Girls Most Awaited Fun  6297143586 High Profiles young Beautie...
Shikrapur Call Girls Most Awaited Fun 6297143586 High Profiles young Beautie...
 
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
Escorts Service Arekere ☎ 7737669865☎ Book Your One night Stand (Bangalore)
 
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
(ISHITA) Call Girls Service Aurangabad Call Now 8617697112 Aurangabad Escorts...
 
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
 

Documentaion of datalogger and arduino

  • 1. ROLE OF DATA LOGGER AND SENSORS IN DEW AND RAIN WATER HARVESTING SYSTEM NEAR KHOTARA PART-1
  • 2. 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 along with sensors. They also record the date and time 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. Working of 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.
  • 3. 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.
  • 4. 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
  • 5. 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
  • 6. 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.
  • 7. 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 and later 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.
  • 9. Transferring data from remote position: From data logger to the board: After the data has been logged into the data logger by the sensors. Modbus protocol is used to retrieve and read data from the Data logger. The Data logger acts as a slave and the modbus acts as ‘Master’. This master retrieves data by reading the data logger registers and send them over to the outport port. The RS connector from the Modbus is connected to the arduino board. Using a converter the output data from RS port is converted to serial USB port. This port is connected to the Arduino Board. Inside the Arduino Board: Using the modbus library and the source code is written to read the data. The data travels over the Rs port to the convertor to the serial input of the arduino board. The arduino board after receiving the data is analysed. The data is received periodically depending upon the baud rate of the system. Using the predefined Modbus library a code is written. This code would call the predefined functions which would be able to read the incoming data from the modbus. The data is sent to the GSM/GPRS shield which is connected to the arduino board through the Rx and Tx pins of the arduino. The arduino acts as master and makes the shield work as its slave.
  • 10. On the GSM/GPRS shield:. This GSM shield would have an onboard SIM card with GSM connectivity and active an connection to the internet GPRS.It would draw power from the arduino board and the communication with the arduino is done via the Rx and Tx pins.
  • 11. Data through sms: Using the ‘SMS’ library of the arduino IDE various advantages of the SMS service can be taken. This SMS library has simple predefined functions to send and receive SMSs to any number. Using the SMS service: The ways in which this SMS service can be used in our project are as follows: a.) If the data is found to be crossing the safety limits(as predefined in the source code) then an immediate SMS would be sent to the concerned person about the emergency situation b.) Another usage of this service would be sending SMS to the concerned person when the input data indicates the faulty state of any sensor. The source could would be able to rectify the particular sensor which is not working fine and information about that particular sensor would be sent over. Using the internet service: The shield via the SIM card also connects to the Internet. After every specified amount of time the data received from the logger is transmitted over GPRS connection to the internet. After that has been landed on to the internet after crossing the appropriate carrier’s APN the data is feeded to a website. The source code includes the URL of an input feed through which the data is routed to the appropriate server of the website. This data can be accessed and analysed from the server by the concerned person. Future Aims: Future functionalities that can be implemented in the system is the functionality of ‘instant status’. In this functionality anyone who has the number of the onboard SIM card could ping the system through a SMS. The shield, using the SMS class, would store the number of the receiver and would read the contents of the SMS. If the contents of the SMS matches any of the predefined set of keywords stored in arduino source code then the shield would react accordingly. After reading the code it would switch to appropriate switch case and complete the
  • 12. users requests by replying to the senders number with appropriate requested data.