SlideShare a Scribd company logo
1 of 4
Download to read offline
www.ijatir.org
ISSN 2348–2370
Vol.06,Issue.12,
December-2014,
Pages:1552-1555
Copyright @ 2014 IJATIR. All rights reserved.
The Design of Granary Environment Monitoring through Web Server
Based on ARM-9 and Zigbee
M. SURENDRA
1
, G. KRISHNA KISHORE
2
1
PG Scholar, Dept of ECE, Vignana Bharathi Institute of Technology, Ranga Reddy, Telangana, India.
2
Asst Prof, Dept of ECE, Vignana Bharathi Institute of Technology, Ranga Reddy, Telangana, India.
Abstract: Grain storage could be a very important element
within the economy and the society. The standard and
safety of grain storage area unit connected to the many
legion individuals. Within the method of grain storage,
temperature and humidness area unit 2 major ecological
factors which will have an effect on the grain quality.
Therefore, the parameters of temperature, humidness
should be in correct and period of time monitoring by super
ordinate systems in giant granaries. The automatic
observation of the grain storage can facilitate North
American nation to boost the operation levels of grain
storage, scale back the grain losses during keep procedure
and scale back labor intensity. This project designs
associate degree atmosphere observation system of the
granary combining Embedded and ZigBee wireless sensing
element network technology. exploitation ZigBee wireless
sensing element network to finish acquisition and
transmission of atmosphere parameters and using ARM9 to
realize precise management of the barn atmosphere as
system information controller and exploitation GSM to
realize the system's remote management, it greatly
improves the pliability and quantifiability of the warehouse
management that sends accessible information to grain
depot manager (Database management) in time and filters
invalid data on the Spot. It makes several vital aspects not
want manager to finish on the scene that saves lots of
personnel and material resources and improves labor
productivity.
Keywords: ARM9, MINI 2440, ZIGBEE, GSM, Visual
Studios.
I. INTRODUCTION
The aim of the work delineated during this project is to
style and implement the granary environmental observance
system supported ARM7 and ZIGBEE which may be
employed in massive granaries. This project is employed
for economical, low power consumption. Grain storage
may be a vital role within the economy and also the society.
Thanks to the seasonality of its production, the storage of
grain is that the prime priority event that relates to
individuals keep. Within the method of grain storage
temperature and humidness square measure 2 ecological
factors which will manufacture a control on the grain
quality, the parameters of temperature, humidness should
be in lacking errors and period observance by super
ordinate systems in massive granaries. the automated
observance of the grain can facilitate US to boost the
operation levels grain storage, cut back the grain losses and
cut back the labor intensity. This project styles associate
automatic atmosphere observance system and system of the
granary combining embedded and Zigbee wireless device
network. Zigbee wireless device network is wont to
complete acquisition and transmission of atmosphere
parameters and ARM7 is employed to attain precise
management of knowledge controller and GSM to attain the
system's remote, it greatly improves the flexibleness and
measurability of the warehouse management that sends on
the market information to grain depot manager in time and
filters invalid information on the spot. It is saves plenty of
men and material resources and improves labor
productivity.
This project is to use the technology in a much closed
atmosphere for forming or agriculture business to keep up
the standard and to extend the productivity. The target is to
use embedded technology in storage procedure to keep up
the standard and to extend the productivity. The system is
being enforced as technical resolution to observe this
condition and dominant created simple by mistreatment
wireless Zigbee and GSM technology. Sensors square
measure wont to collect the environmental info specifically
temperature, humidity, carbonic acid gas and light-weight
intensity. To overcome these issues, the automated
observance of the grain storage supported ARM7 and
ZIGBEE is enforced that helps US to boost the operation
levels of grains storage and cut back the grain losses
throughout storage procedure and cut back the labor
intensity.
II. PROPOSED SYSTEM
The sensor node is responsible for collection of
environment information (such as temperature and
humidity). The signals collected by the sensor through the
a/d conversions are sent to MCU processing. The
microcontroller is connected to LCD to display the values
of temperature humidity, CO2 and light intensity.
Controlling part is also included in the module by
M. SURENDRA, G. KRISHNA KISHORE
International Journal of Advanced Technology and Innovative Research
Volume. 06, IssueNo.12, December-2014, Pages: 1552-1555
connecting the 12volts dc fan to the microcontroller
through the relay driver and relay which controls the fan.
Figure1. System block diagram of the overall structure.
The Zigbee communication module changes the data into
data packets of zigbee communication protocol which are
transmitted to the coordinator node. The coordinator node
after receiving the data packets from the sensor node
performs handshake communication by sending a
confirmation language source to the sensor node to
complete a full Zigbee wireless communication process. On
the other hand it should upload the data to the ARM master
unit through the serial port. The ARM master unit gathered
the collected information data. The information collected
by the ARM master is sent to warehouse data management
system through the GSM network through serial
Communication.
III. SYSTEM SOFTWARE DESIGN
A. Software Design of Zigbee Wireless Sensor Network
The achieved network topologies of ZigBee wireless
sensor are star, mesh and cluster-like networks. The system
of this paper uses star network topology. The ZigBee
protocol stack is TI's Z-Stack protocol stack [1,6]. Star
network topology consists of a network coordinator and a
number of network terminals. Among them, the network
coordinator is the core of the network. Its main role is to
create networks and the configurations relating to network,
such as helping to establish the security layer of the
network In this design, it must establish a binding table
entry at the end of the coordinator before any two nodes to
communicate. The role of coordinator is to maintain the
binding table and forward packets. Figure 2 shows the form
of indirect binding instructions of endpoints. In this design,
use of indirect binding to establish a binding table. When
there are data communication requests in the two bound
sensor nodes, the coordinator will forward automatically
basing on the binding table. If the bound nodes are not in
the network, the coordinator will write data to the
temporary buffer. After the binding nodes add to it, it
would forward. If the buffer is full, the oldest data packets
are automatically discarded. Based on the analysis of above
tasks, we create the following three tasks to complete the
system: TaskesMain, ZigBee to Com, Com to ZigBe.
TaskesMain will realize the protocol stack initialization,
network connection maintenance, task initialization and
call. ComtoZigBee will package the data that is send from
the serial port through ZigBee protocol then sent to the
ZigBee wireless network. ZigBee to Com’s mission is to
send the data that transfer from ZigBee network to the
serial port through the ZigBee protocol resolution, hand in
the ARM host controller (fig 3).
Figure2. Indirect binding between the endpoint.
Figure 3. Flow chart of ZigBee protocol.
The Design of Granary Environment Monitoring through Web Server Based on Arm-9 and Zigbee
International Journal of Advanced Technology and Innovative Research
Volume. 06, IssueNo.12, December-2014, Pages: 1552-1555
B. Software Design of Arm Host Controller
The overall software structure of the ARM main
controller is shown in Figure 4. The system adopts Linux as
the operating system of the ARM’s main controller. The
work needed to be done is: the cutting and transplantation
of Linux 2.6.32, the programming of the serial driver, the
programming of touch screen driver, the implementation of
Web server and the migration of Visual studios database,
the system also adopts of the graphical user interface based
on QT/E and establishes a QT user interface to optimize the
human-computer interaction environment.
Figure 4. Overall structure of the system.
Linux Operating System shown in Figure 4, the overall
structure of system software of ARM data control module
Remote communication module is mainly made of three
parts, the GSM wireless modules, SIM card and the serial
port module. The ARM main controller uses the AT
command to communicate with GSM module through
RS485 interface. The working principle: ARM main
controller processes protocol encapsulation of the data
which is collected from the ZigBee sensor network, then
sends the data packet to the GSM module through the
RS232 interface. At here the data is packaged into TCP / IP
packet, finally the GSM module sends the data to the GPRS
network, and then sends the data to the data management
center through various gateways and routes. Application
Program Interface TCP/ IP protocol Embedded Web Server
Visual studios Data Base Serial port driver Touch Screen
Driver Other the under hardware. The AT command code
of the landing GSM network are as follows:
 AT+IPR=57600; //Set the baud rate of serial
