SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Trend in Scientific Research and Development (IJTSRD)
Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470
@ IJTSRD | Unique Paper ID – IJTSRD25212 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1651
Monitoring and Controlling Device for Smart
Greenhouse by using Thinger.io IoT Server
Win Sandar Aung, Saw Aung Nyein Oo
Department of Electronic Engineering, Mandalay Technological University, Mandalay, Myanmar
How to cite this paper: Win Sandar
Aung | Saw Aung Nyein Oo "Monitoring
and Controlling Device for Smart
Greenhouse by using Thinger.io IoT
Server" Published in International
Journal of Trend in Scientific Research
and Development
(ijtsrd), ISSN: 2456-
6470, Volume-3 |
Issue-4, June 2019,
pp.1651-1656, URL:
https://www.ijtsrd.c
om/papers/ijtsrd25
212.pdf
Copyright © 2019 by author(s) and
International Journal of Trend in
Scientific Research and Development
Journal. This is an Open Access article
distributed under
the terms of the
Creative Commons
Attribution License (CC BY 4.0)
(http://creativecommons.org/licenses/
by/4.0)
ABSTRACT
Smart greenhouse system will be convenient way to get the data from
greenhouse. IoT will provide all work done and information update and current
status of the greenhouse to the person from anywhere and at anytime.
Greenhouse production mainly human force and production capacityislow.The
greenhouse information which the owner gets is limited and the process is time
consuming but real time. UsingIotbased on smartgreenhousecan quicklyobtain
to monitor greenhouse environment data such as humidity, temperature and
light intensity, real time and accurate. Various sensors sense and collect
information to transmit the background processing centre, after analysis can be
precise, can be used both manual and automated control system. The results of
the system are simulated with the help of Proteus simulation software. And the
experimental result evaluation of the implemented control system for
greenhouse is based on the environmental factors of orchids, the propose plant
grown in smart greenhouse. Orchids are expensive products in plant market. So
orchids are chosen to grow in the smart greenhouse.
Keywords: Arduino, nodeMCU, proteus software ,thinger.io cloud server
I. INTRODUCTION
With the rapid development of electronic and agricultural technology research
and their applications have been paid more and more attention, especially the
greenhouse has become an important role. Greenhouse is a said to be a placethat
creates the best conditions for plant growth, can change plant growth and avoid
influence on plant growth due to outside changing seasons and severe weather
[1].
The optimum condition of plant growth is obtained on the
basis of taking full use of natural resources by changing
greenhouse environment factors such as temperature,
humidity, light, and water concentration.
Several authors have proposed using IOT concept in
agriculture [2] and greenhouse [3]. Some researchers [4]
have described an embedded system approach for
monitoring greenhouse based on sensing data such as
humidity, pH of water, wetness of soil, temperatureand light
intensity. Some other researchers [5] have developed a
greenhouse monitoring system using GSM. Their proposed
system uses sensors and SMS technology.
However, most systems lack a real-time representation of
the measured data and the feature of controlling the
actuators of greenhouse system remotely. Thispaper mainly
aims to design the greenhouse monitoring and control
system which will display the sensed data on a webpage and
will also provide the facility of controlling and monitoring
the system remotely. Especially automode and manualmode
are intended to be selected via Internet access.
II. Smart greenhouse CONTROL SYSTEM
Fig. 1 shows the general block diagram of the whole system.
As the input of the system, smart phone or PC is used for
defining auto or manual modes length. For manual mode,
light intensity, water pumping and fans will be controlled
without depending light intensity, temperature and
humidity. For auto mode, all sensing data will be applied for
activating light bulb, pump motor, exhaust fan and intake
fan.
Figure1. General Block Diagram of the Green House
System
IJTSRD25212
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25212 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1652
III. OVERALL CIRCUIT DESIGN
Figure2. Overall Circuit Diagram
Figure3. 24V 0.19A 2200 Rpm Fan 24V low power fans
are used for exhaust and intake fans as shown in fig 3.
Figure4. 12V DC Pump Motor 350ma
For pumping system 12V DC pump motor (in fig4)isapplied
and it can only draw 350mA current maximum. IRFZ44N N-
channel MOSFET has 55V VDSS and 49AID maximumrating.It
can drive fans and pump motor easily. For light bulb, ac
supply and relay drive is applied. Necessary DC voltage
levels are regulated from 220:24V step down transformer.
IV. FUNCTIONAL DESCRIPTION
A. Light Intensity Sensing
The resistance of the Light Dependence Resistor (LDR)
varies according to the amount of light that falls on it. The
relationship between the resistance R and light intensity for
a typical LDR is
(1)
If the LDR connected to 5V through a 10 kΩ resistor as
shown in fig 6, using voltage divider rule, the output voltage
of LDR is
(2)
Substituting R from equation 1 into equation 2, the light
intensity can be calculated using the following formula.
(3)
Figure5. Light Dependence Resistor
Figure6. Voltage Divider Circuit for Measuring Light
Intensity
Moreover, Arduino UNO gives 10 bit resolutionor1024ADC
values for 5V range. The following equation can be applied
for ADC to Vo conversion.
(4)
B. Temperature and Humidity Sensing
DHT11 Temperature & Humidity Sensor features a
temperature & humidity sensor complex with a calibrated
digital signal output. By using the exclusive digital-signal-
acquisition techniqueand temperatureandhumiditysensing
technology, it ensures high reliability and excellent long-
term stability. This sensor includes aresistive-typehumidity
measurement component and an NTC temperature
measurement component, and connects to a high
performance8-bitmicrocontroller,offeringexcellentquality,
fast response, anti-interference ability and cost-
effectiveness.
Figure7. DHT11 Sensor
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25212 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1653
The single-wire serial interface makes system integration
quick and easy. Its small size, low power consumption and
up-to-20 meter signal transmission makingitthebest choice
for Arduino UNO. Moreover measurable range goes for 20-
90% humidity and 0-50 Celsius which is enough for green
house application.
Figure8. Timing Diagram of DHT11 Data Transfer
Single-bus data format is used for communication and
synchronization between Arduino and DHT11 sensor. One
communication process is about 4ms. Data consists of
decimal and integral parts. A complete data transmission is
40bit, and the sensor sends higher data bit first.
Data format: 8bit integral RH data + 8bit decimal RH data +
8bit integral T data + 8bit decimal T data + 8bit check sum. If
the data transmission is right, the check-sum should be the
last 8bit of "8bit integral RH data + 8bit decimal RH data +
8bit integral T data + 8bit decimal T data". Fig 8 represents
the timing diagram for requestion from Arduino and signal
feedback from sensor with 80 µs long bit size.
C. NodeMCU
Figure9. NODEMCU using ESP8266
For Internet access, NodeMCU shown in fig 9 is applied to
connect existing WiFi. It is an open source Lua based
firmware for the ESP8266 WiFi SOC from Espressif and uses
an on-module flash-based SPIFFS file system. NodeMCU is
implemented in C and is layered on the Espressif NON-OS
SDK [6]. The firmware was initially developed as is a
companion project to the popularESP8266-based NodeMCU
development modules, but the project is now community-
supported, and the firmware can now be run on any ESP
module. ESP8266 is integrated with a 32-bit Tensilica
processor, standard digital peripheral interfaces, antenna
switches, RF balun, power amplifier, low noise receive
amplifier, filters and power management modules.
D. Control Program Development
Using Arduino IDE and NodeMCU plugin, two programs was
developed. The first one is embedded in NodeMCU for data
transfer between Internet and Arduino. The second one
stands for sensor reading, load controlling and connecting
with Node MCU. These two program can be expressed the
following flowchart shown in fig 10.
At the beginning of the system, Serial communication with
9600 bit per second transfer rate is applied between
NodeMCU and Arduino. ReadingSerialcommand, thesystem
will distinct “auto mode” or “manual mode”. For auto mode,
all sensing data will be applied for activating loads. When
humidity goes less than 50%, pump motor will be driven,
and the system allows intake fan ON for blowing out inside
wet air when humidity reaches over 80%. When inside
temperature exceeds 40 degree Celsius, exhaust fan will be
activated for cooling. Light intensity level of 10763 Lux is
defined as minimum and whenever itgoeslow,thelightbulb
will be activated too.
For manual mode, direct command from Internet access is
applied. And mode selecting will be done using Internet
access too.
Figure10. Program Flowchart of Nodemcu and
Arduino Uno
V. UPLOADING AND RETRIEVING SENSING DATA
For using IoT service, thinger.io cloud is used. Firstly,
thinger.io account is created and logged in this account.
Statistics section can be accessed as the default which can
be seen some basic information about this account , like
devices, endpoint, data buckets, dashboard and so on and
shown in fig 11.
Figure11. Console Dashboard
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25212 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1654
Fig 12 is how the Smart Greenhouse connects with the thinger.io cloud server.
Figure12. Connecting the Device and Cloud
VI. EXPERIMENTAL TEST AND RESULT
The program is written using Arduino IDE and thinger.io and the I2C LCD is applied for debugging in Proteus Simulation. By
testing with simulation, control sequence, sensing dataand actuator drivercan betested.Autoandmanual control modecanbe
chosen from the PC or mobile phone. For choosing auto mode, the simulation result is shown the following Figures. Fig 13
shows that pump is ON when the humidity level is less than the threshold value.
.
Figure13. Simulation result for pump is ON
Fig 14 shows that input fan is On when humidity levelis morethanthethreshold value. When thetemperatureand illumination
level are less than the threshold value, output fan and lighting system are ON.
Figure14. Simulation Result for Lighting, Input and Output Fan are ON
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25212 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1655
Humidity level, temperature level and light intensity can be monitored in thinger.io cloud from anywhere and at anytime as
shown in following fig 15, 16, 17.
Figure15. Monitoring the Humidity Level
Figure16. Monitoring the Temperature Level
Figure17. Monitoring the light intensity level
And if manual mode is also chosen, the actuators are controlled from the PC or mobile phone as shown in fig 18.
Figure18. Controlling the actuators from mobile phone
International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470
@ IJTSRD | Unique Paper ID – IJTSRD25212 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1656
VII. CONCLUSION
The proposed IoT based greenhouse monitoring system is a
complete system designed to monitor and control the
environmental parameters inside a greenhouse for small
plants or flowers like orchid. The traditional system for
greenhouse monitoring is labor intensive and time
consuming. The proposed system saves time, money and
human effort. According to Internet access, it can be
controlled and monitored from anywhere in the world. It
provides a controlled environment for the plants to prevent
them from damage and thus increasing the analytical study
about plants and flower in the field of biotechnology. The
smart greenhouse automatically or manually controls the
various parameters needed for the plants and sends the
sensory data to a customized webpage for continuous and
effective monitoring.
ACKNOWLEDGMENT
The author would like to thank Dr. Tin Tin Hla, Head of the
Department of Electronics Engineering, Mandalay
Technological University, for her kind advice and
encouragement. Special thanksareduetohersupervisor:Dr.
Saw Aung Nyein Oo, Associate Professor, Department of
Electronics Engineering and also thank all the teachersfrom
the Department of Electronics Engineering, Mandalay
Technological University. Finally, the author deeply grateful
express to her parents and family membersfortheirsupport
and encouragement her during this research.
REFERENCES
[1] Iris Wieser, "Autonomous Robotic SLAM-based Indoor
Navigation for High Resolution Sampling with
Complete Coverage", conference paper IEEE, 2014
[2] Ji-chun Zhao, Jun-feng Zhang, Yu Feng, Jian-xin Guo,
“The Study and Application of the IOT Technology in
Agriculture”, Computer Science and Information
Technology (ICCSIT), 2010 3rd IEEE International
Conference, 9-11 July 2010.
[3] Cui Wenshun, Cui Shuo, Yuan Lizhe, Shang Jiancheng,
“Design and implementation of sunlight greenhouse
service platform based on IOT and cloud computing”,
2nd International Conference on Measurement,
Information and Control (ICMIC), August2013,Vol.01,
pp. 141-144.
[4] Rangan K. and T. Vigneswaran, “An Embeddedsystems
approach to monitor greenhouse”, IEEE Conferenceon
Recent Advances in Space Technology Services and
Climate Change (RSTSCC), 2010, pp. 61-65.
[5] Prakash. H. Patil, Chaitali Borse, Snehal Gaikwad and
Shilpa Patil, “Greenhouse Monitoring System Using
GSM”, International Journal of Scientific & Engineering
Research, 2013, Vol. 4, Issue 6.
[6] https://nodemcu.readthedocs.io/en/master/

