SlideShare a Scribd company logo
1 of 8
Download to read offline
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

HARDWARE AND LOGIC IMPLEMENTATION OF
MULTIPLE ALARM SYSTEM FOR GSM BTS
ROOMS
Arifa Ferdousi1 and Sadeque Reza Khan2
1

Dept. of Computer Science and Engineering, Varendra University, Rajshahi, Bangladesh
2
Dept. of Electronic and Communication Engineering, NITK, India

ABSTRACT
Cellular communication becomes the major mode of communication in present century. With the
development of this phase of communication the globalization process is also in its peak of speed. The
development of cellular communication is largely depending on the improvement and stability of Base
Transceiver Station (BTS) room. So for the purpose of the development of cellular communication a large
numbered BTS rooms are installed throughout the world. To ensure proper support from BTS rooms there
must be a security system to avoid any unnecessary vulnerability. Therefore multiple alarm system is
designed to secure the BTS rooms from any undesired circumstances. This system is designed with a PIC
Microcontroller as a main controller and a several sensors are interfaced with it to provide high
temperature alarm, smoke alarm, door alarm and water alarm. All these alarms are interfaced with the
alarm box in the BTS room which provides the current status directly to Network Management Centre
(NMC) of a Global System for Mobile (GSM) communication network.

KEYWORDS
BTS, ADC, LM35DZ, Photoelectric Sensor, Reed Switch, Seven Segment Display, Opto-coupler.

1. INTRODUCTION
BTS rooms are generally sealed with sophisticated and obviously costly electrical and electronics
devices which need constant inspection to ensure that those devices are safe and operational [1].
Studying the location of these rooms it can be found that these rooms are located in such a
position where rain water, illegal human intrusion, fire and many other unexpected incidents can
occur. So remote monitoring is a must needed service for these rooms. An intelligent alarm
system can easily assist in this phenomenon by studying all the factors of keeping the room safe
from the unexpected situations. The system should be such that it can monitor room temperature
all the time and generates alarm when the temperature goes above the set temperature as the
ambient temperature requirement is -5˚C ~ +45˚C and is recommended to be always kept
between 15˚C ~ 30˚C [2]. It also can detect if any kind of smoke, hence a fire event occurs in the
room and ultimately generates an alarm. System is also equipped with sensors which can detect
any kind water seepage in the room. Any kind of human intrusion through the door can also be
easily tracked by this system. So in this project an intelligent alarm system is developed with 8-bit
40 pin PIC microcontroller IC 16F877A and combination of some sensors which generates alarms
for any unexpected intrusions and sends the alarms to the Network Management Centre (NMC)
[3] which is under Operation and Support Subsystem (OSS) [4] through an alarm box positioned
in BTS room.
DOI : 10.5121/ijitmc.2013.1406

53
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

2. PROJECTED SYSTEM
Proposed system is built with a main controller that is PIC microcontroller 16F877A and some
combination of sensors. This alarm system is designed such that illegal Human Intrusion can be
detected, water seepage be monitored, smoke/Fire alarm can be generated and room temperature
can be monitored via different sensors.

Figure 1. Proposed System.

3.Hardware Design
3.1. Control Module
The control module is built with a microcontroller IC. The central controller is Microchip
PIC16F877A. It consists of 40 I/O (Bi directional lines) with 25mA current in per pin and
operating voltage range of 2.0V to 5.5V [5], [6]. It also has eight channel built-in A/D converter,
serial communication and data EEPROM.

3.2. Temperature Sensor
The LM35 is an integrated circuit sensor that can be used to measure temperature with an
electrical output proportional to the Celsius (Centigrade) temperature [7]. Temperature is directly
measured by the AN0 pin of microcontroller IC. The value of temperature from the sensor is
calculated from the given equation 1. If the temperature value is less than the value preset is
EEPROM0 then it is assumed as normal temperature. Again the temperature is greater than the
value of EEPROM0 then it is alert temperature and for the temperature that is greater than the
value in EEPROM1 the status is danger temperature.
54
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

Temperature = (ADC0 (AN0) * 4 /8) oC................................ Eqn.1
If Temperature < Temperature (EEPROM0): Normal Temperature
If Temperature > Temperature (EEPROM0): Alert Temperature
If Temperature > Temperature (EEPROM2): Danger Temperature

Figure 2. Pin Configuration and Connection diagram of LM35DZ

3.3. Water Alarm Section
Water alarm is necessary in a BTS room to keep it away from flood. As water is harmful for the
sophisticated electronics components in BTS room so whenever water inserts in the floor of BTS
room it is necessary to be informed to the authority to take essential steps. A water alarm section
can be easily designed by using a transistor [8] shown in figure 3. Only two wires will come out
from the controller to the floor of BTS room to give a sense of presence of water to the main
controller. This section can also be designed with an Ultrasound Sensor [9] but the sensor is
costly enough to implement in this controller.

Figure 3. Water Alarm Circuit

Figure 4. Placement of Wires Coming from Controller to Floor of BTS

55
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