communication is 57600bps.
 AT+CGDCONT=1,"IP","CMNET"; //Initialization
of GSM module. Set the access Gateway of GPRS. If
it returns "OK", the initialization is successful.
 AT+CGCLASS="B" // Enable it with the
capabilities of GSM and GSM voice. The category
of the mobile terminal is Class B.
 AT+CGACT=1, 1, // If it returns OK, it indicates
that GSM network connection is successful. Finally,
it sends the command "ATD * 99 *** 1 #" to
connect GSM network to the Internet.
Figure5. Flow chart at the sensor node.
Figure6. Flow chart for serial communication.
M. SURENDRA, G. KRISHNA KISHORE
International Journal of Advanced Technology and Innovative Research
Volume. 06, IssueNo.12, December-2014, Pages: 1552-1555
Figure7. Flow chart for database management.
In addition, using visual studios databases to the
collecting storage information in the system is to provide
the theoretical basis of managing storage environment to
the user. The database has a series of advantages: powerful,
simple interface, fast, small size and so on, so it especially
applicates in the embedded systems. In this system, the
version of the database is visual studios 6.0 (fig 6 and 7).
IV. CONCLUSION
The system of this paper is developed supported the
integrating with ARM management technology, ZigBee
wireless communication and device technology. Finally this
technique realizes the intelligent management of the grain
storage, with superior performance, clear structure and
smart quantifiability. The system shows that the GPRS
network has the potential of quick packing and transferring
information, it will guarantee the information collected
transmitted to the user management center time period, to
ensure that the user will barn setting timely and build the
right choices. The system not solely saves the energy
consumption considerably, however conjointly reduces an
outsized range of inputting on the human and material
resources within the management. Applying embedded
technology and ZigBee wireless transceiver technology to
the speedy readying system of the incident detection of
emergency food storage environment while not difficult
connections, it enhances the system’s flexibility, small size,
low value and smart effective, so it is simple to put in and
migrate.
V. REFERENCES
[1] Sun Fang and Li Qiang, “A Study and Design of a
Wireless Serial Port Hub Based on ZigBee,” Control and
Automation Publication Group, vol.24, 2008.
[2] Lv Jie, GPRS technology, Beijing University of posts
and telecommunications press, pp.117-139, 2001.
[3] He Caijun and Fang Houhui, “Application of ZigBee
Technology in Industrial Monitoring Network,” Computer
system,” vol.19,2010.
[4] Wei Dongshan, Complete Guide to Embedded Linux
Application Development, Post & telecom press, pp.170-
180, 2008.
[5] Zhang Jianwu, LiJie, and Yao Yingbiao, Design and
Development of Embedded System, XiDian university
press, 2009.
[6] Jiang Ting and Zhao Chenglin, ZigBee purple crazy
Technology and Its Application IEEE 802.15.4˅, Beijing
university of posts and telecommunications press, 2006.
[7] Ni Jili, QT and window design of the Linux operating
system, Beijing industry press, pp. 156-187, 2006.