More Related Content

What's hot

Smart Irrigation System Using IoT
Smart Irrigation System Using IoTSmart Irrigation System Using IoT
Smart Irrigation System Using IoTLokesh Parihar
 
IOT based Smart Agricultural System
IOT based Smart Agricultural SystemIOT based Smart Agricultural System
IOT based Smart Agricultural SystemPurbashaChowdhury5
 
Iot based_monitoring system
Iot based_monitoring systemIot based_monitoring system
Iot based_monitoring systemSwasat Dutta
 
Internet of Things ( IOT) in Agriculture
Internet of Things ( IOT) in AgricultureInternet of Things ( IOT) in Agriculture
Internet of Things ( IOT) in AgricultureAmey Khebade
 
Sensor based smart agriculture system
Sensor based smart agriculture systemSensor based smart agriculture system
Sensor based smart agriculture systemAbhijeetKumar346
 
Smart Garden IOT Project
Smart Garden IOT ProjectSmart Garden IOT Project
Smart Garden IOT ProjectAntar975
 
Smart agriculture system using IOT
Smart agriculture system using IOTSmart agriculture system using IOT
Smart agriculture system using IOTchetana chaudhary
 
IOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxIOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxKaRtHiCkR859827
 
Iot based smart farming
Iot based smart farmingIot based smart farming
Iot based smart farmingMohammad Azhar
 
