SlideShare une entreprise Scribd logo
1  sur  5
Télécharger pour lire hors ligne
IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org
ISSN (e): 2250-3021, ISSN (p): 2278-8719
Vol. 05, Issue 01 (January. 2015), ||V1|| PP 19-23
International organization of Scientific Research 19 | P a g e
Cold Store Remote Control Using X-BEE technology
Isam muhydeen1
, Abdelrasoul Jabar Alzubaidi2
,
1 Sudan Academy of Sciences (SAS); Council of Engineering Researches & Industrial Technologies 2 Sudan
University of science and Technology - Engineering College – Electronics Dept. -
Abstract: The X-bee data transmission and reception module is basically used for wireless transmission and
reception of data . The module use ASK technique in the transmission and reception of data. This paper focuses
on using the X-bee module as a means of remote control. Therefore, it would be suitable to use this module as a
tool of remote control.
Here, the X-bee is used to serve as a remote control for a cold store . The remote control system consists of two
X-bee modules , two microcontrollers connected to each module , a personal computer (PC) , a cold store, and
a designed circuit. The (PC) is used to develop a program in order to download it in the microcontroller . One X-
bee module serves as a remote control, while the other is used to receive commands from the first one. When a
command is received the microcontroller in the reception site decodes the command. The decoded command is
used to control the operations in the cold store . This remote control system can be used for any electronic or
electrical device to operate it from anywhere using the X-bee technology.
Keywords: control system, remote control ,PC , X-bee , ASK , cold store.
INTRODUCTION
Remote control is the process of using data (or information) in such a way that it can be used for activation or
deactivation of electronic and electrical devices. Here, cold stores are considered to be remotely controlled .
Implementing a hardware model comprises of using Microcontrollers, two wireless X-Bee modules, a computer
and Bascom language for programming the microcontrollers .The control process can be carried out inside the
system or remotely. The remote control process can be easily classified into:
First : wired control that uses compatible media such as metallic cable or fiber optics. Second : wireless remote
control that uses Infra-Red (IR) technology, Ultrasonic (for short ranges) , and cellular mobile or internet
technologies for long ranges.This approach of remote control process improves the control system for better
operation and performance to meet thet requirements within reasonable limit of low economical cost and
effective impact.
The system design adopts two factors .The first factor is based on making the hardware design simple .The
second factor is based on making the system user friendly.
APPROACH
First of all, it is necessary to analyze the system operation. According to the analysis procedures, the system
operations can be transformed from local mode of operation into remote mode of operation. The designed circuit
for remote mode must perform the same operations conducted in the cold store in the local mode of operation .
The only difference is that the operations are executed remotely by using the ASK technology . The sequence of
operations to be performed in the cold store remotely are :
 Control of the power supply activation .
 Compressor operation.
 Thirty seconds delay.
 Evaporator operation.