3.4. Smoke/ Fire Alarm Section
Fire detection systems available currently are primarily smoke detectors [10]. The combination of
the rates of rise of smoke and either carbon monoxide or carbon dioxide concentration provides a
potential fire alarm algorithm to increase the reliability of smoke detectors, and to reduce the time
to alarm. Photoelectric sensors are mostly used in smoke detectors as a precise means of sensing.
Photoelectric sensor technology relies on an electric current that produces a beam of light [11].
When the beam of light is interrupted, an alarm sounds. Photoelectric sensors detect slow,
smouldering, smoky fires more quickly than other technologies. These detectors contain a light
source and a light-sensitive electric cell. Smoke particles in the detector deflect the light onto the
photoelectric cell, thus generating a current and triggering the alarm. For this project a smoke
detector of renowned company is used where the sensing is taken directly from the sensor and
interfaced into the controller.

Figure 5. Internal structure of smoke alarm device and wall mounted sensor device

3.5. Door Alarm Section
Door alarm is developed with a Reed switch [12] and a permanent magnet. Permanent magnet is
installed in the moving part of the door and Reed switch is in the fixed part of the door. So when
ever door is opened a sense will go to the controller to generate alarm. The sense is taken by the
controller through an opto-coupler.

Figure 6. Reed Switch and circuit for taking the sense from reed switch to PIC

56
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

Figure 7. Implementation of door sensor

4. LOGIC DEVELOPMENT
“Flowcode Ver. 5”, advanced simulation software is used to develop this project. It is a kind of
software which has made the programming easy and more accurate rather than other old
PICmicro chip software’s by using the highest level of programming [13], [14]. For this project
the component macros Analog to Digital Converter, Seven Segment Display, Switch, LED and
EEPROM are used in the following software which is shown in figure 8. The software Flowcode
Ver. 5 provides a real time simulation which helps a lot in developing this project before going to
practical hardware.

Figure 8. Simulation Pannel

4.1 LOGIC FLOW CHART
Initially declare variables for all the sensors and read preset values from EEPROM to those
variables. If the set switch is pressed then enter in to the settings micro and change the necessary
entities and store those data in to the EEPROM. Now check ADC0 pin for any change in the
Temperature and other sensor connected ports as well. If there is any unexpected occurrence
identified then controller will send alarm to the relevant port of the alarm box.

57
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

Figure 9. Logical flowchart

5. CIRCUIT DIAGRAM
PIC16F877A is used as the main controller where Seven Segment is connected in the PORT B
and its common pins are controlled by PORT D. Sensors are connected in RC5, RC6, RC7 and
the only ADC is used for temperature sensor and that is connected in AN0. Setting switches are
connected in PORT D and Port C. Here some pins of port D and Port C are used to control the
relays which are providing the sense to the alarm box. The program is inserted into the PIC by
using a software and programmer called USBurn.

58
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

Figure 10. Implemented Circuit Diagram.

6. RESULT

Figure 11. Alarm Controller and Its Connection Ports.

Figure 12: Alarm Circuit testing using LCD and PIC 16F876A

In figure 11 a complete controller is shown which is installed in a BTS site and also its port
diagram. In figure 12 a complete alarm circuit is shown where a LCD interface is used and here
16F876A is used for testing different alarms.

59
International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013

7. CONCLUSION
Safety of the BTS room is a serious issue over the years as most of the BTS rooms are located in
remote places and all of them contain costly and sophisticated equipments. So this designed
controller offers a robust safety feature for the BTS room. The 10 bit ADC can give an accurate
temperature value which can secure the BTS room from any kind of fire oriented disaster along
with the smoke alarm system. For smoke alarm highly sensitive photoelectric sensor based
system is used which can give alarm for any kind of sudden smoke sense. For water and door
alarm section locally developed sensors are used but their performance is satisfactory and reliable
as well. This whole system is low cost so can be affordable as well.

REFERENCES
[1]
[2]
[3]
[4]
[5]
[6]
[7]
[8]

[9]

[10]
[11]
[12]
[13]
[14]

Alarm System,http://www.pilabsbd.com/index.php/products/telecommunication/alarm-system
ZXG10-BTS(V1A)Base
Trasnceiver
Station
Maintanance
Manual,http://www.scribd.com/doc/6568188/ZXG10-BTSV1AMaintenance-Manual
Network
Management
Center,http://tutorials.telecomseva.com/index.php/2012/01/networkmanagement-centre-nmc/
GSM:Network Architecture,http://www0.cs.ucl.ac.uk/staff/t.pagtzis/wireless/gsm/arch.html
PIC16F877A,February
2012
[Online].Available:http://www.microchip.com/wwwproducts/Devices.aspx
PIC 40 Pin 20MHz 8K 8 A/D-16F877A,https://www.sparkfun.com/products/226
LM35,“Precision Centigrade Temperature Sensors”,Natinal Semiconductor, November 2000.
Kavita Jindal,Kavita Singh,“Hardware and Software based Water level controller system using
Microcontroller” International Journal of Science Technology & Management, Vol.2,Issue 2,April
2011.
S.JATMIKO,A.B.MUTIARA,M.INDRIATI“PROTOTYPE OF WATER LEVEL DETECTION
SYSTEM WITH WIRELESS” Journal of Theoretical and Applied Information Technology,15th
March 2012. Vol. 37 No.1.
Shin-Juh Chen,Chris Hovde1,Kristen A.Peterson1,André Marshall“Fire detection using smoke and
gas sensors” Fire Safety Journal,Paper No.1298,Manuscript No. U161.
How smoke detector works,http://www.epa.gov/rpdweb00/sources/smoke_howdo.html
Reed switches,https://www.comus-intl.com/productpages/reed_switches_us.asp
Bart Huyskens,“AN INTRODUCTION TO MICROCONTROLLER PROGRAMMING V1.0”.
Flowcode 4 ,11 January,2012,[online],Available:http://www.matrixmultimedia.com/flowcode4ax.php.