More Related Content

What's hot

Automatic Irrigation Control Using Wireless Sensor Network
Automatic Irrigation Control Using Wireless Sensor NetworkAutomatic Irrigation Control Using Wireless Sensor Network
Automatic Irrigation Control Using Wireless Sensor NetworkIRJET Journal
 
Real Time Applications of Zigbee Technology
Real Time Applications of Zigbee TechnologyReal Time Applications of Zigbee Technology
Real Time Applications of Zigbee TechnologyIRJET Journal
 
IRJET - IoT based Smart City and Air Quality Monitor
IRJET -  	  IoT based Smart City and Air Quality MonitorIRJET -  	  IoT based Smart City and Air Quality Monitor
IRJET - IoT based Smart City and Air Quality MonitorIRJET Journal
 
wind based measurement and uncertainity using kalman filtering
wind based measurement and uncertainity using kalman filteringwind based measurement and uncertainity using kalman filtering
wind based measurement and uncertainity using kalman filteringPrasanna Nataraj
 
IRJET - IoT based Smart Irrigation System using Raspberry Pi3
IRJET - IoT based Smart Irrigation System using Raspberry Pi3IRJET - IoT based Smart Irrigation System using Raspberry Pi3
IRJET - IoT based Smart Irrigation System using Raspberry Pi3IRJET Journal
 
