Sunteți pe pagina 1din 34

MANDALAY TECHNOLOGICAL UNIVERSITY

DEPARTMENT OF ELECTRONIC ENGINEERING

IOT BASED MONITORING AND CONTROLLING


DEVICE FOR SMART AGRICULTURE
First Seminar( 18-10-2018)

Supervisor _ Dr Saw Aung Nyein Oo


Presenter _ Ma Win Sandar Aung
ME EC-10 (16th Batch)
1
Outline of Presentation
 Aim and Objectives
 Introduction
 Literature Review
 Problem Statement
 Problem to be Solved
 System Requirements
 Implementation Plan
 Block Diagram of Smart Agriculture
 System Flow Chart
 Background of My Research
 Internet of Things
 Thinger.io Cloud Server Platform
 Testing to Monitor the data from the Humidity Sensor
 Future Work
 Conclusion 2
Aim and Objectives

 To design and implement Internet connected


Watermelon Plantation in Greenhouse System by
using NodeMCU

 To understand the concept of IoT

 To learn and implement embedded device system

 To test and measure different sensors and actuators

3
Introduction
 Watermelon Plantation in Greenhouse with
intelligent security system will be convenient way to
get security to the greenhouse.
 IoT will provide all work done and information
update and current status of the greenhouse to the
person from anywhere and anytime.
 It is easy to reach the greenhouse from internet.

4
No Author
Literature
Title
Review
Remark

1 G.Nandha Kumar, Arduino based Automatic • Smart irrigation and


E.S.Praveen Kumar, Plant Watering System with monitoring the operation
G.Nishanth Internet of Things • Using NodeMCU, Moisture
Sensor and Humidity
Sensor
2 Laxmi S.Shabadi, Design and Implementation • Smart Security and
Hemavati B.Biradar of IoT based Smart Security Monitoring
and Monitoring for • Using Raspberry Pi,
Connected Smart Farming Temperature Sensor, PIR
Sensor, Humidity Sensor,
Motor, Fan, Buzzer
3 Vinita Tyagi, IoT Based Agriculture • Using Arduino, GSM
Raman Kumar, Syatem module, PIR sensor, Soil
Gopal Fartyal, Moisture sensor,
Temperature and Humidity
sensor

5
Problem Statement
 Agriculture production mainly rely on human and
machinery, large scale production capacity is low, and
lack of unified standards and procedures.

 The greenhouse information which the owner gets is


limited, and the process is time-consuming but real
time.

6
Problem to be Solved
 Using IoT based on smart agriculture can quickly
obtain greenhouse environment data, real time and
accurate.
 Sensor network to collect information is transmitted
to the background processing center, after analysis
can be precise, automation management and
control.

7
Implementation Plan
 Study the background theories and literature review

 Study the thinger.io cloud server

 Test the humidity sensor

 Transmit the data to the cloud server

 Monitor the data from the sensor

 Design the system

8
System Requirements
Hardware Requirement Software Requirements
Node MCU  Arduino IDE
Soil Moisture Sensor  Thinger.io Cloud Server

Humidity Sensor
PIR Sensor
12V DC Pump Motor
12V DC Fan
Buzzer
Mobile Phone
Configuration of Propose System
Cloud

Humidity
Fan
Sensor

Moisture
Node MCU Motor
Sensor
User
PIR Sensor Buzzer

Fig: System Block Diagram


10
Start

Input initiation

Yes
Humidity
>=75%? Turn On Fan

No
Yes
Moisture Turn On
>=60? Pump
No
Yes
Turn On
PIR=1?
Buzzer
No
End

Fig: System Flow Chart 11


Background of My Research
NODE MCU
 Open source IoT platform
 MCU using connected with wifi
 Power supply : 3.3V to 5V
 Digital I/O pin : 9 pins
 Analog I/O pin :1 pin
 Memory : 128 kB
 Flash : 4 MB
 Speed : 80 MHz
 Data rate : 11 Mbps
 Wifi :802.11 b/g/n protocol