Authors
Arifa Ferdousi
Arifa Ferdousi received B.Sc. and M.Sc. degree in ICE from University of Rajshahi,
Bangladesh, in the year of 2007 and 2009 respectively. Currently she is working as a
lecturer in the department of CSE in Varendra University, Rajshahi, Bangladesh. Her
research interest includes electronics system designing, OFDM, Advanced LTE Wi-Max
and Bangla speech recognition system using Neural Network. She is the member of
Bangladesh
Electronic
Society(BES).
Sadeque Reza Khan
Sadeque Reza Khan received B.Sc. degree in Electronics and Telecommunication
Engineering from University of Liberal Arts Bangladesh and continuing his M.Tech in
VLSI from National Institute of Technology Karnataka (NITK), India. Currently he is in
study leave from his Institution where he was working as a lecturer in the department of
Electrical and Electronic Engineering in Prime University, Bangladesh. His research
interest includes VLSI, Microelectronics, Control System Designing and Embedded
System Designing.
60

More Related Content

What's hot

Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...paperpublications3
 
IRJET - Solar based Smart Poultry Monitering System using IoT
IRJET - 	  Solar based Smart Poultry Monitering System using IoTIRJET - 	  Solar based Smart Poultry Monitering System using IoT
IRJET - Solar based Smart Poultry Monitering System using IoTIRJET Journal
 
Automatic irrigation system using Arduino
Automatic irrigation system using ArduinoAutomatic irrigation system using Arduino
Automatic irrigation system using ArduinoBalajiK109
 
IEEE Embedded Linux
IEEE Embedded LinuxIEEE Embedded Linux
IEEE Embedded LinuxMohamed K
 
Realtime wether station for monitoring and control of agricultre
Realtime wether station for monitoring and control of agricultreRealtime wether station for monitoring and control of agricultre
Realtime wether station for monitoring and control of agricultreBhushan Deore
 
IRJET- Voice Based Home Automation System using Raspberry Pi
IRJET-  	  Voice Based Home Automation System using Raspberry PiIRJET-  	  Voice Based Home Automation System using Raspberry Pi
IRJET- Voice Based Home Automation System using Raspberry PiIRJET Journal
 
Industrial monitoring and control system using android application
Industrial monitoring and control system using android applicationIndustrial monitoring and control system using android application
Industrial monitoring and control system using android applicationAvinash Vemula
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET Journal
 
Security Robot
Security RobotSecurity Robot
Security Robotdiego5wh
 
Security system using Arduino
Security system using ArduinoSecurity system using Arduino
Security system using ArduinoApoorv Anand
 
Industrial monitoring and control systems using andriod application
Industrial monitoring and control systems using andriod applicationIndustrial monitoring and control systems using andriod application
Industrial monitoring and control systems using andriod applicationAvinash Vemula
 
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 SYSTEMpaperpublications3
 
Victim tracker ppt
Victim tracker pptVictim tracker ppt
Victim tracker pptRitika Garg
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking systemArjun Singh
 
Mine workers protection slides
Mine workers protection slidesMine workers protection slides
Mine workers protection slidesArya Ls
 
A ZigBee Based Wireless Sensor Network for an Agricultural Environment
A ZigBee Based Wireless Sensor Network for an Agricultural EnvironmentA ZigBee Based Wireless Sensor Network for an Agricultural Environment
A ZigBee Based Wireless Sensor Network for an Agricultural Environmentijsrd.com
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring systemIRJET Journal
 
Humidity & Temperature monitoring using arduino
Humidity & Temperature monitoring using arduinoHumidity & Temperature monitoring using arduino
Humidity & Temperature monitoring using arduinoMuhammadJaved191
 
14983184 industrial-security-system-using-auto-dialer
14983184 industrial-security-system-using-auto-dialer14983184 industrial-security-system-using-auto-dialer
14983184 industrial-security-system-using-auto-dialera_subramaniyam
 

What's hot (20)

Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
Design and Implementation of an Intelligent System to Prevent Grain Loss Due ...
 
IRJET - Solar based Smart Poultry Monitering System using IoT
IRJET - 	  Solar based Smart Poultry Monitering System using IoTIRJET - 	  Solar based Smart Poultry Monitering System using IoT
IRJET - Solar based Smart Poultry Monitering System using IoT
 
Automatic irrigation system using Arduino
Automatic irrigation system using ArduinoAutomatic irrigation system using Arduino
Automatic irrigation system using Arduino
 
IEEE Embedded Linux
IEEE Embedded LinuxIEEE Embedded Linux
IEEE Embedded Linux
 
Realtime wether station for monitoring and control of agricultre
Realtime wether station for monitoring and control of agricultreRealtime wether station for monitoring and control of agricultre
Realtime wether station for monitoring and control of agricultre
 