Figure (1) below shows the block diagram for the cold store remote control system by using X-Bee transmitter /
receiver modules.
Cold Store Remote Control Using X-BEE technology
International organization of Scientific Research 20 | P a g e
The remote shut down sequence is just the opposite of the remote operation sequence.
SYSTEM COMPONENTS
The system components in the design contains two parts. The first part is the hardware and the second part is the
software. The details of the hardware and the software are:
A . HARDWARE :
The hardware components for the design are :
Microcontrollers:
Microcontrollers are frequently used devices in embedded electronic systems in which the
applications varies from computing, calculating, smart decision-making capabilities, and processing
the data. Most of the electrical/electronic device, sensors and high-tech gadget can be easily
interfaced and interact with microcontrollers to automate a system structure. For this research
Atmega microcontrollers are used.
The Atmega32 microcontroller has a 40-pin Dual Inline Package (DIP) used for I/O interface. Each
pin can source (supply) a maximum current of 40mA and sink (draw) a maximum current of 50mA.
A range of 5 to 15 direct current (VDC) power supply is sufficient to turn on the microcontroller ,
because a voltage regulator is embedded inside it, provides a steady 5VDC supply to it such that the
high voltage will not damage the IC. The microcontroller has 2KByte memory It is programmed by
using Bascom language. The user-define program is downloaded into the memory from a PC through
a DB-25 parallel cable connection between the PC and the microcontroller.
X-Bee:
X-Bee module is a device used to communicate via wireless network, it utilizes the IEEE 802.15.4
protocol which implements the entire features list below as to ensure data delivery and integrity:
Figure (2) X-Bee Pro modules and Pin outs
Computer:
To program the microcontroller , an IBM PC or compatible computer system is used.
Cold Store Remote Control Using X-BEE technology
International organization of Scientific Research 21 | P a g e
HD74LS373 Latching IC:
The HD74LS373 is eight bit is register IO mapped used as a buffer which stores signals . Different
types of latches are available HD74LS373 octal D-type transparent latch will be used in this system. This type
of latch is suitable for driving high capacitive and impedance loads.
ULN 2803 Darlington IC:
The ULN2803A is a high-voltage, high-current Darlington transistor array. The device consists of eight
NPN Darlington pairs that feature high-voltage outputs with common-cathode clamp diodes for switching
inductive loads. The collector-current rating of each Darlington pair is 500 mA. The Darlington pairs may be
connected in parallel for higher current capability.
- cold store :
The cold store is a chamber used for storage of food products. It is supplied with a manual control panel. [1]
3×4 matrix keypad:
This device is used to enter commands to the microcontroller for the different phases of operations of the
cold store. Figure (4) shows the twelve keys matrix keypad.
Figure (4) twelve keys matrix keypad.
D-25 Connector:
This component is used to interface the computer to the electronic circuit. The D25 connecter is used
to connect the microcontroller to the computer parallel port for programming. Figure(5) shows the
pin outs of the female D-25 connecter.
#* 0
97 8
64 5
31 2
Cold Store Remote Control Using X-BEE technology
International organization of Scientific Research 22 | P a g e
Figure (5) The female D-25 connecter
Lab link cable:
The lab link cable is used to connect the computer to the microcontroller for downloading the ( .hex)
file into the microcontroller.
B. SOFTWARE:
The software used is Bascom language . The downloading software is (Pony Prog) program.
ALGORITHM
The proposed computer algorithm includes a strict sequence of steps for the operation of the cold store
. Similarly a reverse steps are to be conducted to shut down the cold store . Pressing key (0) initializes the
system and clears all outputs. Pressing key (1) puts the system into operation remotely. Pressing key (2) shuts
down the system remotely. Pressing key (*) ends the program. Equations (1) and (2) indicate the ON and OFF
operations of the cold store .
(Cold Store) ON = Σ (power)ON + (Compressor)ON + (Evaporator)ON …………….. (1)
(Cold Store) OFF = Σ (Evaporator)OFF + (Compressor)OFF + (power)OFF ………… (2)
The algorithm for the execution of the ON and shut down operations of the cold store is :
Start
Authorization:
--- Enter authorization code from the keypad.
--- If the cod is correct , then go to system operation.
---If the cod is incorrect , then access is denied and go to end of the program.
System operation:
--- If the (key pressed = 0) , then clear all outputs of the system.
--- If the (key pressed = 1) , then activate the power supply of the cold store,
activate the processor of the cold store , generate a thirty secinds delay . activate the evaporator of the cold store
.
--- If the (key pressed = 2), then put off the evaporator of the cold store , put off the processor of the cold store,
put off the power supply of the cold store.
--- If the (key pressed = *), then go to end of the program.
--- Go to system operation.
End.
RESULTS
Table (1) below shows the results of control commands in the system with the corresponding devices.
Table (1) System commands and their correspondent action on the devices
Pressed key Command Device Result
0 initialization Clear all outputs System is ready to
operate
1 PUT ON the cold store
remotely
Power supply ON.
Compressor ON.
Delay (30 sec.).
Evaporator ON.
The system is in
operation
2 Shut down the cold store
remotely
Evaporator OFF.
Compressor OFF.
Deactivate power.
The system is shut
down
* End of the program -------------- Termination of the
system operation.
CONCLUSION
A remote control is useful for the cold stores operations. The designed circuit makes use of the transmitted
commands and hence it can be used for the remote control of the cold store .
Security is essential to ensure that the system is accessible by the authorized personnel only. The
microcontroller accepts the programmed code to operate the system. Non authorized codes to the system will be
denied and the system does not respond to the commands.
Cold Store Remote Control Using X-BEE technology
International organization of Scientific Research 23 | P a g e
REFERANCES
[1] Manual on meat cold store operation and management By/Dr G. Cano-Muz ApriI.202008
http://www.fao.org/DOCREP/OO4/TOO98E/TOO98EOO.HTM
[2] Remote control http://en.wikipedia.org/wiki/Remotecontrol April.1O.2008.
[3] Radio control httpengineeringtalk.com/ March. 15.2008
[4] History of remote control http://www.modellbah nottcom/tqpage/ihistory.html March.5.2008