Coal Mine Safety Monitoring and Alerting System
Coal Mine Safety Monitoring and Alerting SystemCoal Mine Safety Monitoring and Alerting System
Coal Mine Safety Monitoring and Alerting SystemIRJET Journal
 
Performance Analysis of Different WSN Based Systems in Precision Farming
Performance Analysis of Different WSN Based Systems in Precision FarmingPerformance Analysis of Different WSN Based Systems in Precision Farming
Performance Analysis of Different WSN Based Systems in Precision FarmingEswar Publications
 
IRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoTIRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoTIRJET Journal
 
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and ControlDevelopment of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and Controlijeei-iaes
 
Low cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeLow cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeTELKOMNIKA JOURNAL
 
An Ethernet Based Approach for Automation and Controling Appliances
An Ethernet Based Approach for Automation and Controling AppliancesAn Ethernet Based Approach for Automation and Controling Appliances
An Ethernet Based Approach for Automation and Controling AppliancesEditor IJMTER
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD Editor
 
Implementation of a Microcontroller Based Wireless Control of Domestic Electr...
Implementation of a Microcontroller Based Wireless Control of Domestic Electr...Implementation of a Microcontroller Based Wireless Control of Domestic Electr...
Implementation of a Microcontroller Based Wireless Control of Domestic Electr...ijtsrd
 
Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...
Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...
Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...IRJET Journal
 

What's hot (16)

B42060609
B42060609B42060609
B42060609
 
Automatic Irrigation Control Using Wireless Sensor Network
Automatic Irrigation Control Using Wireless Sensor NetworkAutomatic Irrigation Control Using Wireless Sensor Network
Automatic Irrigation Control Using Wireless Sensor Network
 
Real Time Applications of Zigbee Technology
Real Time Applications of Zigbee TechnologyReal Time Applications of Zigbee Technology
Real Time Applications of Zigbee Technology
 
IRJET - IoT based Smart City and Air Quality Monitor
IRJET -  	  IoT based Smart City and Air Quality MonitorIRJET -  	  IoT based Smart City and Air Quality Monitor
IRJET - IoT based Smart City and Air Quality Monitor
 
wind based measurement and uncertainity using kalman filtering
wind based measurement and uncertainity using kalman filteringwind based measurement and uncertainity using kalman filtering
wind based measurement and uncertainity using kalman filtering
 
IRJET - IoT based Smart Irrigation System using Raspberry Pi3
IRJET - IoT based Smart Irrigation System using Raspberry Pi3IRJET - IoT based Smart Irrigation System using Raspberry Pi3
IRJET - IoT based Smart Irrigation System using Raspberry Pi3
 
31 34
31 3431 34
31 34
 
Coal Mine Safety Monitoring and Alerting System
Coal Mine Safety Monitoring and Alerting SystemCoal Mine Safety Monitoring and Alerting System
Coal Mine Safety Monitoring and Alerting System
 
Performance Analysis of Different WSN Based Systems in Precision Farming
Performance Analysis of Different WSN Based Systems in Precision FarmingPerformance Analysis of Different WSN Based Systems in Precision Farming
Performance Analysis of Different WSN Based Systems in Precision Farming
 
IRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoTIRJET- Agricultural Parameters Monitoring System using IoT
IRJET- Agricultural Parameters Monitoring System using IoT
 
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and ControlDevelopment of a Wireless Sensors Network for Greenhouse Monitoring and Control
Development of a Wireless Sensors Network for Greenhouse Monitoring and Control
 
Low cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBeeLow cost smart weather station using Arduino and ZigBee
Low cost smart weather station using Arduino and ZigBee
 
An Ethernet Based Approach for Automation and Controling Appliances
An Ethernet Based Approach for Automation and Controling AppliancesAn Ethernet Based Approach for Automation and Controling Appliances
An Ethernet Based Approach for Automation and Controling Appliances
 
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
IJERD (www.ijerd.com) International Journal of Engineering Research and Devel...
 
Implementation of a Microcontroller Based Wireless Control of Domestic Electr...
Implementation of a Microcontroller Based Wireless Control of Domestic Electr...Implementation of a Microcontroller Based Wireless Control of Domestic Electr...
Implementation of a Microcontroller Based Wireless Control of Domestic Electr...
 
Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...
Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...
Raspberry Pi based Wireless Sensor Network in Heating, Ventilation and Air Co...
 

Similar to IJATIR3848-288

DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGDESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGIAEME Publication
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...IJTET Journal
 
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesHealth Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesIRJET Journal
 
Industrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOTIndustrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOTAyush Chhangani
 
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
 
IRJET- Automated Smart Greenhouse Environment using IoT
IRJET- Automated Smart Greenhouse Environment using IoTIRJET- Automated Smart Greenhouse Environment using IoT
IRJET- Automated Smart Greenhouse Environment using IoTIRJET Journal
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET Journal
 
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...IRJET Journal
 
Study on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTStudy on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTIRJET Journal
 
IRJET- R-Pi based Real-Time Weather Monitoring System
IRJET-  	  R-Pi based Real-Time Weather Monitoring SystemIRJET-  	  R-Pi based Real-Time Weather Monitoring System
IRJET- R-Pi based Real-Time Weather Monitoring SystemIRJET Journal
 
Advance autonomous billing system in the EB meter with GSM technology
Advance autonomous billing system in the EB meter with GSM technologyAdvance autonomous billing system in the EB meter with GSM technology
Advance autonomous billing system in the EB meter with GSM technologyIRJET Journal
 
Face Recognition using Raspberry PI for Door Lock System
Face Recognition using Raspberry PI for Door Lock SystemFace Recognition using Raspberry PI for Door Lock System
Face Recognition using Raspberry PI for Door Lock SystemIRJET Journal
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for AndroidIRJET Journal
 
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
 
Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373Editor IJARCET
 

Similar to IJATIR3848-288 (20)

DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORINGDESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
DESIGNING THE IOT BASESTATION FOR GREENHOUSE MONITORING
 
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
Arm Based Real Time Monitoring and Controlling of Industrial Parameters Using...
 
C010221015
C010221015C010221015
C010221015
 
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal SitesHealth Care System in Recycling Plants and Garbage Waste Disposal Sites
Health Care System in Recycling Plants and Garbage Waste Disposal Sites
 
Y4501143148
Y4501143148Y4501143148
Y4501143148
 
Industrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOTIndustrial Hazard Monitoring using IOT
Industrial Hazard Monitoring using IOT
 
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
 
Src 147
Src 147Src 147
Src 147
 
IRJET- Automated Smart Greenhouse Environment using IoT
IRJET- Automated Smart Greenhouse Environment using IoTIRJET- Automated Smart Greenhouse Environment using IoT
IRJET- Automated Smart Greenhouse Environment using IoT
 
IRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning SystemIRJET- Ad-hoc Based Outdoor Positioning System
IRJET- Ad-hoc Based Outdoor Positioning System
 
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...IRJET-  	  Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
IRJET- Wireless Weather Monitoring System using Adruino DUE and GSM Techn...
 
Study on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOTStudy on Smart Security Technology for Women based on IOT
Study on Smart Security Technology for Women based on IOT
 
