SlideShare a Scribd company logo
1 of 4
Download to read offline
IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org 
ISSN (e): 2250-3021, ISSN (p): 2278-8719 
Vol. 04, Issue 08 (August. 2014), ||V3|| PP 46-49 
International organization of Scientific Research 46 | P a g e 
Controlling a Cold Store Temperature Through a Mobile Phone 
Abdelrasoul Jabar Alzubaidi, Isam muhydeen 2 
1 Electronics Dept- Engineering College –Sudan University of science and Technology Rasoul46@live.com 2 Sudan Academy of Sciences (SAS); Council of Engineering Researches & Industrial Technologies essammuhiuddin@gmail.com Abstract: - Mobile phone has become familiar and necessary to everyone, and so become the remote control. Therefore, it would be wonderful to join these small devices in one function i.e. to use the mobile phone as a remote control. Here, a mobile phone is used to serve as a remote control for a co1d-store. The remote control system consists of two mobile phones, a dual tone multiple frequency decoder (DTMF) , a personal computer (PC) , a cold store, and a designed circuit. One mobile phone serves as a remote control, while the other is used to receive calls from the first one. When a call is received the tone is decoded by a DTMF decoder. The decoded signal 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 a mobile phone , wherever the mobile network is available. Keywords: - control system , PC , Mobile phone , DTMF , cold store. 
I. INTRODUCTION 
Systems are designed to perform different tasks according to the required functions. For executing such functions, the system has to be easy to operate, well designed and controlled. 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 technologies. The research is made use of cellular mobile technology to give flexibility to the system to be controlled remotely because of the wide spreading of technologies and the possibility of emerging such technology with other due to rapid growing of the applications. The exploit of existing wireless mobile networks in different applications normally leads to the systems emerging. This approach of remote control process improves the control system for better operation and performance to meet the recent requirements within reasonable limit of low economical cost and effective impact. 
II. APPROACH 
Analysis and design are the two principal phases, which are integrated together to build the circuit. Accordingly, analysis should be taken as a first step for evaluating the system and specifying the new requirements of each functional area of the devices that must be controlled. First of all, it is necessary to put all the general required points as main supports to depend on: 
 Analysis. 
 Determining the system behavior. 
 Specifying the functional areas 
 Building preliminary diagram as first phase of design. 
 Checking the overall diagram 
 Testing the designed system. 
 Modifications. 
Analysis is highly important phase to be firstly carried out in the system as it parts the system into subgroups. Analysis also consists of examining the requirements of subgroups to be very clear. According to the analysis procedures, the system behavior will be obvious, and shows the logical sequences of the control process. The logical sequences are being done according to the devices priority to show the consistency of devices in performing the operating process. All the subgroups which reflect the common characteristic and logical sequences are going to yield various functions that the system performs. Then the functional area of each device can be perceived easily and taken into account in the design phase. The more important thing in this phase is the well-specified overlapped functional areas in order to be well designed.
Controlling a Cold Store Temperature Through a Mobile Phone 
International organization of Scientific Research 47 | P a g e 
Then all the above points will show the main features of the developed system, and consequently it is easy to build preliminary diagram of the proposed design as shown in figure (1) for determining the following operations sequence : 
 Remote control of the power supply activation or shut down. 
 Compressor operation. 
 Two minutes delay. 
 Evaporator operation. 
Figure (1) block diagram of the system After that, the preliminary diagram should be checked to ensure that all the overlapped functional areas and the logical sequences of control signal are determined and specified in the right way. Testing phase is also very important to be made for all devices and functional areas to reflect devices role in system. The test can be grouped into following: 
 Integrating test: to show how all the two different technologies (Wireless cellular mobile communications and computer network) are well-interfaced to each other. 
 Acceptance test: shows that the overall system performs according to the requirements. 
Modifications process should be done to correct any mistakes that might take place in any phase . Modifications process is made for the improvements of the system to meet all the new requirements. 
III. SYSTEM COMPONENTS 
1. DTMF Decoder 
DTMF is short for Dual Tone Multi Frequency. It is a generic communication term for touch tone (a Registered Trademark of AT&T). The tones produced when dialing on the keypad on the phone could be used to represent the digits, and a separate tone is used for each digit. Pressing any key generate unique tone which consists of two different frequencies one each of higher and lower frequency range. The resultant tone is convolution of two frequencies . Figure 2 shows mobile keypad frequencies and table1 also shows tone frequency associated with a particular key. 
Figure 2 Phone keypad for DTMF generation [10] Each of these tones is composed of two pure sine waves of the low and high frequencies superimposed on each other. These two frequencies explicitly represent one of the digits on the telephone keypad. Thus generated signal can be expressed mathematically as follows: f ( t ) = AH sin( 2π fH t ) + AL sin( 2π fL t ) (1) Where; AH, AL are the amplitudes. fH, fL are the frequencies of high & low frequency range. The properties of DTMF tone frequencies are: 
 No frequency is an integer multiple of another. 
 The difference between any two frequencies does not equal any of the frequencies