Contenu connexe

Tendances

Kalyan abstrct googl
Kalyan abstrct googlKalyan abstrct googl
Kalyan abstrct googl
devakalyan143
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...
researchinventy
 

Tendances (20)

Kalyan abstrct googl
Kalyan abstrct googlKalyan abstrct googl
Kalyan abstrct googl
 
Embedded Systems
Embedded Systems Embedded Systems
Embedded Systems
 
Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...Research Inventy : International Journal of Engineering and Science is publis...
Research Inventy : International Journal of Engineering and Science is publis...
 
Design and Implementation of a Stand-Alone Remote Terminal Unit
Design and Implementation of a Stand-Alone Remote Terminal UnitDesign and Implementation of a Stand-Alone Remote Terminal Unit
Design and Implementation of a Stand-Alone Remote Terminal Unit
 
Embedded System Basics
Embedded System BasicsEmbedded System Basics
Embedded System Basics
 
Embedded systems
Embedded systemsEmbedded systems
Embedded systems
 
A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controlA low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter control
 
A low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter controlA low cost short range wireless embedded system for multiple parameter control
A low cost short range wireless embedded system for multiple parameter control
 
4. 8484 1-pb
4. 8484 1-pb4. 8484 1-pb
4. 8484 1-pb
 
Embedded system
Embedded systemEmbedded system
Embedded system
 
E044081720
E044081720E044081720
E044081720
 
Embedded systems introduction
Embedded systems introductionEmbedded systems introduction
Embedded systems introduction
 
Iskra Medium Voltage Automation and Protection (Protection relays)
Iskra Medium Voltage Automation and Protection (Protection relays)Iskra Medium Voltage Automation and Protection (Protection relays)
Iskra Medium Voltage Automation and Protection (Protection relays)
 
Training report on embedded sys_AVR
Training report on embedded sys_AVRTraining report on embedded sys_AVR
Training report on embedded sys_AVR
 
Embedded basics For beginners
Embedded basics For beginnersEmbedded basics For beginners
Embedded basics For beginners
 
Embedded Systems
Embedded SystemsEmbedded Systems
Embedded Systems
 
Embedded systems presentation
Embedded systems presentationEmbedded systems presentation
Embedded systems presentation
 
2. block diagram and components of embedded system
2. block diagram and components of embedded system2. block diagram and components of embedded system
2. block diagram and components of embedded system
 
training report on embedded system and AVR
training report on embedded system and AVRtraining report on embedded system and AVR
training report on embedded system and AVR
 
Project
ProjectProject
Project
 

Similaire à D05111923

Research Inventy: International Journal of Engineering and Science
Research Inventy: International Journal of Engineering and ScienceResearch Inventy: International Journal of Engineering and Science
Research Inventy: International Journal of Engineering and Science
researchinventy
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
cseij
 
Paper id 36201529
Paper id 36201529Paper id 36201529
Paper id 36201529
IJRAT
 

Similaire à D05111923 (20)

Real-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for IndustryReal-Time Monitoring and Control System for Industry
Real-Time Monitoring and Control System for Industry
 
Home automation
Home automationHome automation
Home automation
 
Smart home
Smart homeSmart home
Smart home
 
Smart home copy
Smart home   copySmart home   copy
Smart home copy
 
Smart home
Smart homeSmart home
Smart home
 
Research Inventy: International Journal of Engineering and Science
Research Inventy: International Journal of Engineering and ScienceResearch Inventy: International Journal of Engineering and Science
Research Inventy: International Journal of Engineering and Science
 
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNETSOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
SOCIAL NETWORK FOR SMART DEVICES USING EMBEDDED ETHERNET
 
HOME AUTOMATION SYSTEM USING IOT TECHNOLOGY.pdf
HOME  AUTOMATION SYSTEM USING IOT  TECHNOLOGY.pdfHOME  AUTOMATION SYSTEM USING IOT  TECHNOLOGY.pdf
HOME AUTOMATION SYSTEM USING IOT TECHNOLOGY.pdf
 