IRJET- R-Pi based Real-Time Weather Monitoring System
IRJET-  	  R-Pi based Real-Time Weather Monitoring SystemIRJET-  	  R-Pi based Real-Time Weather Monitoring System
IRJET- R-Pi based Real-Time Weather Monitoring System
 
Advance autonomous billing system in the EB meter with GSM technology
Advance autonomous billing system in the EB meter with GSM technologyAdvance autonomous billing system in the EB meter with GSM technology
Advance autonomous billing system in the EB meter with GSM technology
 
Face Recognition using Raspberry PI for Door Lock System
Face Recognition using Raspberry PI for Door Lock SystemFace Recognition using Raspberry PI for Door Lock System
Face Recognition using Raspberry PI for Door Lock System
 
IRJET- Earthquake Early Warning System for Android
IRJET-  	  Earthquake Early Warning System for AndroidIRJET-  	  Earthquake Early Warning System for Android
IRJET- Earthquake Early Warning System for Android
 
Project report
Project reportProject report
Project report
 
Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3Wireless Data Acquisition System Using ARM Cortex M-3
Wireless Data Acquisition System Using ARM Cortex M-3
 
E010113235
E010113235E010113235
E010113235
 
Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373Ijarcet vol-2-issue-4-1368-1373
Ijarcet vol-2-issue-4-1368-1373
 