Internet of Things ( IoT ) based irrigation practices for efficient water man...
Internet of Things ( IoT ) based irrigation practices for efficient water man...Internet of Things ( IoT ) based irrigation practices for efficient water man...
Internet of Things ( IoT ) based irrigation practices for efficient water man...Akshay Duddumpudi
 
Iot transforming the future of agriculture
Iot transforming the future of agricultureIot transforming the future of agriculture
Iot transforming the future of agricultureDr.R. Gunavathi Ramasamy
 
IOT in Agriculture slide.pptx
IOT in Agriculture slide.pptxIOT in Agriculture slide.pptx
IOT in Agriculture slide.pptxDHANPDGHALE
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation systemSuved Mahajan
 
Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation pptAnjgopal
 

What's hot (20)

Smart Irrigation System Using IoT
Smart Irrigation System Using IoTSmart Irrigation System Using IoT
Smart Irrigation System Using IoT
 
Smart farming using IOT
Smart farming using IOTSmart farming using IOT
Smart farming using IOT
 
IOT based Smart Agricultural System
IOT based Smart Agricultural SystemIOT based Smart Agricultural System
IOT based Smart Agricultural System
 
Iot based smart farming
Iot based smart farmingIot based smart farming
Iot based smart farming
 
Smart garden
Smart gardenSmart garden
Smart garden
 