C041121116
C041121116C041121116
C041121116
 
Temperature monitoring and controling using arduino
Temperature monitoring and controling using arduinoTemperature monitoring and controling using arduino
Temperature monitoring and controling using arduino
 
IRJET- IoT based System for Smart and Secured Home
IRJET- IoT based System for Smart and Secured HomeIRJET- IoT based System for Smart and Secured Home
IRJET- IoT based System for Smart and Secured Home
 
Study and Development of Temperature & Humidity monitoring system through Wir...
Study and Development of Temperature & Humidity monitoring system through Wir...Study and Development of Temperature & Humidity monitoring system through Wir...
Study and Development of Temperature & Humidity monitoring system through Wir...
 
I45015153
I45015153I45015153
I45015153
 
56758-60
56758-6056758-60
56758-60
 
Industrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIndustrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEW
 
Industrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEWIndustrial Process Management Using LabVIEW
Industrial Process Management Using LabVIEW
 
EIOT Unit 1n.pdf
EIOT Unit 1n.pdfEIOT Unit 1n.pdf
EIOT Unit 1n.pdf
 
Embedded System
Embedded System Embedded System
Embedded System
 
A Microcontroller Framework For PC Based Electrical Appliance Control System
A Microcontroller Framework For PC Based Electrical Appliance Control SystemA Microcontroller Framework For PC Based Electrical Appliance Control System
A Microcontroller Framework For PC Based Electrical Appliance Control System
 
Paper id 36201529
Paper id 36201529Paper id 36201529
Paper id 36201529
 

Plus de IOSR-JEN

Plus de IOSR-JEN (20)

C05921721
C05921721C05921721
C05921721
 
B05921016
B05921016B05921016
B05921016
 
A05920109
A05920109A05920109
A05920109
 
J05915457
J05915457J05915457
J05915457
 
I05914153
I05914153I05914153
I05914153
 
H05913540
H05913540H05913540
H05913540
 
G05913234
G05913234G05913234
G05913234
 
F05912731
F05912731F05912731
F05912731
 
E05912226
E05912226E05912226
E05912226
 
D05911621
D05911621D05911621
D05911621
 
C05911315
C05911315C05911315
C05911315
 
B05910712
B05910712B05910712
B05910712
 
A05910106
A05910106A05910106
A05910106
 
B05840510
B05840510B05840510
B05840510
 
I05844759
I05844759I05844759
I05844759
 
H05844346
H05844346H05844346
H05844346
 
G05843942
G05843942G05843942
G05843942
 
F05843238
F05843238F05843238
F05843238
 
E05842831
E05842831E05842831
E05842831
 
D05842227
D05842227D05842227
D05842227
 

Dernier

Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
Joaquim Jorge
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
vu2urc
 

Dernier (20)