Controlling a Cold Store Temperature Through a Mobile Phone 
International organization of Scientific Research 48 | P a g e 
 The sum of any two frequencies does not equal any of the frequencies 
2. PC Computer: 
PC computer hosts developed software using C++ programming language to control cutting machine. The PC computer is connected with 8870 DTMF decoder via parallel port inputs. The software dictates the processor to handle controlling process. A corresponding signal is then sent via the output pins of the parallel port to the HD74LS373 latch IC. 
3. HD74LS373 Latching IC: 
The HD74LS373 is eight bit is register IO mapped used as a buffer which stores signals for future use. 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. 
4. ULN 2001A 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. 5. cold store : The cold store is a chamber used for storage of food products. It is supplied with an a manual control panel. 
IV. ALGORITHM 
The proposed computer algorithm includes a strict sequence of steps for the operation of the cold store . Similarly reverse steps are to be conducted to shut down the cold store .The algorithm is ; Start --- Check the incoming mobile dial for authorization. - If authorized , continue processing. - If not authorized , deny access and wait for a mobile dial. --- Clear all controlled devices .The DTMF code is (0000)2 . --- Analyze the incoming code from the DTMF decoder. --- If the code is equal to (0001)2 , then activate the power supply of the cold store. --- If the code is equal to (0010)2 , then activate the processor of the cold store . --- If the code is equal to (0011)2 , then generate a two minutes delay . --- If the code is equal to (0100)2 , then activate the evaporator of the cold store . --- If the code is equal to (0101)2 , then put off the evaporator of the cold store . --- If the code is equal to (0110)2 , then put off the processor of the cold store. --- If the code is equal to (0111)2 , then put off the power supply of the cold store. End. 
V. RESULTS 
Following are the results are from implementing the proposed system. 
a. Results of Control commands in the system with correspondent devices: 
Table 1 System commands and their correspondent action on the devices 
Pressed key 
Command 
Device 
Result 
0 
Start 
Clear all devices 
initialization 
1 
Activate power 
Power supply 
Step1 
2 
Compressor ON 
Compressor 
Step2 
3 
delay 
-------------- 
Delay generation 
4 
Evaporator ON 
Evaporator 
Step4 
5 
Evaporator OFF 
Evaporator 
Step5 
6 
Compressor OFF 
Compressor 
Step6 
7 
Deactivate power 
Power supply 
Step7
Controlling a Cold Store Temperature Through a Mobile Phone 
International organization of Scientific Research 49 | P a g e 
VI. CONCLUSION 
A remote control is an electronic device used for the remote operation of a machine. The designed circuit make use of radio frequency to transmit the control signal and hence it can be used for control from almost anywhere at any time once the mobile phone ( GSM ,CDMA, etc) network is available. Using mobile phone as a remote control, we can control any devices before remotely. Security is essential to ensure that the system is accessible by the authorized personnel only. Non authorized commands to the system will be denied. 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] How Cell Phones Work April.22.2008 By/Julia Layton, Marshall Brain and Jeff Tyson http://www. howstuffworks.com/ceIl—phone. htm 
[3] Remote control http://en.wikipedia.org/wiki/Remotecontrol April.1O.2008. 
[4] Radio control httpengineeringtalk.com/ March. 15.2008 
[5] Remote control by phone http://apogeekits.com March.20.2008 
[6] History of remote control http://www.modellbah nottcom/tqpage/ihistory.html March.5.2008

More Related Content

What's hot

DTMF (Mobile) Based Automation
DTMF (Mobile) Based AutomationDTMF (Mobile) Based Automation
DTMF (Mobile) Based Automation
Yogesh Kumar
 

What's hot (20)

Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...Monitoring and Control System for Building Application Using Modbus Remote Te...
Monitoring and Control System for Building Application Using Modbus Remote Te...
 
Home automation using dtmf
Home automation using dtmfHome automation using dtmf
Home automation using dtmf
 
DTMF based load control
DTMF based load controlDTMF based load control
DTMF based load control
 