IRJET- Voice Based Home Automation System using Raspberry Pi
IRJET-  	  Voice Based Home Automation System using Raspberry PiIRJET-  	  Voice Based Home Automation System using Raspberry Pi
IRJET- Voice Based Home Automation System using Raspberry Pi
 
Industrial monitoring and control system using android application
Industrial monitoring and control system using android applicationIndustrial monitoring and control system using android application
Industrial monitoring and control system using android application
 
IRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless SystemIRJET- Building Monitoring using Wireless System
IRJET- Building Monitoring using Wireless System
 
Security Robot
Security RobotSecurity Robot
Security Robot
 
Security system using Arduino
Security system using ArduinoSecurity system using Arduino
Security system using Arduino
 
Industrial monitoring and control systems using andriod application
Industrial monitoring and control systems using andriod applicationIndustrial monitoring and control systems using andriod application
Industrial monitoring and control systems using andriod application
 
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
 
Victim tracker ppt
Victim tracker pptVictim tracker ppt
Victim tracker ppt
 
Password based door locking system
Password based door locking systemPassword based door locking system
Password based door locking system
 
M1103047984
M1103047984M1103047984
M1103047984
 
Mine workers protection slides
Mine workers protection slidesMine workers protection slides
Mine workers protection slides
 
A ZigBee Based Wireless Sensor Network for an Agricultural Environment
A ZigBee Based Wireless Sensor Network for an Agricultural EnvironmentA ZigBee Based Wireless Sensor Network for an Agricultural Environment
A ZigBee Based Wireless Sensor Network for an Agricultural Environment
 
GSM based agriculture monitoring system
GSM based agriculture monitoring systemGSM based agriculture monitoring system
GSM based agriculture monitoring system
 
Humidity & Temperature monitoring using arduino
Humidity & Temperature monitoring using arduinoHumidity & Temperature monitoring using arduino
Humidity & Temperature monitoring using arduino
 
14983184 industrial-security-system-using-auto-dialer
14983184 industrial-security-system-using-auto-dialer14983184 industrial-security-system-using-auto-dialer
14983184 industrial-security-system-using-auto-dialer
 

Viewers also liked

Adaptive tracking control of sprott h system
Adaptive tracking control of sprott h systemAdaptive tracking control of sprott h system
Adaptive tracking control of sprott h systemZac Darcy
 
An electronic switch sensor with a point to-point intrusive monitoring system
An electronic switch sensor with a point to-point intrusive monitoring systemAn electronic switch sensor with a point to-point intrusive monitoring system
An electronic switch sensor with a point to-point intrusive monitoring systemZac Darcy
 
Harmonics analysis of four switch three phase inverter
Harmonics analysis of four switch three phase inverterHarmonics analysis of four switch three phase inverter
Harmonics analysis of four switch three phase inverterZac Darcy
 
A derivative free high ordered hybrid equation solver
A derivative free high ordered hybrid equation solverA derivative free high ordered hybrid equation solver
A derivative free high ordered hybrid equation solverZac Darcy
 
Anatomi dan fisiologi tht kl
Anatomi dan fisiologi tht klAnatomi dan fisiologi tht kl
Anatomi dan fisiologi tht klSry Surniaty
 
Danhgia quatrinhthuchien
Danhgia quatrinhthuchienDanhgia quatrinhthuchien
Danhgia quatrinhthuchienquockhanh180891
 
A key management approach for wireless sensor networks
A key management approach for wireless sensor networksA key management approach for wireless sensor networks
A key management approach for wireless sensor networksZac Darcy
 
A new approach to analyze visual secret sharing schemes for biometric authent...
A new approach to analyze visual secret sharing schemes for biometric authent...A new approach to analyze visual secret sharing schemes for biometric authent...
A new approach to analyze visual secret sharing schemes for biometric authent...ijfcstjournal
 
The basic of educational research sampling & population
The basic of educational research sampling & populationThe basic of educational research sampling & population
The basic of educational research sampling & populationAzlinda Ashaary
 
Tips animasi di chart & grafik dalam powerpoint
Tips animasi di chart & grafik dalam powerpointTips animasi di chart & grafik dalam powerpoint
Tips animasi di chart & grafik dalam powerpointMujaahid Abdul Hafiizh
 
Flyer do Catálogo Oriflame 14 2014
Flyer do Catálogo Oriflame 14 2014Flyer do Catálogo Oriflame 14 2014
Flyer do Catálogo Oriflame 14 2014Oriflame Portugal
 
Alcanzando el corazón de tus hijos
Alcanzando el corazón de tus hijosAlcanzando el corazón de tus hijos
Alcanzando el corazón de tus hijosCiudad Educativa
 
Tc2 p atricia_zambrano
Tc2 p atricia_zambranoTc2 p atricia_zambrano
Tc2 p atricia_zambranopatucamanduca
 
Programação REcine 2012
Programação REcine 2012Programação REcine 2012
Programação REcine 2012elfifenske
 

Viewers also liked (20)

Adaptive tracking control of sprott h system
Adaptive tracking control of sprott h systemAdaptive tracking control of sprott h system
Adaptive tracking control of sprott h system
 