IJATIR3848-288

  • 1. www.ijatir.org ISSN 2348–2370 Vol.06,Issue.12, December-2014, Pages:1552-1555 Copyright @ 2014 IJATIR. All rights reserved. The Design of Granary Environment Monitoring through Web Server Based on ARM-9 and Zigbee M. SURENDRA 1 , G. KRISHNA KISHORE 2 1 PG Scholar, Dept of ECE, Vignana Bharathi Institute of Technology, Ranga Reddy, Telangana, India. 2 Asst Prof, Dept of ECE, Vignana Bharathi Institute of Technology, Ranga Reddy, Telangana, India. Abstract: Grain storage could be a very important element within the economy and the society. The standard and safety of grain storage area unit connected to the many legion individuals. Within the method of grain storage, temperature and humidness area unit 2 major ecological factors which will have an effect on the grain quality. Therefore, the parameters of temperature, humidness should be in correct and period of time monitoring by super ordinate systems in giant granaries. The automatic observation of the grain storage can facilitate North American nation to boost the operation levels of grain storage, scale back the grain losses during keep procedure and scale back labor intensity. This project designs associate degree atmosphere observation system of the granary combining Embedded and ZigBee wireless sensing element network technology. exploitation ZigBee wireless sensing element network to finish acquisition and transmission of atmosphere parameters and using ARM9 to realize precise management of the barn atmosphere as system information controller and exploitation GSM to realize the system's remote management, it greatly improves the pliability and quantifiability of the warehouse management that sends accessible information to grain depot manager (Database management) in time and filters invalid data on the Spot. It makes several vital aspects not want manager to finish on the scene that saves lots of personnel and material resources and improves labor productivity. Keywords: ARM9, MINI 2440, ZIGBEE, GSM, Visual Studios. I. INTRODUCTION The aim of the work delineated during this project is to style and implement the granary environmental observance system supported ARM7 and ZIGBEE which may be employed in massive granaries. This project is employed for economical, low power consumption. Grain storage may be a vital role within the economy and also the society. Thanks to the seasonality of its production, the storage of grain is that the prime priority event that relates to individuals keep. Within the method of grain storage temperature and humidness square measure 2 ecological factors which will manufacture a control on the grain quality, the parameters of temperature, humidness should be in lacking errors and period observance by super ordinate systems in massive granaries. the automated observance of the grain can facilitate US to boost the operation levels grain storage, cut back the grain losses and cut back the labor intensity. This project styles associate automatic atmosphere observance system and system of the granary combining embedded and Zigbee wireless device network. Zigbee wireless device network is wont to complete acquisition and transmission of atmosphere parameters and ARM7 is employed to attain precise management of knowledge controller and GSM to attain the system's remote, it greatly improves the flexibleness and measurability of the warehouse management that sends on the market information to grain depot manager in time and filters invalid information on the spot. It is saves plenty of men and material resources and improves labor productivity. This project is to use the technology in a much closed atmosphere for forming or agriculture business to keep up the standard and to extend the productivity. The target is to use embedded technology in storage procedure to keep up the standard and to extend the productivity. The system is being enforced as technical resolution to observe this condition and dominant created simple by mistreatment wireless Zigbee and GSM technology. Sensors square measure wont to collect the environmental info specifically temperature, humidity, carbonic acid gas and light-weight intensity. To overcome these issues, the automated observance of the grain storage supported ARM7 and ZIGBEE is enforced that helps US to boost the operation levels of grains storage and cut back the grain losses throughout storage procedure and cut back the labor intensity. II. PROPOSED SYSTEM The sensor node is responsible for collection of environment information (such as temperature and humidity). The signals collected by the sensor through the a/d conversions are sent to MCU processing. The microcontroller is connected to LCD to display the values of temperature humidity, CO2 and light intensity. Controlling part is also included in the module by
  • 2. M. SURENDRA, G. KRISHNA KISHORE International Journal of Advanced Technology and Innovative Research Volume. 06, IssueNo.12, December-2014, Pages: 1552-1555 connecting the 12volts dc fan to the microcontroller through the relay driver and relay which controls the fan. Figure1. System block diagram of the overall structure. The Zigbee communication module changes the data into data packets of zigbee communication protocol which are transmitted to the coordinator node. The coordinator node after receiving the data packets from the sensor node performs handshake communication by sending a confirmation language source to the sensor node to complete a full Zigbee wireless communication process. On the other hand it should upload the data to the ARM master unit through the serial port. The ARM master unit gathered the collected information data. The information collected by the ARM master is sent to warehouse data management system through the GSM network through serial Communication. III. SYSTEM SOFTWARE DESIGN A. Software Design of Zigbee Wireless Sensor Network The achieved network topologies of ZigBee wireless sensor are star, mesh and cluster-like networks. The system of this paper uses star network topology. The ZigBee protocol stack is TI's Z-Stack protocol stack [1,6]. Star network topology consists of a network coordinator and a number of network terminals. Among them, the network coordinator is the core of the network. Its main role is to create networks and the configurations relating to network, such as helping to establish the security layer of the network In this design, it must establish a binding table entry at the end of the coordinator before any two nodes to communicate. The role of coordinator is to maintain the binding table and forward packets. Figure 2 shows the form of indirect binding instructions of endpoints. In this design, use of indirect binding to establish a binding table. When there are data communication requests in the two bound sensor nodes, the coordinator will forward automatically basing on the binding table. If the bound nodes are not in the network, the coordinator will write data to the temporary buffer. After the binding nodes add to it, it would forward. If the buffer is full, the oldest data packets are automatically discarded. Based on the analysis of above tasks, we create the following three tasks to complete the system: TaskesMain, ZigBee to Com, Com to ZigBe. TaskesMain will realize the protocol stack initialization, network connection maintenance, task initialization and call. ComtoZigBee will package the data that is send from the serial port through ZigBee protocol then sent to the ZigBee wireless network. ZigBee to Com’s mission is to send the data that transfer from ZigBee network to the serial port through the ZigBee protocol resolution, hand in the ARM host controller (fig 3). Figure2. Indirect binding between the endpoint. Figure 3. Flow chart of ZigBee protocol.
  • 3. The Design of Granary Environment Monitoring through Web Server Based on Arm-9 and Zigbee International Journal of Advanced Technology and Innovative Research Volume. 06, IssueNo.12, December-2014, Pages: 1552-1555 B. Software Design of Arm Host Controller The overall software structure of the ARM main controller is shown in Figure 4. The system adopts Linux as the operating system of the ARM’s main controller. The work needed to be done is: the cutting and transplantation of Linux 2.6.32, the programming of the serial driver, the programming of touch screen driver, the implementation of Web server and the migration of Visual studios database, the system also adopts of the graphical user interface based on QT/E and establishes a QT user interface to optimize the human-computer interaction environment. Figure 4. Overall structure of the system. Linux Operating System shown in Figure 4, the overall structure of system software of ARM data control module Remote communication module is mainly made of three parts, the GSM wireless modules, SIM card and the serial port module. The ARM main controller uses the AT command to communicate with GSM module through RS485 interface. The working principle: ARM main controller processes protocol encapsulation of the data which is collected from the ZigBee sensor network, then sends the data packet to the GSM module through the RS232 interface. At here the data is packaged into TCP / IP packet, finally the GSM module sends the data to the GPRS network, and then sends the data to the data management center through various gateways and routes. Application Program Interface TCP/ IP protocol Embedded Web Server Visual studios Data Base Serial port driver Touch Screen Driver Other the under hardware. The AT command code of the landing GSM network are as follows:  AT+IPR=57600; //Set the baud rate of serial communication is 57600bps.  AT+CGDCONT=1,"IP","CMNET"; //Initialization of GSM module. Set the access Gateway of GPRS. If it returns "OK", the initialization is successful.  AT+CGCLASS="B" // Enable it with the capabilities of GSM and GSM voice. The category of the mobile terminal is Class B.  AT+CGACT=1, 1, // If it returns OK, it indicates that GSM network connection is successful. Finally, it sends the command "ATD * 99 *** 1 #" to connect GSM network to the Internet. Figure5. Flow chart at the sensor node. Figure6. Flow chart for serial communication.
  • 4. M. SURENDRA, G. KRISHNA KISHORE International Journal of Advanced Technology and Innovative Research Volume. 06, IssueNo.12, December-2014, Pages: 1552-1555 Figure7. Flow chart for database management. In addition, using visual studios databases to the collecting storage information in the system is to provide the theoretical basis of managing storage environment to the user. The database has a series of advantages: powerful, simple interface, fast, small size and so on, so it especially applicates in the embedded systems. In this system, the version of the database is visual studios 6.0 (fig 6 and 7). IV. CONCLUSION The system of this paper is developed supported the integrating with ARM management technology, ZigBee wireless communication and device technology. Finally this technique realizes the intelligent management of the grain storage, with superior performance, clear structure and smart quantifiability. The system shows that the GPRS network has the potential of quick packing and transferring information, it will guarantee the information collected transmitted to the user management center time period, to ensure that the user will barn setting timely and build the right choices. The system not solely saves the energy consumption considerably, however conjointly reduces an outsized range of inputting on the human and material resources within the management. Applying embedded technology and ZigBee wireless transceiver technology to the speedy readying system of the incident detection of emergency food storage environment while not difficult connections, it enhances the system’s flexibility, small size, low value and smart effective, so it is simple to put in and migrate. V. REFERENCES [1] Sun Fang and Li Qiang, “A Study and Design of a Wireless Serial Port Hub Based on ZigBee,” Control and Automation Publication Group, vol.24, 2008. [2] Lv Jie, GPRS technology, Beijing University of posts and telecommunications press, pp.117-139, 2001. [3] He Caijun and Fang Houhui, “Application of ZigBee Technology in Industrial Monitoring Network,” Computer system,” vol.19,2010. [4] Wei Dongshan, Complete Guide to Embedded Linux Application Development, Post & telecom press, pp.170- 180, 2008. [5] Zhang Jianwu, LiJie, and Yao Yingbiao, Design and Development of Embedded System, XiDian university press, 2009. [6] Jiang Ting and Zhao Chenglin, ZigBee purple crazy Technology and Its Application IEEE 802.15.4˅, Beijing university of posts and telecommunications press, 2006. [7] Ni Jili, QT and window design of the Linux operating system, Beijing industry press, pp. 156-187, 2006.