Iot based_monitoring system
Iot based_monitoring systemIot based_monitoring system
Iot based_monitoring system
 
Internet of Things ( IOT) in Agriculture
Internet of Things ( IOT) in AgricultureInternet of Things ( IOT) in Agriculture
Internet of Things ( IOT) in Agriculture
 
Greenhouse (smart gardening)
Greenhouse (smart gardening)Greenhouse (smart gardening)
Greenhouse (smart gardening)
 
Sensor based smart agriculture system
Sensor based smart agriculture systemSensor based smart agriculture system
Sensor based smart agriculture system
 
Smart Garden IOT Project
Smart Garden IOT ProjectSmart Garden IOT Project
Smart Garden IOT Project
 
Smart agriculture system using IOT
Smart agriculture system using IOTSmart agriculture system using IOT
Smart agriculture system using IOT
 
IOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptxIOT based smart agriculture monitoring.pptx
IOT based smart agriculture monitoring.pptx
 
Iot based smart farming
Iot based smart farmingIot based smart farming
Iot based smart farming
 
Internet of Things ( IoT ) based irrigation practices for efficient water man...
Internet of Things ( IoT ) based irrigation practices for efficient water man...Internet of Things ( IoT ) based irrigation practices for efficient water man...
Internet of Things ( IoT ) based irrigation practices for efficient water man...
 
Iot in agriculture
Iot in agricultureIot in agriculture
Iot in agriculture
 
Iot transforming the future of agriculture
Iot transforming the future of agricultureIot transforming the future of agriculture
Iot transforming the future of agriculture
 
IOT in Agriculture slide.pptx
IOT in Agriculture slide.pptxIOT in Agriculture slide.pptx
IOT in Agriculture slide.pptx
 
Auto irrigation system
Auto irrigation systemAuto irrigation system
Auto irrigation system
 
Smart irrigation ppt
Smart irrigation pptSmart irrigation ppt
Smart irrigation ppt
 
Smart Agro System
Smart Agro SystemSmart Agro System
Smart Agro System
 

Similar to Monitoring and controlling smart greenhouse

IRJET- Air Quality Monitoring System for City
IRJET-	 Air Quality Monitoring System for CityIRJET-	 Air Quality Monitoring System for City
IRJET- Air Quality Monitoring System for CityIRJET Journal
 
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
 
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTA RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTIRJET Journal
 
IoT Based Water Level Meter for Alerting Population about Floods
IoT Based Water Level Meter for Alerting Population about FloodsIoT Based Water Level Meter for Alerting Population about Floods
IoT Based Water Level Meter for Alerting Population about Floodsijtsrd
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET Journal
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDIRJET Journal
 
Industrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIndustrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIRJET Journal
 
Smart Greenhouse using Machine Learning
Smart Greenhouse using Machine LearningSmart Greenhouse using Machine Learning
Smart Greenhouse using Machine LearningIRJET Journal
 
IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED
 
IoT-based intelligent irrigation management and monitoring system using arduino
IoT-based intelligent irrigation management and monitoring system using arduinoIoT-based intelligent irrigation management and monitoring system using arduino
IoT-based intelligent irrigation management and monitoring system using arduinoTELKOMNIKA JOURNAL
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET Journal
 
Automated Aeroponic Farming
Automated Aeroponic FarmingAutomated Aeroponic Farming
Automated Aeroponic FarmingIRJET Journal
 
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIRJET Journal
 
IRJET- Environmental Analysis in IoT using Raspberry Pi
IRJET-  	  Environmental Analysis in IoT using Raspberry PiIRJET-  	  Environmental Analysis in IoT using Raspberry Pi
IRJET- Environmental Analysis in IoT using Raspberry PiIRJET Journal
 
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METERIOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METERIRJET Journal
 
IoT Based Battery Management System
IoT Based Battery Management SystemIoT Based Battery Management System
IoT Based Battery Management SystemIRJET Journal
 
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...IRJET Journal
 
Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...journalBEEI
 

Similar to Monitoring and controlling smart greenhouse (20)

IRJET- Air Quality Monitoring System for City
IRJET-	 Air Quality Monitoring System for CityIRJET-	 Air Quality Monitoring System for City
IRJET- Air Quality Monitoring System for City
 
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
 
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOTA RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
A RESEARCH PAPER ON SMART AGRICULTURE SYSTEM USING IOT
 
IoT Based Water Level Meter for Alerting Population about Floods
IoT Based Water Level Meter for Alerting Population about FloodsIoT Based Water Level Meter for Alerting Population about Floods
IoT Based Water Level Meter for Alerting Population about Floods
 
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
IRJET- Design and Implementation of IoT based Greenhouse Environment Monitori...
 
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROIDAGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
AGRICULTURE ENVIRONMENT MONITORING SYSTEM USING ANDROID
 
Industrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN NetworkIndustrial Mains Power Monitoring and Alert System Over LAN Network
Industrial Mains Power Monitoring and Alert System Over LAN Network
 
Smart Greenhouse using Machine Learning
Smart Greenhouse using Machine LearningSmart Greenhouse using Machine Learning
Smart Greenhouse using Machine Learning
 