DTMF base Mobile controlled appliances control
DTMF base Mobile controlled  appliances controlDTMF base Mobile controlled  appliances control
DTMF base Mobile controlled appliances control
 
DTMF based Home Automation System
DTMF based Home Automation SystemDTMF based Home Automation System
DTMF based Home Automation System
 
control unit
control unitcontrol unit
control unit
 
Smart Door Lock System Using DTMF
Smart Door Lock System Using DTMFSmart Door Lock System Using DTMF
Smart Door Lock System Using DTMF
 
DTMF (Mobile) Based Automation
DTMF (Mobile) Based AutomationDTMF (Mobile) Based Automation
DTMF (Mobile) Based Automation
 
Unit 2 ca- control unit
Unit 2 ca- control unitUnit 2 ca- control unit
Unit 2 ca- control unit
 
The art of control systems 110915
The art of control systems 110915The art of control systems 110915
The art of control systems 110915
 
Project report on dtmf based door opening system
Project report on  dtmf based door opening systemProject report on  dtmf based door opening system
Project report on dtmf based door opening system
 
Micro Programmed Control Unit
Micro Programmed Control UnitMicro Programmed Control Unit
Micro Programmed Control Unit
 
Control unit
Control unitControl unit
Control unit
 
Dtmf based home automation system using microcontroller ppt
Dtmf based home automation system using microcontroller pptDtmf based home automation system using microcontroller ppt
Dtmf based home automation system using microcontroller ppt
 
Introduction to Digital Computer Control System
Introduction to Digital Computer Control SystemIntroduction to Digital Computer Control System
Introduction to Digital Computer Control System
 
Micro programmed control
Micro programmed controlMicro programmed control
Micro programmed control
 
Microcontroller remote controlling project
Microcontroller remote controlling projectMicrocontroller remote controlling project
Microcontroller remote controlling project
 
Home automation using dtmf decoder
Home automation using dtmf decoderHome automation using dtmf decoder
Home automation using dtmf decoder
 
Home automation control system using dtmf technology
Home automation control system using dtmf technologyHome automation control system using dtmf technology
Home automation control system using dtmf technology
 
DTMF based Home Applicance System
DTMF based Home Applicance SystemDTMF based Home Applicance System
DTMF based Home Applicance System
 

Similar to E04834649

Dtmf based appliances control system for rural and agricultural applications
Dtmf based appliances control system for rural and agricultural applicationsDtmf based appliances control system for rural and agricultural applications
Dtmf based appliances control system for rural and agricultural applications
Sa Saikiran
 
HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM
HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEMHOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM
HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM
paperpublications3
 

Similar to E04834649 (20)

C041121116
C041121116C041121116
C041121116
 
D041121722
D041121722D041121722
D041121722
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
Temperature monitoring and controling using arduino
Temperature monitoring and controling using arduinoTemperature monitoring and controling using arduino
Temperature monitoring and controling using arduino
 
Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...Implementation of Effective Switching System for Controlling Home and Office ...
Implementation of Effective Switching System for Controlling Home and Office ...
 
GSM CONTROL OF ELECTRICAL APPLIANCES
GSM CONTROL OF ELECTRICAL APPLIANCESGSM CONTROL OF ELECTRICAL APPLIANCES
GSM CONTROL OF ELECTRICAL APPLIANCES
 
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
 
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...
 
Dtmf based appliances control system for rural and agricultural applications
Dtmf based appliances control system for rural and agricultural applicationsDtmf based appliances control system for rural and agricultural applications
Dtmf based appliances control system for rural and agricultural applications
 
Embedded System
Embedded System Embedded System
Embedded System
 
E044081720
E044081720E044081720
E044081720
 
HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM
HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEMHOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM
HOME AUTOMATION WITH SPY ROBOT AND SECURITY SYSTEM
 
Dtmf based home appliance control
Dtmf based home appliance controlDtmf based home appliance control
Dtmf based home appliance control
 
Dtmf based home appliance control(1)
Dtmf based home appliance control(1)Dtmf based home appliance control(1)
Dtmf based home appliance control(1)
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
E010132736
E010132736E010132736
E010132736
 
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...Implementation of an Improved Microcontroller Based Moving Message Display Sy...
Implementation of an Improved Microcontroller Based Moving Message Display Sy...
 
I45015153
I45015153I45015153
I45015153
 

More from IOSR-JEN

More from 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
 

Recently uploaded

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
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
 

Recently uploaded (20)

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
 
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
 
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...
 