[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
Tech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdfTech Trends Report 2024 Future Today Institute.pdf
Tech Trends Report 2024 Future Today Institute.pdf
 
Artificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and MythsArtificial Intelligence: Facts and Myths
Artificial Intelligence: Facts and Myths
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
Connector Corner: Accelerate revenue generation using UiPath API-centric busi...
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Automating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps ScriptAutomating Google Workspace (GWS) & more with Apps Script
Automating Google Workspace (GWS) & more with Apps Script
 
The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024The 7 Things I Know About Cyber Security After 25 Years | April 2024
The 7 Things I Know About Cyber Security After 25 Years | April 2024
 
Developing An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of BrazilDeveloping An App To Navigate The Roads of Brazil
Developing An App To Navigate The Roads of Brazil
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Scaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organizationScaling API-first – The story of a global engineering organization
Scaling API-first – The story of a global engineering organization
 
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
04-2024-HHUG-Sales-and-Marketing-Alignment.pptx
 
What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?What Are The Drone Anti-jamming Systems Technology?
What Are The Drone Anti-jamming Systems Technology?
 
How to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected WorkerHow to Troubleshoot Apps for the Modern Connected Worker
How to Troubleshoot Apps for the Modern Connected Worker
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
HTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation StrategiesHTML Injection Attacks: Impact and Mitigation Strategies
HTML Injection Attacks: Impact and Mitigation Strategies
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Handwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed textsHandwritten Text Recognition for manuscripts and early printed texts
Handwritten Text Recognition for manuscripts and early printed texts
 

D05111923

  • 1. IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 05, Issue 01 (January. 2015), ||V1|| PP 19-23 International organization of Scientific Research 19 | P a g e Cold Store Remote Control Using X-BEE technology Isam muhydeen1 , Abdelrasoul Jabar Alzubaidi2 , 1 Sudan Academy of Sciences (SAS); Council of Engineering Researches & Industrial Technologies 2 Sudan University of science and Technology - Engineering College – Electronics Dept. - Abstract: The X-bee data transmission and reception module is basically used for wireless transmission and reception of data . The module use ASK technique in the transmission and reception of data. This paper focuses on using the X-bee module as a means of remote control. Therefore, it would be suitable to use this module as a tool of remote control. Here, the X-bee is used to serve as a remote control for a cold store . The remote control system consists of two X-bee modules , two microcontrollers connected to each module , a personal computer (PC) , a cold store, and a designed circuit. The (PC) is used to develop a program in order to download it in the microcontroller . One X- bee module serves as a remote control, while the other is used to receive commands from the first one. When a command is received the microcontroller in the reception site decodes the command. The decoded command is used to control the operations in the cold store . This remote control system can be used for any electronic or electrical device to operate it from anywhere using the X-bee technology. Keywords: control system, remote control ,PC , X-bee , ASK , cold store. INTRODUCTION Remote control is the process of using data (or information) in such a way that it can be used for activation or deactivation of electronic and electrical devices. Here, cold stores are considered to be remotely controlled . Implementing a hardware model comprises of using Microcontrollers, two wireless X-Bee modules, a computer and Bascom language for programming the microcontrollers .The control process can be carried out inside the system or remotely. The remote control process can be easily classified into: First : wired control that uses compatible media such as metallic cable or fiber optics. Second : wireless remote control that uses Infra-Red (IR) technology, Ultrasonic (for short ranges) , and cellular mobile or internet technologies for long ranges.This approach of remote control process improves the control system for better operation and performance to meet thet requirements within reasonable limit of low economical cost and effective impact. The system design adopts two factors .The first factor is based on making the hardware design simple .The second factor is based on making the system user friendly. APPROACH First of all, it is necessary to analyze the system operation. According to the analysis procedures, the system operations can be transformed from local mode of operation into remote mode of operation. The designed circuit for remote mode must perform the same operations conducted in the cold store in the local mode of operation . The only difference is that the operations are executed remotely by using the ASK technology . The sequence of operations to be performed in the cold store remotely are :  Control of the power supply activation .  Compressor operation.  Thirty seconds delay.  Evaporator operation. Figure (1) below shows the block diagram for the cold store remote control system by using X-Bee transmitter / receiver modules.
  • 2. Cold Store Remote Control Using X-BEE technology International organization of Scientific Research 20 | P a g e The remote shut down sequence is just the opposite of the remote operation sequence. SYSTEM COMPONENTS The system components in the design contains two parts. The first part is the hardware and the second part is the software. The details of the hardware and the software are: A . HARDWARE : The hardware components for the design are : Microcontrollers: Microcontrollers are frequently used devices in embedded electronic systems in which the applications varies from computing, calculating, smart decision-making capabilities, and processing the data. Most of the electrical/electronic device, sensors and high-tech gadget can be easily interfaced and interact with microcontrollers to automate a system structure. For this research Atmega microcontrollers are used. The Atmega32 microcontroller has a 40-pin Dual Inline Package (DIP) used for I/O interface. Each pin can source (supply) a maximum current of 40mA and sink (draw) a maximum current of 50mA. A range of 5 to 15 direct current (VDC) power supply is sufficient to turn on the microcontroller , because a voltage regulator is embedded inside it, provides a steady 5VDC supply to it such that the high voltage will not damage the IC. The microcontroller has 2KByte memory It is programmed by using Bascom language. The user-define program is downloaded into the memory from a PC through a DB-25 parallel cable connection between the PC and the microcontroller. X-Bee: X-Bee module is a device used to communicate via wireless network, it utilizes the IEEE 802.15.4 protocol which implements the entire features list below as to ensure data delivery and integrity: Figure (2) X-Bee Pro modules and Pin outs Computer: To program the microcontroller , an IBM PC or compatible computer system is used.
  • 3. Cold Store Remote Control Using X-BEE technology International organization of Scientific Research 21 | P a g e HD74LS373 Latching IC: The HD74LS373 is eight bit is register IO mapped used as a buffer which stores signals . Different types of latches are available HD74LS373 octal D-type transparent latch will be used in this system. This type of latch is suitable for driving high capacitive and impedance loads. ULN 2803 Darlington IC: The ULN2803A is a high-voltage, high-current Darlington transistor array. The device consists of eight NPN Darlington pairs that feature high-voltage outputs with common-cathode clamp diodes for switching inductive loads. The collector-current rating of each Darlington pair is 500 mA. The Darlington pairs may be connected in parallel for higher current capability. - cold store : The cold store is a chamber used for storage of food products. It is supplied with a manual control panel. [1] 3×4 matrix keypad: This device is used to enter commands to the microcontroller for the different phases of operations of the cold store. Figure (4) shows the twelve keys matrix keypad. Figure (4) twelve keys matrix keypad. D-25 Connector: This component is used to interface the computer to the electronic circuit. The D25 connecter is used to connect the microcontroller to the computer parallel port for programming. Figure(5) shows the pin outs of the female D-25 connecter. #* 0 97 8 64 5 31 2
  • 4. Cold Store Remote Control Using X-BEE technology International organization of Scientific Research 22 | P a g e Figure (5) The female D-25 connecter Lab link cable: The lab link cable is used to connect the computer to the microcontroller for downloading the ( .hex) file into the microcontroller. B. SOFTWARE: The software used is Bascom language . The downloading software is (Pony Prog) program. ALGORITHM The proposed computer algorithm includes a strict sequence of steps for the operation of the cold store . Similarly a reverse steps are to be conducted to shut down the cold store . Pressing key (0) initializes the system and clears all outputs. Pressing key (1) puts the system into operation remotely. Pressing key (2) shuts down the system remotely. Pressing key (*) ends the program. Equations (1) and (2) indicate the ON and OFF operations of the cold store . (Cold Store) ON = Σ (power)ON + (Compressor)ON + (Evaporator)ON …………….. (1) (Cold Store) OFF = Σ (Evaporator)OFF + (Compressor)OFF + (power)OFF ………… (2) The algorithm for the execution of the ON and shut down operations of the cold store is : Start Authorization: --- Enter authorization code from the keypad. --- If the cod is correct , then go to system operation. ---If the cod is incorrect , then access is denied and go to end of the program. System operation: --- If the (key pressed = 0) , then clear all outputs of the system. --- If the (key pressed = 1) , then activate the power supply of the cold store, activate the processor of the cold store , generate a thirty secinds delay . activate the evaporator of the cold store . --- If the (key pressed = 2), then put off the evaporator of the cold store , put off the processor of the cold store, put off the power supply of the cold store. --- If the (key pressed = *), then go to end of the program. --- Go to system operation. End. RESULTS Table (1) below shows the results of control commands in the system with the corresponding devices. Table (1) System commands and their correspondent action on the devices Pressed key Command Device Result 0 initialization Clear all outputs System is ready to operate 1 PUT ON the cold store remotely Power supply ON. Compressor ON. Delay (30 sec.). Evaporator ON. The system is in operation 2 Shut down the cold store remotely Evaporator OFF. Compressor OFF. Deactivate power. The system is shut down * End of the program -------------- Termination of the system operation. CONCLUSION A remote control is useful for the cold stores operations. The designed circuit makes use of the transmitted commands and hence it can be used for the remote control of the cold store . Security is essential to ensure that the system is accessible by the authorized personnel only. The microcontroller accepts the programmed code to operate the system. Non authorized codes to the system will be denied and the system does not respond to the commands.
  • 5. Cold Store Remote Control Using X-BEE technology International organization of Scientific Research 23 | P a g e REFERANCES [1] Manual on meat cold store operation and management By/Dr G. Cano-Muz ApriI.202008 http://www.fao.org/DOCREP/OO4/TOO98E/TOO98EOO.HTM [2] Remote control http://en.wikipedia.org/wiki/Remotecontrol April.1O.2008. [3] Radio control httpengineeringtalk.com/ March. 15.2008 [4] History of remote control http://www.modellbah nottcom/tqpage/ihistory.html March.5.2008