IJSRED-V2I5P2
IJSRED-V2I5P2IJSRED-V2I5P2
IJSRED-V2I5P2
 
M44096368
M44096368M44096368
M44096368
 
ITEM9.pdf
ITEM9.pdfITEM9.pdf
ITEM9.pdf
 
IoT-based intelligent irrigation management and monitoring system using arduino
IoT-based intelligent irrigation management and monitoring system using arduinoIoT-based intelligent irrigation management and monitoring system using arduino
IoT-based intelligent irrigation management and monitoring system using arduino
 
IRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoTIRJET- Smart & Intelligent Field Irrigation System using IoT
IRJET- Smart & Intelligent Field Irrigation System using IoT
 
Automated Aeroponic Farming
Automated Aeroponic FarmingAutomated Aeroponic Farming
Automated Aeroponic Farming
 
IOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNOIOT BASED SMART ENERGY METER USING ARDUINO UNO
IOT BASED SMART ENERGY METER USING ARDUINO UNO
 
IRJET- Environmental Analysis in IoT using Raspberry Pi
IRJET-  	  Environmental Analysis in IoT using Raspberry PiIRJET-  	  Environmental Analysis in IoT using Raspberry Pi
IRJET- Environmental Analysis in IoT using Raspberry Pi
 
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METERIOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
IOT BASED UNATTAINED TAMPER PROOF DIGITAL ENERGY METER
 
IoT Based Battery Management System
IoT Based Battery Management SystemIoT Based Battery Management System
IoT Based Battery Management System
 
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...
DESIGN AND DEVELOPMENT OF SOLAR POWERED AIR POLLUTION AND ENVIRONMENTAL MONIT...
 
Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...Real-time monitoring system for weather and air pollutant measurement with HT...
Real-time monitoring system for weather and air pollutant measurement with HT...
 

More from ijtsrd

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementationijtsrd
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...ijtsrd
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospectsijtsrd
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...ijtsrd
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...ijtsrd
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...ijtsrd
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Studyijtsrd
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...ijtsrd
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...ijtsrd
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...ijtsrd
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...ijtsrd
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...ijtsrd
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadikuijtsrd
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...ijtsrd
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...ijtsrd
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Mapijtsrd
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Societyijtsrd
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...ijtsrd
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...ijtsrd
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learningijtsrd
 

More from ijtsrd (20)

‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation‘Six Sigma Technique’ A Journey Through its Implementation
‘Six Sigma Technique’ A Journey Through its Implementation
 
Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...Edge Computing in Space Enhancing Data Processing and Communication for Space...
Edge Computing in Space Enhancing Data Processing and Communication for Space...
 
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and ProspectsDynamics of Communal Politics in 21st Century India Challenges and Prospects
Dynamics of Communal Politics in 21st Century India Challenges and Prospects
 
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
Assess Perspective and Knowledge of Healthcare Providers Towards Elehealth in...
 
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...The Impact of Digital Media on the Decentralization of Power and the Erosion ...
The Impact of Digital Media on the Decentralization of Power and the Erosion ...
 
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
Online Voices, Offline Impact Ambedkars Ideals and Socio Political Inclusion ...
 
Problems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A StudyProblems and Challenges of Agro Entreprenurship A Study
Problems and Challenges of Agro Entreprenurship A Study
 
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
Comparative Analysis of Total Corporate Disclosure of Selected IT Companies o...
 
The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...The Impact of Educational Background and Professional Training on Human Right...
The Impact of Educational Background and Professional Training on Human Right...
 
A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...A Study on the Effective Teaching Learning Process in English Curriculum at t...
A Study on the Effective Teaching Learning Process in English Curriculum at t...
 
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
The Role of Mentoring and Its Influence on the Effectiveness of the Teaching ...
 
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
Design Simulation and Hardware Construction of an Arduino Microcontroller Bas...
 
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. SadikuSustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
Sustainable Energy by Paul A. Adekunte | Matthew N. O. Sadiku | Janet O. Sadiku
 
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
Concepts for Sudan Survey Act Implementations Executive Regulations and Stand...
 
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
Towards the Implementation of the Sudan Interpolated Geoid Model Khartoum Sta...
 
Activating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment MapActivating Geospatial Information for Sudans Sustainable Investment Map
Activating Geospatial Information for Sudans Sustainable Investment Map
 
Educational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger SocietyEducational Unity Embracing Diversity for a Stronger Society
Educational Unity Embracing Diversity for a Stronger Society
 
Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...Integration of Indian Indigenous Knowledge System in Management Prospects and...
Integration of Indian Indigenous Knowledge System in Management Prospects and...
 
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
DeepMask Transforming Face Mask Identification for Better Pandemic Control in...
 
Streamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine LearningStreamlining Data Collection eCRF Design and Machine Learning
Streamlining Data Collection eCRF Design and Machine Learning
 

Recently uploaded

DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersSabitha Banu
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementmkooblal
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupJonathanParaisoCruz
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17Celine George
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfadityarao40181
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentInMediaRes1
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdfssuser54595a
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Educationpboyjonauth
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxEyham Joco
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerunnathinaik
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...M56BOOKSTORE PRODUCT/SERVICE
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxSayali Powar
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon AUnboundStockton
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxOH TEIK BIN
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptxVS Mahajan Coaching Centre
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 

Recently uploaded (20)

ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)ESSENTIAL of (CS/IT/IS) class 06 (database)
ESSENTIAL of (CS/IT/IS) class 06 (database)
 
DATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginnersDATA STRUCTURE AND ALGORITHM for beginners
DATA STRUCTURE AND ALGORITHM for beginners
 
Hierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of managementHierarchy of management that covers different levels of management
Hierarchy of management that covers different levels of management
 
MARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized GroupMARGINALIZATION (Different learners in Marginalized Group
MARGINALIZATION (Different learners in Marginalized Group
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17How to Configure Email Server in Odoo 17
How to Configure Email Server in Odoo 17
 
Biting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdfBiting mechanism of poisonous snakes.pdf
Biting mechanism of poisonous snakes.pdf
 
Alper Gobel In Media Res Media Component
Alper Gobel In Media Res Media ComponentAlper Gobel In Media Res Media Component
Alper Gobel In Media Res Media Component
 
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
18-04-UA_REPORT_MEDIALITERAСY_INDEX-DM_23-1-final-eng.pdf
 
Introduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher EducationIntroduction to ArtificiaI Intelligence in Higher Education
Introduction to ArtificiaI Intelligence in Higher Education
 
9953330565 Low Rate Call Girls In Rohini Delhi NCR
9953330565 Low Rate Call Girls In Rohini  Delhi NCR9953330565 Low Rate Call Girls In Rohini  Delhi NCR
9953330565 Low Rate Call Girls In Rohini Delhi NCR
 
Types of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptxTypes of Journalistic Writing Grade 8.pptx
Types of Journalistic Writing Grade 8.pptx
 
internship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developerinternship ppt on smartinternz platform as salesforce developer
internship ppt on smartinternz platform as salesforce developer
 
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
KSHARA STURA .pptx---KSHARA KARMA THERAPY (CAUSTIC THERAPY)————IMP.OF KSHARA ...
 
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptxPOINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
POINT- BIOCHEMISTRY SEM 2 ENZYMES UNIT 5.pptx
 
Crayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon ACrayon Activity Handout For the Crayon A
Crayon Activity Handout For the Crayon A
 
Solving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptxSolving Puzzles Benefits Everyone (English).pptx
Solving Puzzles Benefits Everyone (English).pptx
 
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions  for the students and aspirants of Chemistry12th.pptxOrganic Name Reactions  for the students and aspirants of Chemistry12th.pptx
Organic Name Reactions for the students and aspirants of Chemistry12th.pptx
 
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Kamla Market (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...OS-operating systems- ch04 (Threads) ...
OS-operating systems- ch04 (Threads) ...
 

Monitoring and controlling smart greenhouse

  • 1. International Journal of Trend in Scientific Research and Development (IJTSRD) Volume: 3 | Issue: 4 | May-Jun 2019 Available Online: www.ijtsrd.com e-ISSN: 2456 - 6470 @ IJTSRD | Unique Paper ID – IJTSRD25212 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1651 Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io IoT Server Win Sandar Aung, Saw Aung Nyein Oo Department of Electronic Engineering, Mandalay Technological University, Mandalay, Myanmar How to cite this paper: Win Sandar Aung | Saw Aung Nyein Oo "Monitoring and Controlling Device for Smart Greenhouse by using Thinger.io IoT Server" Published in International Journal of Trend in Scientific Research and Development (ijtsrd), ISSN: 2456- 6470, Volume-3 | Issue-4, June 2019, pp.1651-1656, URL: https://www.ijtsrd.c om/papers/ijtsrd25 212.pdf Copyright © 2019 by author(s) and International Journal of Trend in Scientific Research and Development Journal. This is an Open Access article distributed under the terms of the Creative Commons Attribution License (CC BY 4.0) (http://creativecommons.org/licenses/ by/4.0) ABSTRACT Smart greenhouse system will be convenient way to get the data from greenhouse. IoT will provide all work done and information update and current status of the greenhouse to the person from anywhere and at anytime. Greenhouse production mainly human force and production capacityislow.The greenhouse information which the owner gets is limited and the process is time consuming but real time. UsingIotbased on smartgreenhousecan quicklyobtain to monitor greenhouse environment data such as humidity, temperature and light intensity, real time and accurate. Various sensors sense and collect information to transmit the background processing centre, after analysis can be precise, can be used both manual and automated control system. The results of the system are simulated with the help of Proteus simulation software. And the experimental result evaluation of the implemented control system for greenhouse is based on the environmental factors of orchids, the propose plant grown in smart greenhouse. Orchids are expensive products in plant market. So orchids are chosen to grow in the smart greenhouse. Keywords: Arduino, nodeMCU, proteus software ,thinger.io cloud server I. INTRODUCTION With the rapid development of electronic and agricultural technology research and their applications have been paid more and more attention, especially the greenhouse has become an important role. Greenhouse is a said to be a placethat creates the best conditions for plant growth, can change plant growth and avoid influence on plant growth due to outside changing seasons and severe weather [1]. The optimum condition of plant growth is obtained on the basis of taking full use of natural resources by changing greenhouse environment factors such as temperature, humidity, light, and water concentration. Several authors have proposed using IOT concept in agriculture [2] and greenhouse [3]. Some researchers [4] have described an embedded system approach for monitoring greenhouse based on sensing data such as humidity, pH of water, wetness of soil, temperatureand light intensity. Some other researchers [5] have developed a greenhouse monitoring system using GSM. Their proposed system uses sensors and SMS technology. However, most systems lack a real-time representation of the measured data and the feature of controlling the actuators of greenhouse system remotely. Thispaper mainly aims to design the greenhouse monitoring and control system which will display the sensed data on a webpage and will also provide the facility of controlling and monitoring the system remotely. Especially automode and manualmode are intended to be selected via Internet access. II. Smart greenhouse CONTROL SYSTEM Fig. 1 shows the general block diagram of the whole system. As the input of the system, smart phone or PC is used for defining auto or manual modes length. For manual mode, light intensity, water pumping and fans will be controlled without depending light intensity, temperature and humidity. For auto mode, all sensing data will be applied for activating light bulb, pump motor, exhaust fan and intake fan. Figure1. General Block Diagram of the Green House System IJTSRD25212
  • 2. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25212 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1652 III. OVERALL CIRCUIT DESIGN Figure2. Overall Circuit Diagram Figure3. 24V 0.19A 2200 Rpm Fan 24V low power fans are used for exhaust and intake fans as shown in fig 3. Figure4. 12V DC Pump Motor 350ma For pumping system 12V DC pump motor (in fig4)isapplied and it can only draw 350mA current maximum. IRFZ44N N- channel MOSFET has 55V VDSS and 49AID maximumrating.It can drive fans and pump motor easily. For light bulb, ac supply and relay drive is applied. Necessary DC voltage levels are regulated from 220:24V step down transformer. IV. FUNCTIONAL DESCRIPTION A. Light Intensity Sensing The resistance of the Light Dependence Resistor (LDR) varies according to the amount of light that falls on it. The relationship between the resistance R and light intensity for a typical LDR is (1) If the LDR connected to 5V through a 10 kΩ resistor as shown in fig 6, using voltage divider rule, the output voltage of LDR is (2) Substituting R from equation 1 into equation 2, the light intensity can be calculated using the following formula. (3) Figure5. Light Dependence Resistor Figure6. Voltage Divider Circuit for Measuring Light Intensity Moreover, Arduino UNO gives 10 bit resolutionor1024ADC values for 5V range. The following equation can be applied for ADC to Vo conversion. (4) B. Temperature and Humidity Sensing DHT11 Temperature & Humidity Sensor features a temperature & humidity sensor complex with a calibrated digital signal output. By using the exclusive digital-signal- acquisition techniqueand temperatureandhumiditysensing technology, it ensures high reliability and excellent long- term stability. This sensor includes aresistive-typehumidity measurement component and an NTC temperature measurement component, and connects to a high performance8-bitmicrocontroller,offeringexcellentquality, fast response, anti-interference ability and cost- effectiveness. Figure7. DHT11 Sensor
  • 3. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25212 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1653 The single-wire serial interface makes system integration quick and easy. Its small size, low power consumption and up-to-20 meter signal transmission makingitthebest choice for Arduino UNO. Moreover measurable range goes for 20- 90% humidity and 0-50 Celsius which is enough for green house application. Figure8. Timing Diagram of DHT11 Data Transfer Single-bus data format is used for communication and synchronization between Arduino and DHT11 sensor. One communication process is about 4ms. Data consists of decimal and integral parts. A complete data transmission is 40bit, and the sensor sends higher data bit first. Data format: 8bit integral RH data + 8bit decimal RH data + 8bit integral T data + 8bit decimal T data + 8bit check sum. If the data transmission is right, the check-sum should be the last 8bit of "8bit integral RH data + 8bit decimal RH data + 8bit integral T data + 8bit decimal T data". Fig 8 represents the timing diagram for requestion from Arduino and signal feedback from sensor with 80 µs long bit size. C. NodeMCU Figure9. NODEMCU using ESP8266 For Internet access, NodeMCU shown in fig 9 is applied to connect existing WiFi. It is an open source Lua based firmware for the ESP8266 WiFi SOC from Espressif and uses an on-module flash-based SPIFFS file system. NodeMCU is implemented in C and is layered on the Espressif NON-OS SDK [6]. The firmware was initially developed as is a companion project to the popularESP8266-based NodeMCU development modules, but the project is now community- supported, and the firmware can now be run on any ESP module. ESP8266 is integrated with a 32-bit Tensilica processor, standard digital peripheral interfaces, antenna switches, RF balun, power amplifier, low noise receive amplifier, filters and power management modules. D. Control Program Development Using Arduino IDE and NodeMCU plugin, two programs was developed. The first one is embedded in NodeMCU for data transfer between Internet and Arduino. The second one stands for sensor reading, load controlling and connecting with Node MCU. These two program can be expressed the following flowchart shown in fig 10. At the beginning of the system, Serial communication with 9600 bit per second transfer rate is applied between NodeMCU and Arduino. ReadingSerialcommand, thesystem will distinct “auto mode” or “manual mode”. For auto mode, all sensing data will be applied for activating loads. When humidity goes less than 50%, pump motor will be driven, and the system allows intake fan ON for blowing out inside wet air when humidity reaches over 80%. When inside temperature exceeds 40 degree Celsius, exhaust fan will be activated for cooling. Light intensity level of 10763 Lux is defined as minimum and whenever itgoeslow,thelightbulb will be activated too. For manual mode, direct command from Internet access is applied. And mode selecting will be done using Internet access too. Figure10. Program Flowchart of Nodemcu and Arduino Uno V. UPLOADING AND RETRIEVING SENSING DATA For using IoT service, thinger.io cloud is used. Firstly, thinger.io account is created and logged in this account. Statistics section can be accessed as the default which can be seen some basic information about this account , like devices, endpoint, data buckets, dashboard and so on and shown in fig 11. Figure11. Console Dashboard
  • 4. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25212 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1654 Fig 12 is how the Smart Greenhouse connects with the thinger.io cloud server. Figure12. Connecting the Device and Cloud VI. EXPERIMENTAL TEST AND RESULT The program is written using Arduino IDE and thinger.io and the I2C LCD is applied for debugging in Proteus Simulation. By testing with simulation, control sequence, sensing dataand actuator drivercan betested.Autoandmanual control modecanbe chosen from the PC or mobile phone. For choosing auto mode, the simulation result is shown the following Figures. Fig 13 shows that pump is ON when the humidity level is less than the threshold value. . Figure13. Simulation result for pump is ON Fig 14 shows that input fan is On when humidity levelis morethanthethreshold value. When thetemperatureand illumination level are less than the threshold value, output fan and lighting system are ON. Figure14. Simulation Result for Lighting, Input and Output Fan are ON
  • 5. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25212 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1655 Humidity level, temperature level and light intensity can be monitored in thinger.io cloud from anywhere and at anytime as shown in following fig 15, 16, 17. Figure15. Monitoring the Humidity Level Figure16. Monitoring the Temperature Level Figure17. Monitoring the light intensity level And if manual mode is also chosen, the actuators are controlled from the PC or mobile phone as shown in fig 18. Figure18. Controlling the actuators from mobile phone
  • 6. International Journal of Trend in Scientific Research and Development (IJTSRD) @ www.ijtsrd.com eISSN: 2456-6470 @ IJTSRD | Unique Paper ID – IJTSRD25212 | Volume – 3 | Issue – 4 | May-Jun 2019 Page: 1656 VII. CONCLUSION The proposed IoT based greenhouse monitoring system is a complete system designed to monitor and control the environmental parameters inside a greenhouse for small plants or flowers like orchid. The traditional system for greenhouse monitoring is labor intensive and time consuming. The proposed system saves time, money and human effort. According to Internet access, it can be controlled and monitored from anywhere in the world. It provides a controlled environment for the plants to prevent them from damage and thus increasing the analytical study about plants and flower in the field of biotechnology. The smart greenhouse automatically or manually controls the various parameters needed for the plants and sends the sensory data to a customized webpage for continuous and effective monitoring. ACKNOWLEDGMENT The author would like to thank Dr. Tin Tin Hla, Head of the Department of Electronics Engineering, Mandalay Technological University, for her kind advice and encouragement. Special thanksareduetohersupervisor:Dr. Saw Aung Nyein Oo, Associate Professor, Department of Electronics Engineering and also thank all the teachersfrom the Department of Electronics Engineering, Mandalay Technological University. Finally, the author deeply grateful express to her parents and family membersfortheirsupport and encouragement her during this research. REFERENCES [1] Iris Wieser, "Autonomous Robotic SLAM-based Indoor Navigation for High Resolution Sampling with Complete Coverage", conference paper IEEE, 2014 [2] Ji-chun Zhao, Jun-feng Zhang, Yu Feng, Jian-xin Guo, “The Study and Application of the IOT Technology in Agriculture”, Computer Science and Information Technology (ICCSIT), 2010 3rd IEEE International Conference, 9-11 July 2010. [3] Cui Wenshun, Cui Shuo, Yuan Lizhe, Shang Jiancheng, “Design and implementation of sunlight greenhouse service platform based on IOT and cloud computing”, 2nd International Conference on Measurement, Information and Control (ICMIC), August2013,Vol.01, pp. 141-144. [4] Rangan K. and T. Vigneswaran, “An Embeddedsystems approach to monitor greenhouse”, IEEE Conferenceon Recent Advances in Space Technology Services and Climate Change (RSTSCC), 2010, pp. 61-65. [5] Prakash. H. Patil, Chaitali Borse, Snehal Gaikwad and Shilpa Patil, “Greenhouse Monitoring System Using GSM”, International Journal of Scientific & Engineering Research, 2013, Vol. 4, Issue 6. [6] https://nodemcu.readthedocs.io/en/master/