Boost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdfBoost Fertility New Invention Ups Success Rates.pdf
Boost Fertility New Invention Ups Success Rates.pdf
 
A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)A Domino Admins Adventures (Engage 2024)
A Domino Admins Adventures (Engage 2024)
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
Bajaj Allianz Life Insurance Company - Insurer Innovation Award 2024
 
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...Apidays New York 2024 - The value of a flexible API Management solution for O...
Apidays New York 2024 - The value of a flexible API Management solution for O...
 
GenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdfGenAI Risks & Security Meetup 01052024.pdf
GenAI Risks & Security Meetup 01052024.pdf
 
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, AdobeApidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
Apidays New York 2024 - Scaling API-first by Ian Reasor and Radu Cotescu, Adobe
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
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
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
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
 
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
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdfUnderstanding Discord NSFW Servers A Guide for Responsible Users.pdf
Understanding Discord NSFW Servers A Guide for Responsible Users.pdf
 

E04834649

  • 1. IOSR Journal of Engineering (IOSRJEN) www.iosrjen.org ISSN (e): 2250-3021, ISSN (p): 2278-8719 Vol. 04, Issue 08 (August. 2014), ||V3|| PP 46-49 International organization of Scientific Research 46 | P a g e Controlling a Cold Store Temperature Through a Mobile Phone Abdelrasoul Jabar Alzubaidi, Isam muhydeen 2 1 Electronics Dept- Engineering College –Sudan University of science and Technology Rasoul46@live.com 2 Sudan Academy of Sciences (SAS); Council of Engineering Researches & Industrial Technologies essammuhiuddin@gmail.com Abstract: - Mobile phone has become familiar and necessary to everyone, and so become the remote control. Therefore, it would be wonderful to join these small devices in one function i.e. to use the mobile phone as a remote control. Here, a mobile phone is used to serve as a remote control for a co1d-store. The remote control system consists of two mobile phones, a dual tone multiple frequency decoder (DTMF) , a personal computer (PC) , a cold store, and a designed circuit. One mobile phone serves as a remote control, while the other is used to receive calls from the first one. When a call is received the tone is decoded by a DTMF decoder. The decoded signal 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 a mobile phone , wherever the mobile network is available. Keywords: - control system , PC , Mobile phone , DTMF , cold store. I. INTRODUCTION Systems are designed to perform different tasks according to the required functions. For executing such functions, the system has to be easy to operate, well designed and controlled. 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 technologies. The research is made use of cellular mobile technology to give flexibility to the system to be controlled remotely because of the wide spreading of technologies and the possibility of emerging such technology with other due to rapid growing of the applications. The exploit of existing wireless mobile networks in different applications normally leads to the systems emerging. This approach of remote control process improves the control system for better operation and performance to meet the recent requirements within reasonable limit of low economical cost and effective impact. II. APPROACH Analysis and design are the two principal phases, which are integrated together to build the circuit. Accordingly, analysis should be taken as a first step for evaluating the system and specifying the new requirements of each functional area of the devices that must be controlled. First of all, it is necessary to put all the general required points as main supports to depend on:  Analysis.  Determining the system behavior.  Specifying the functional areas  Building preliminary diagram as first phase of design.  Checking the overall diagram  Testing the designed system.  Modifications. Analysis is highly important phase to be firstly carried out in the system as it parts the system into subgroups. Analysis also consists of examining the requirements of subgroups to be very clear. According to the analysis procedures, the system behavior will be obvious, and shows the logical sequences of the control process. The logical sequences are being done according to the devices priority to show the consistency of devices in performing the operating process. All the subgroups which reflect the common characteristic and logical sequences are going to yield various functions that the system performs. Then the functional area of each device can be perceived easily and taken into account in the design phase. The more important thing in this phase is the well-specified overlapped functional areas in order to be well designed.
  • 2. Controlling a Cold Store Temperature Through a Mobile Phone International organization of Scientific Research 47 | P a g e Then all the above points will show the main features of the developed system, and consequently it is easy to build preliminary diagram of the proposed design as shown in figure (1) for determining the following operations sequence :  Remote control of the power supply activation or shut down.  Compressor operation.  Two minutes delay.  Evaporator operation. Figure (1) block diagram of the system After that, the preliminary diagram should be checked to ensure that all the overlapped functional areas and the logical sequences of control signal are determined and specified in the right way. Testing phase is also very important to be made for all devices and functional areas to reflect devices role in system. The test can be grouped into following:  Integrating test: to show how all the two different technologies (Wireless cellular mobile communications and computer network) are well-interfaced to each other.  Acceptance test: shows that the overall system performs according to the requirements. Modifications process should be done to correct any mistakes that might take place in any phase . Modifications process is made for the improvements of the system to meet all the new requirements. III. SYSTEM COMPONENTS 1. DTMF Decoder DTMF is short for Dual Tone Multi Frequency. It is a generic communication term for touch tone (a Registered Trademark of AT&T). The tones produced when dialing on the keypad on the phone could be used to represent the digits, and a separate tone is used for each digit. Pressing any key generate unique tone which consists of two different frequencies one each of higher and lower frequency range. The resultant tone is convolution of two frequencies . Figure 2 shows mobile keypad frequencies and table1 also shows tone frequency associated with a particular key. Figure 2 Phone keypad for DTMF generation [10] Each of these tones is composed of two pure sine waves of the low and high frequencies superimposed on each other. These two frequencies explicitly represent one of the digits on the telephone keypad. Thus generated signal can be expressed mathematically as follows: f ( t ) = AH sin( 2π fH t ) + AL sin( 2π fL t ) (1) Where; AH, AL are the amplitudes. fH, fL are the frequencies of high & low frequency range. The properties of DTMF tone frequencies are:  No frequency is an integer multiple of another.  The difference between any two frequencies does not equal any of the frequencies
  • 3. Controlling a Cold Store Temperature Through a Mobile Phone International organization of Scientific Research 48 | P a g e  The sum of any two frequencies does not equal any of the frequencies 2. PC Computer: PC computer hosts developed software using C++ programming language to control cutting machine. The PC computer is connected with 8870 DTMF decoder via parallel port inputs. The software dictates the processor to handle controlling process. A corresponding signal is then sent via the output pins of the parallel port to the HD74LS373 latch IC. 3. HD74LS373 Latching IC: The HD74LS373 is eight bit is register IO mapped used as a buffer which stores signals for future use. 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. 4. ULN 2001A 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. 5. cold store : The cold store is a chamber used for storage of food products. It is supplied with an a manual control panel. IV. ALGORITHM The proposed computer algorithm includes a strict sequence of steps for the operation of the cold store . Similarly reverse steps are to be conducted to shut down the cold store .The algorithm is ; Start --- Check the incoming mobile dial for authorization. - If authorized , continue processing. - If not authorized , deny access and wait for a mobile dial. --- Clear all controlled devices .The DTMF code is (0000)2 . --- Analyze the incoming code from the DTMF decoder. --- If the code is equal to (0001)2 , then activate the power supply of the cold store. --- If the code is equal to (0010)2 , then activate the processor of the cold store . --- If the code is equal to (0011)2 , then generate a two minutes delay . --- If the code is equal to (0100)2 , then activate the evaporator of the cold store . --- If the code is equal to (0101)2 , then put off the evaporator of the cold store . --- If the code is equal to (0110)2 , then put off the processor of the cold store. --- If the code is equal to (0111)2 , then put off the power supply of the cold store. End. V. RESULTS Following are the results are from implementing the proposed system. a. Results of Control commands in the system with correspondent devices: Table 1 System commands and their correspondent action on the devices Pressed key Command Device Result 0 Start Clear all devices initialization 1 Activate power Power supply Step1 2 Compressor ON Compressor Step2 3 delay -------------- Delay generation 4 Evaporator ON Evaporator Step4 5 Evaporator OFF Evaporator Step5 6 Compressor OFF Compressor Step6 7 Deactivate power Power supply Step7
  • 4. Controlling a Cold Store Temperature Through a Mobile Phone International organization of Scientific Research 49 | P a g e VI. CONCLUSION A remote control is an electronic device used for the remote operation of a machine. The designed circuit make use of radio frequency to transmit the control signal and hence it can be used for control from almost anywhere at any time once the mobile phone ( GSM ,CDMA, etc) network is available. Using mobile phone as a remote control, we can control any devices before remotely. Security is essential to ensure that the system is accessible by the authorized personnel only. Non authorized commands to the system will be denied. 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] How Cell Phones Work April.22.2008 By/Julia Layton, Marshall Brain and Jeff Tyson http://www. howstuffworks.com/ceIl—phone. htm [3] Remote control http://en.wikipedia.org/wiki/Remotecontrol April.1O.2008. [4] Radio control httpengineeringtalk.com/ March. 15.2008 [5] Remote control by phone http://apogeekits.com March.20.2008 [6] History of remote control http://www.modellbah nottcom/tqpage/ihistory.html March.5.2008