An electronic switch sensor with a point to-point intrusive monitoring system
An electronic switch sensor with a point to-point intrusive monitoring systemAn electronic switch sensor with a point to-point intrusive monitoring system
An electronic switch sensor with a point to-point intrusive monitoring system
 
Harmonics analysis of four switch three phase inverter
Harmonics analysis of four switch three phase inverterHarmonics analysis of four switch three phase inverter
Harmonics analysis of four switch three phase inverter
 
A derivative free high ordered hybrid equation solver
A derivative free high ordered hybrid equation solverA derivative free high ordered hybrid equation solver
A derivative free high ordered hybrid equation solver
 
Anatomi dan fisiologi tht kl
Anatomi dan fisiologi tht klAnatomi dan fisiologi tht kl
Anatomi dan fisiologi tht kl
 
Danhgia quatrinhthuchien
Danhgia quatrinhthuchienDanhgia quatrinhthuchien
Danhgia quatrinhthuchien
 
Danhgia sanphamhocsinh
Danhgia sanphamhocsinhDanhgia sanphamhocsinh
Danhgia sanphamhocsinh
 
Danhgia nhucauhocsinh
Danhgia nhucauhocsinhDanhgia nhucauhocsinh
Danhgia nhucauhocsinh
 
A key management approach for wireless sensor networks
A key management approach for wireless sensor networksA key management approach for wireless sensor networks
A key management approach for wireless sensor networks
 
A new approach to analyze visual secret sharing schemes for biometric authent...
A new approach to analyze visual secret sharing schemes for biometric authent...A new approach to analyze visual secret sharing schemes for biometric authent...
A new approach to analyze visual secret sharing schemes for biometric authent...
 
The basic of educational research sampling & population
The basic of educational research sampling & populationThe basic of educational research sampling & population
The basic of educational research sampling & population
 
INVESTIGACION
 INVESTIGACION INVESTIGACION
INVESTIGACION
 
Tips animasi di chart & grafik dalam powerpoint
Tips animasi di chart & grafik dalam powerpointTips animasi di chart & grafik dalam powerpoint
Tips animasi di chart & grafik dalam powerpoint
 
Flyer do Catálogo Oriflame 14 2014
Flyer do Catálogo Oriflame 14 2014Flyer do Catálogo Oriflame 14 2014
Flyer do Catálogo Oriflame 14 2014
 
Alcanzando el corazón de tus hijos
Alcanzando el corazón de tus hijosAlcanzando el corazón de tus hijos
Alcanzando el corazón de tus hijos
 
Tc2 p atricia_zambrano
Tc2 p atricia_zambranoTc2 p atricia_zambrano
Tc2 p atricia_zambrano
 
Presentacion boroscopio
Presentacion boroscopioPresentacion boroscopio
Presentacion boroscopio
 
Poemario
PoemarioPoemario
Poemario
 
Spam
SpamSpam
Spam
 
Programação REcine 2012
Programação REcine 2012Programação REcine 2012
Programação REcine 2012
 

Similar to Hardware and logic implementation of multiple alarm system for gsm bts rooms

GSM Based Fire Security System
GSM Based Fire Security SystemGSM Based Fire Security System
GSM Based Fire Security Systemijtsrd
 
Embedded Tsunami Warning System
Embedded Tsunami Warning System Embedded Tsunami Warning System
Embedded Tsunami Warning System cscpconf
 
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 Industryijsrd.com
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIRJET Journal
 
Remote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageRemote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageNooria Sukmaningtyas
 
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORMDATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORMIRJET Journal
 
Annunciator for Hazard Prevention & Temperature Control
Annunciator for Hazard Prevention & Temperature ControlAnnunciator for Hazard Prevention & Temperature Control
Annunciator for Hazard Prevention & Temperature ControlIOSR Journals
 
IoT Based Fire Alarm and Monitoring System
IoT Based Fire Alarm and Monitoring SystemIoT Based Fire Alarm and Monitoring System
IoT Based Fire Alarm and Monitoring SystemSaumya Tiwari
 
Microcontroller Based Temperature Monitoring and Controlling System using XBe...
Microcontroller Based Temperature Monitoring and Controlling System using XBe...Microcontroller Based Temperature Monitoring and Controlling System using XBe...
Microcontroller Based Temperature Monitoring and Controlling System using XBe...ijtsrd
 
Overheat and smoke detection with gsm
Overheat and smoke detection with gsmOverheat and smoke detection with gsm
Overheat and smoke detection with gsmVishal Kumar
 
Design and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemDesign and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemIJERA Editor
 
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...IJERA Editor
 
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...BRNSSPublicationHubI
 
Microcontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement SystemMicrocontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement Systemijtsrd
 
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET Journal
 

Similar to Hardware and logic implementation of multiple alarm system for gsm bts rooms (20)

GSM Based Fire Security System
GSM Based Fire Security SystemGSM Based Fire Security System
GSM Based Fire Security System
 
4. 8484 1-pb
4. 8484 1-pb4. 8484 1-pb
4. 8484 1-pb
 
Embedded Tsunami Warning System
Embedded Tsunami Warning System Embedded Tsunami Warning System
Embedded Tsunami Warning System
 
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
 
M44096368
M44096368M44096368
M44096368
 
Integrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of AppliancesIntegrated Security System With Remot Controlling Of Appliances
Integrated Security System With Remot Controlling Of Appliances
 
Remote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short MessageRemote Monitoring System for Communication Base Based on Short Message
Remote Monitoring System for Communication Base Based on Short Message
 
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORMDATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
DATA ACQUISITION AND ALERT SYSTEM USING BLYNK PLATFORM
 
B41012015
B41012015B41012015
B41012015
 
Annunciator for Hazard Prevention & Temperature Control
Annunciator for Hazard Prevention & Temperature ControlAnnunciator for Hazard Prevention & Temperature Control
Annunciator for Hazard Prevention & Temperature Control
 
IoT Based Fire Alarm and Monitoring System
IoT Based Fire Alarm and Monitoring SystemIoT Based Fire Alarm and Monitoring System
IoT Based Fire Alarm and Monitoring System
 
Microcontroller Based Temperature Monitoring and Controlling System using XBe...
Microcontroller Based Temperature Monitoring and Controlling System using XBe...Microcontroller Based Temperature Monitoring and Controlling System using XBe...
Microcontroller Based Temperature Monitoring and Controlling System using XBe...
 
Overheat and smoke detection with gsm
Overheat and smoke detection with gsmOverheat and smoke detection with gsm
Overheat and smoke detection with gsm
 
Design and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory SystemDesign and Implementation of Real Time Remote Supervisory System
Design and Implementation of Real Time Remote Supervisory System
 
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...
 
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
Smart Monitoring System for Substation’ Parameters and Automatic under Freque...
 
Iot based fire alarm system
Iot based fire alarm systemIot based fire alarm system
Iot based fire alarm system
 
Microcontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement SystemMicrocontroller Based Room Temperature and Humidity Measurement System
Microcontroller Based Room Temperature and Humidity Measurement System
 
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...IRJET-  	  Heart Attack Detection by Heartbeat Sensing using Internet of thin...
IRJET- Heart Attack Detection by Heartbeat Sensing using Internet of thin...
 
125910167
125910167125910167
125910167
 

Recently uploaded

Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityWSO2
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Jeffrey Haguewood
 
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...DianaGray10
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontologyjohnbeverley2021
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxRemote DBA Services
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Zilliz
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Orbitshub
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century educationjfdjdjcjdnsjd
 
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 WorkerThousandEyes
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusZilliz
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Bhuvaneswari Subramani
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProduct Anonymous
 
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.pdfsudhanshuwaghmare1
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Victor Rentea
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDropbox
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdfSandro Moreira
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodJuan lago vázquez
 
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 DiscoveryTrustArc
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyKhushali Kathiriya
 

Recently uploaded (20)

Platformless Horizons for Digital Adaptability
Platformless Horizons for Digital AdaptabilityPlatformless Horizons for Digital Adaptability
Platformless Horizons for Digital Adaptability
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
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...
 
Six Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal OntologySix Myths about Ontologies: The Basics of Formal Ontology
Six Myths about Ontologies: The Basics of Formal Ontology
 
Vector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptxVector Search -An Introduction in Oracle Database 23ai.pptx
Vector Search -An Introduction in Oracle Database 23ai.pptx
 
Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)Introduction to Multilingual Retrieval Augmented Generation (RAG)
Introduction to Multilingual Retrieval Augmented Generation (RAG)
 
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
Navigating the Deluge_ Dubai Floods and the Resilience of Dubai International...
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
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
 
Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​Elevate Developer Efficiency & build GenAI Application with Amazon Q​
Elevate Developer Efficiency & build GenAI Application with Amazon Q​
 
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemkeProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
ProductAnonymous-April2024-WinProductDiscovery-MelissaKlemke
 
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
 
Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..Understanding the FAA Part 107 License ..
Understanding the FAA Part 107 License ..
 
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024Finding Java's Hidden Performance Traps @ DevoxxUK 2024
Finding Java's Hidden Performance Traps @ DevoxxUK 2024
 
DBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor PresentationDBX First Quarter 2024 Investor Presentation
DBX First Quarter 2024 Investor Presentation
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
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
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 