12
Humidity Sensor (DHT 11)
 Supply voltage 3.3V to 5V
 Sense humidity and
temperature in the air
 Digital output signal
 Measure humidity in relative
humidity (20 to 95% RH) and
temperature in degree celsius (0
to 50° C)

13
Soil Moisture Sensor
 Used to detect the moisture of the
soil
 Operating voltage 3.3V to 5V
 Module dual output mode, digital
output and analog output more
accurate
 Consists of LM393 comparator
chip

14
PIR Sensor
 PIR (Passive infrared red sensor) or motion sensor

 Sense the motion based upon the heat of moving


object

 Operating voltage 5V to 12V

 Detect less than 120 degree angle and 7 meter

15
Pin diagram of the PIR Sensor
 Delay time adjust
 Sensitively adjust
 3V DC regulator
 Protection diode
 3 - 5V DC power
 Digital output
 Ground
 PIR chip
 Retrigger setting jumper
16
12V DC Fan
Specifications

 Voltage : 12 V DC
 Current :80 mA
 Power :1W
 Size : 80x80x15mm

17
12V DC Pump Motor
Specifications

Rated voltage : 12V DC.


Max rated current : 350mA.
Power rate : 4.8W
Life span : More than 20000hrs.
Condition of use : continuously.
Power supply : Solar panel, DC electric source, battery
Fluids : Water, oil, gasoline, acid and alkali solution

18
Buzzer
Specifications

 VCC : 3.3V-5V
 I/O : I/O Interface of SCM
 GND : The Ground
 Frequency : Single 3.1KHz tone
 Sound Level : 80db

19
Internet of Things (IoT)
 IoT is short for Internet of things.
 The internet of things (IoT) is inter-networking of
physical devices.
 IoT has ability to transfer data over a network
without requiring human-to-human or human-to-
computer interaction.
 IoT has many applications in agriculture, smart cities,
smart home, healthcare, business sectors, traffic
monitoring, transport and logistics etc.

20
Thinger.io Cloud Server Platform
 Thinger.io is to be used as cloud service provider.
 Thinger.io platform connect and manage the device
within minute.
 Although this platform is an open source platform for
the IoT, it provides a ready to use scalable cloud
infrastructure for connecting the device.
 It can be connected anything such as Arduino,
ESP8266, Raspberry Pi and Node MCU .
21
Continued…
 It can be connected to other microcontroller or
system for real time sensing and actuating over REST
API.

 Maker can register for free accounts to start building


IoT projects in minutes just using thinger.io cloud
infrastructure.

22
Testing to monitor the data from the
Humidity Sensor
Creating the thinger.io account

23
Fig: Create the account
Logging in the thinger.io account

Fig: Log in the account


24
After logging in the Thinger.io 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.

Fig: Console Dashboard


25
How the humidity sensor connect with the
thinger.io cloud server.

Fig: Connecting the device and cloud server 26


Add the device and this section will list register devices and will
show some information about its connection.

Fig: Add the DHT 11 Device 27


When the device gets connected to the account, showing that it is
connected and it is transmitting information like its IP address,
send/receive information in real time.

Fig: Device connected to the account 28


Add the data bucket and data bucket is some kind of virtual
storage where can keep time series information, like temperature
and humidity over time.

Fig: Review the data from the Data Bucket 29


Add the dashboard and the dashboards can display information
in real-time from the device.

Fig: Displaying the data from the device 30


Test the Humidity Sensor (DHT 11)

Fig: Connect the humidity sensor and Node MCU


31
Future Work

 To study the moisture sensor and PIR sensor

 To connect Node MCU and send to the thinger.io

 To monitor the data from these sensor

 To implement the propose system

32
Conclusion
 By the use of “Internet of Things”, the soil moisture,
humidity and environmental temperature can be
monitored.
 According to the values, the more efficiency in the
agriculture field can be got.
 This research can undergo for further research to
improve the functionality of device and its applicable
areas.
 The advantages of the proposed work are more
efficient and accurate information is fetched, reduced
man power and Electrical Energy was saved.
33
34

S-ar putea să vă placă și