Hardware and logic implementation of multiple alarm system for gsm bts rooms

  • 1. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 HARDWARE AND LOGIC IMPLEMENTATION OF MULTIPLE ALARM SYSTEM FOR GSM BTS ROOMS Arifa Ferdousi1 and Sadeque Reza Khan2 1 Dept. of Computer Science and Engineering, Varendra University, Rajshahi, Bangladesh 2 Dept. of Electronic and Communication Engineering, NITK, India ABSTRACT Cellular communication becomes the major mode of communication in present century. With the development of this phase of communication the globalization process is also in its peak of speed. The development of cellular communication is largely depending on the improvement and stability of Base Transceiver Station (BTS) room. So for the purpose of the development of cellular communication a large numbered BTS rooms are installed throughout the world. To ensure proper support from BTS rooms there must be a security system to avoid any unnecessary vulnerability. Therefore multiple alarm system is designed to secure the BTS rooms from any undesired circumstances. This system is designed with a PIC Microcontroller as a main controller and a several sensors are interfaced with it to provide high temperature alarm, smoke alarm, door alarm and water alarm. All these alarms are interfaced with the alarm box in the BTS room which provides the current status directly to Network Management Centre (NMC) of a Global System for Mobile (GSM) communication network. KEYWORDS BTS, ADC, LM35DZ, Photoelectric Sensor, Reed Switch, Seven Segment Display, Opto-coupler. 1. INTRODUCTION BTS rooms are generally sealed with sophisticated and obviously costly electrical and electronics devices which need constant inspection to ensure that those devices are safe and operational [1]. Studying the location of these rooms it can be found that these rooms are located in such a position where rain water, illegal human intrusion, fire and many other unexpected incidents can occur. So remote monitoring is a must needed service for these rooms. An intelligent alarm system can easily assist in this phenomenon by studying all the factors of keeping the room safe from the unexpected situations. The system should be such that it can monitor room temperature all the time and generates alarm when the temperature goes above the set temperature as the ambient temperature requirement is -5˚C ~ +45˚C and is recommended to be always kept between 15˚C ~ 30˚C [2]. It also can detect if any kind of smoke, hence a fire event occurs in the room and ultimately generates an alarm. System is also equipped with sensors which can detect any kind water seepage in the room. Any kind of human intrusion through the door can also be easily tracked by this system. So in this project an intelligent alarm system is developed with 8-bit 40 pin PIC microcontroller IC 16F877A and combination of some sensors which generates alarms for any unexpected intrusions and sends the alarms to the Network Management Centre (NMC) [3] which is under Operation and Support Subsystem (OSS) [4] through an alarm box positioned in BTS room. DOI : 10.5121/ijitmc.2013.1406 53
  • 2. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 2. PROJECTED SYSTEM Proposed system is built with a main controller that is PIC microcontroller 16F877A and some combination of sensors. This alarm system is designed such that illegal Human Intrusion can be detected, water seepage be monitored, smoke/Fire alarm can be generated and room temperature can be monitored via different sensors. Figure 1. Proposed System. 3.Hardware Design 3.1. Control Module The control module is built with a microcontroller IC. The central controller is Microchip PIC16F877A. It consists of 40 I/O (Bi directional lines) with 25mA current in per pin and operating voltage range of 2.0V to 5.5V [5], [6]. It also has eight channel built-in A/D converter, serial communication and data EEPROM. 3.2. Temperature Sensor The LM35 is an integrated circuit sensor that can be used to measure temperature with an electrical output proportional to the Celsius (Centigrade) temperature [7]. Temperature is directly measured by the AN0 pin of microcontroller IC. The value of temperature from the sensor is calculated from the given equation 1. If the temperature value is less than the value preset is EEPROM0 then it is assumed as normal temperature. Again the temperature is greater than the value of EEPROM0 then it is alert temperature and for the temperature that is greater than the value in EEPROM1 the status is danger temperature. 54
  • 3. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 Temperature = (ADC0 (AN0) * 4 /8) oC................................ Eqn.1 If Temperature < Temperature (EEPROM0): Normal Temperature If Temperature > Temperature (EEPROM0): Alert Temperature If Temperature > Temperature (EEPROM2): Danger Temperature Figure 2. Pin Configuration and Connection diagram of LM35DZ 3.3. Water Alarm Section Water alarm is necessary in a BTS room to keep it away from flood. As water is harmful for the sophisticated electronics components in BTS room so whenever water inserts in the floor of BTS room it is necessary to be informed to the authority to take essential steps. A water alarm section can be easily designed by using a transistor [8] shown in figure 3. Only two wires will come out from the controller to the floor of BTS room to give a sense of presence of water to the main controller. This section can also be designed with an Ultrasound Sensor [9] but the sensor is costly enough to implement in this controller. Figure 3. Water Alarm Circuit Figure 4. Placement of Wires Coming from Controller to Floor of BTS 55
  • 4. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 3.4. Smoke/ Fire Alarm Section Fire detection systems available currently are primarily smoke detectors [10]. The combination of the rates of rise of smoke and either carbon monoxide or carbon dioxide concentration provides a potential fire alarm algorithm to increase the reliability of smoke detectors, and to reduce the time to alarm. Photoelectric sensors are mostly used in smoke detectors as a precise means of sensing. Photoelectric sensor technology relies on an electric current that produces a beam of light [11]. When the beam of light is interrupted, an alarm sounds. Photoelectric sensors detect slow, smouldering, smoky fires more quickly than other technologies. These detectors contain a light source and a light-sensitive electric cell. Smoke particles in the detector deflect the light onto the photoelectric cell, thus generating a current and triggering the alarm. For this project a smoke detector of renowned company is used where the sensing is taken directly from the sensor and interfaced into the controller. Figure 5. Internal structure of smoke alarm device and wall mounted sensor device 3.5. Door Alarm Section Door alarm is developed with a Reed switch [12] and a permanent magnet. Permanent magnet is installed in the moving part of the door and Reed switch is in the fixed part of the door. So when ever door is opened a sense will go to the controller to generate alarm. The sense is taken by the controller through an opto-coupler. Figure 6. Reed Switch and circuit for taking the sense from reed switch to PIC 56
  • 5. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 Figure 7. Implementation of door sensor 4. LOGIC DEVELOPMENT “Flowcode Ver. 5”, advanced simulation software is used to develop this project. It is a kind of software which has made the programming easy and more accurate rather than other old PICmicro chip software’s by using the highest level of programming [13], [14]. For this project the component macros Analog to Digital Converter, Seven Segment Display, Switch, LED and EEPROM are used in the following software which is shown in figure 8. The software Flowcode Ver. 5 provides a real time simulation which helps a lot in developing this project before going to practical hardware. Figure 8. Simulation Pannel 4.1 LOGIC FLOW CHART Initially declare variables for all the sensors and read preset values from EEPROM to those variables. If the set switch is pressed then enter in to the settings micro and change the necessary entities and store those data in to the EEPROM. Now check ADC0 pin for any change in the Temperature and other sensor connected ports as well. If there is any unexpected occurrence identified then controller will send alarm to the relevant port of the alarm box. 57
  • 6. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 Figure 9. Logical flowchart 5. CIRCUIT DIAGRAM PIC16F877A is used as the main controller where Seven Segment is connected in the PORT B and its common pins are controlled by PORT D. Sensors are connected in RC5, RC6, RC7 and the only ADC is used for temperature sensor and that is connected in AN0. Setting switches are connected in PORT D and Port C. Here some pins of port D and Port C are used to control the relays which are providing the sense to the alarm box. The program is inserted into the PIC by using a software and programmer called USBurn. 58
  • 7. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 Figure 10. Implemented Circuit Diagram. 6. RESULT Figure 11. Alarm Controller and Its Connection Ports. Figure 12: Alarm Circuit testing using LCD and PIC 16F876A In figure 11 a complete controller is shown which is installed in a BTS site and also its port diagram. In figure 12 a complete alarm circuit is shown where a LCD interface is used and here 16F876A is used for testing different alarms. 59
  • 8. International Journal of Information Technology, Modeling and Computing (IJITMC) Vol.1,No.4,November 2013 7. CONCLUSION Safety of the BTS room is a serious issue over the years as most of the BTS rooms are located in remote places and all of them contain costly and sophisticated equipments. So this designed controller offers a robust safety feature for the BTS room. The 10 bit ADC can give an accurate temperature value which can secure the BTS room from any kind of fire oriented disaster along with the smoke alarm system. For smoke alarm highly sensitive photoelectric sensor based system is used which can give alarm for any kind of sudden smoke sense. For water and door alarm section locally developed sensors are used but their performance is satisfactory and reliable as well. This whole system is low cost so can be affordable as well. REFERENCES [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12] [13] [14] Alarm System,http://www.pilabsbd.com/index.php/products/telecommunication/alarm-system ZXG10-BTS(V1A)Base Trasnceiver Station Maintanance Manual,http://www.scribd.com/doc/6568188/ZXG10-BTSV1AMaintenance-Manual Network Management Center,http://tutorials.telecomseva.com/index.php/2012/01/networkmanagement-centre-nmc/ GSM:Network Architecture,http://www0.cs.ucl.ac.uk/staff/t.pagtzis/wireless/gsm/arch.html PIC16F877A,February 2012 [Online].Available:http://www.microchip.com/wwwproducts/Devices.aspx PIC 40 Pin 20MHz 8K 8 A/D-16F877A,https://www.sparkfun.com/products/226 LM35,“Precision Centigrade Temperature Sensors”,Natinal Semiconductor, November 2000. Kavita Jindal,Kavita Singh,“Hardware and Software based Water level controller system using Microcontroller” International Journal of Science Technology & Management, Vol.2,Issue 2,April 2011. S.JATMIKO,A.B.MUTIARA,M.INDRIATI“PROTOTYPE OF WATER LEVEL DETECTION SYSTEM WITH WIRELESS” Journal of Theoretical and Applied Information Technology,15th March 2012. Vol. 37 No.1. Shin-Juh Chen,Chris Hovde1,Kristen A.Peterson1,André Marshall“Fire detection using smoke and gas sensors” Fire Safety Journal,Paper No.1298,Manuscript No. U161. How smoke detector works,http://www.epa.gov/rpdweb00/sources/smoke_howdo.html Reed switches,https://www.comus-intl.com/productpages/reed_switches_us.asp Bart Huyskens,“AN INTRODUCTION TO MICROCONTROLLER PROGRAMMING V1.0”. Flowcode 4 ,11 January,2012,[online],Available:http://www.matrixmultimedia.com/flowcode4ax.php. Authors Arifa Ferdousi Arifa Ferdousi received B.Sc. and M.Sc. degree in ICE from University of Rajshahi, Bangladesh, in the year of 2007 and 2009 respectively. Currently she is working as a lecturer in the department of CSE in Varendra University, Rajshahi, Bangladesh. Her research interest includes electronics system designing, OFDM, Advanced LTE Wi-Max and Bangla speech recognition system using Neural Network. She is the member of Bangladesh Electronic Society(BES). Sadeque Reza Khan Sadeque Reza Khan received B.Sc. degree in Electronics and Telecommunication Engineering from University of Liberal Arts Bangladesh and continuing his M.Tech in VLSI from National Institute of Technology Karnataka (NITK), India. Currently he is in study leave from his Institution where he was working as a lecturer in the department of Electrical and Electronic Engineering in Prime University, Bangladesh. His research interest includes VLSI, Microelectronics, Control System Designing and Embedded System Designing. 60