Voltage Temperature Monitoring System (VTMS) for a BTS Room
|
|
|
- Camron Dean
- 9 years ago
- Views:
Transcription
1 Voltage Temperature Monitoring System (VTMS) for a BTS Room Sadeque Reza Khan 1, Siddique Reza 2 and Arifa Ferdousi 3 1 Dept. of Electronic and Communication Engineering, NITK, India [email protected] 2 Dept. of Computer Science and Engineering, MIST, Dhaka University, Dhaka, Bangladesh [email protected] 3 Dept. of Computer Science and Engineering, Varendra University, Rajshahi, Bangladesh [email protected] ABSTRACT Although Cellular communication is getting more and more popular in our country present days, but its network improvement is hampered by the crysis of electricity. The recent decision of present Government is that they will not provide any electricity from the grid to any new BTS rooms of any Celluler operator companies like Grammen Phone, Robi, Airtel etc. These companies have to develop their own power stations either by using generators or by developing solar plants. Now a days most of the BTS rooms, that the cellular operators are installing with a generator and 48 volt battery backup. So for the synchronisation of the operation of PDB, Generator and battery, they require a device called Voltage Temperature Monitoring System or VTMS. It is a Microcontroller based controlling unit which controlls the operation of generator and battery when PDB in not available in the BTS room. Keywords BTS; Microcontroller; LCD; LM35DZ; ADC. 1. INTRODUCTION In the history of Bangladesh, power crisis has reached to the worst-ever level, especially during the hot summer days, when country's average temperature is 31 to 35 degree Celsius [1]. Bangladesh has been facing electricity shortage for many years. The distribution system in Bangladesh is facing tremendous pressure from industrial and residential users to maintain a regular supply [2]. In last few years this problem was not serious but in the year of the problem has exceeded the common people's patient. Power outage/failure is a common phenomenon now-a-days and people are facing severe electrical load shedding, voltage fluctuation throughout the day and this problem is more severe in the rural areas, although only 30% of the total population enjoys the electricity facilities [3]. One of the major steps that our Goverment has taken to solve this electricity problem is that they will not provide any power from the grid to any new BTS and for new BTS, operators must have to develop their own power system by using generators or renewable energy [4], i.e. solar energy [5]. But many important DOI : /ijics
2 devices and chip components of a BTS demand for stable temperature and voltage without instantaneous breakdown and wide range of fluctuation [6]. Early detection of overheating and proper handling of such situation in a BTS room is really essential [7] to avoid deterioration and faulty components. To solve the power problem, now-a-days most of the BTS rooms are installed with a diesel generator [8] and 48 volt battery backup. So they alternate the source like they use generator for 6 hours and battery for next 6 hours to fullfil their power requrements with the help of a controlling device called VTMS. And temperature is also maintained in a certain level by tracking the temperature with VTMS which provides an alarm for an overheating environment of BTS. So Voltage and Temperature Monitoring System (VTMS) is a micro-processor based digital programmable device, designed with integrated systems [9] [10]. It is used to control the whole power distribution environment by monitoring 48 volt battery voltage level and temperature of a BTS room, synchronizing and maintaining the supply among PDB, Generator and 48 volt battery supply and also by generating some important alarm as per required. 2. PROPOSED SYSTEM The system contains a temperature sensor, a multi turn 5 kilo ohm resistor to adjust the battery voltage level and some relays to generate different alarms and also to sense the mains fail and low fuel condition. The whole system is controlled by a PIC microcontroller 16F877A. It senses whether the PDB is available or not if not then takes different decisions, synchronize the operation of generator and battery and give some alarms as per logic provided. The overall system is shown in Fig 1. Figure 1. System overview 2
3 3. SYSTEM DESIGN The design steps and working principles of the system is organized into two different units like Hardware unit and Software unit. Hardware unit includes controller unit, power supply section, reset section, display section, sensor unit, and battery voltage monitoring system and alarm section. Software unit includes the compiler to build the assembly program used in PIC microchip. 3.1 Hardware design Controller unit The control module is built with the microcontroller IC. The central controller is Microchip PIC16F877A. Microcontroller is one of the ways of the evolution of microprocessor. It consists of a microprocessor, RAM, EEPROM or EPROM, I/O capacities, ADC, timer, interrupt [11] controller and embedded controller. The microcontroller chip has the versatility to sense inputs and control outputs in the devices. PIC 16F877A is an upper range and 16 series low cost 8 bit microcontroller [12] [13]. It consists of 33 I/O (Bi directional lines) with 25mA current in per pin. It also has 5channel built-in A/D converter [14] and serial communication [15] Power supply section All the BTS rooms contain rectifier which provides 48 volt DC. So it is necessary to convert this 48 volt DC to 5 volt DC which is not generally possible wihout any SMPS(Switch Mode Power Supply) [16] [17] [18]. So a small power supply is developed for these BTS room products and it is common part for all controller of BTS. It can also be defined as a small version of SMPS Reset section Figure 2. Power supply section of VTMS It is the most important part of this whole controller. Because it is working as an external watchdog timer [19] for the microcontroller. BTS room is full of thermal noise [20]. So the 3
4 possility of getting hung is so much, that it is necessary to set up a portion in the main circuit to watch the microcontroller periodically. So, if the main controller gets hung then the reset circuit will recover it from this condition. The main work is done here by CD4047 IC [21] wihch is a CMOS monostable/astable multivibrator [22] [23]. This IC is edge triggerd which is the most significant quality of it Display section For display section a 4x20 line LCD (Liquid Crystal Display) is used. LCD is now a very common choice for graphical and alphanumeric displays. Generally LCD is a high contrast control module with a 4-bit or 8-bit data bus and built in temperature control module [24] [25] Sensor section Figure 3. 4X20 Line LCD LM35DZ is used here as a temperature sensor to measure the room temperature. It is a linear device or it provides linear data. The LM35 series are precision integrated-circuit temperature sensors, whose output voltage is linearly proportional to the Celsius (Centigrade) temperature [26] [27] [28]. The calculation of temperature from the sensor is shown in equation 1. Temperature = Voltage level in ADC0 (AN0)/2..Eqn.1 \ Figure 4(a). LM35DZ[5] Figure 4(b). Connection Diagram of LM35DZ[5] Battery voltage monitoring system Battery voltage level monitoring [29] is one of the important part of this device. So we can monitor the battery voltage level of a BTS room by the given circuit. For the precise adjustments 4
5 of voltage a 5kohm multiturn is used. Multiturn trimmers are suitable for applications that require fine resistance adjustment [30] [31]. Battery voltage and its decimal value calculation are provided in equation 2 and equation 3 and total battery voltage calculation is provided in equation 4. Figure 5(a). Battery Voltage Monitoring section Figure 5(b). 5kohm multiturn Battery Voltage (Integer) = Voltage level in ADC1 (AN1)/16 Eqn.2 Decimal value of Battery Voltage (Integer) = {(ADC1 MOD 16) * 10}/16... Eqn.3 Total Battery voltage = Battery Voltage (Integer) + Decimal point (.)+ Decimal value (Integer).. Eqn Mains fail and Low fuel sense For mains fail and low fuel sensing this controller uses two extra relays and also some security section which keeps the microcontroller away from noise and any other unwanted circumstance. Both those relays are controlled from the ATS (Auto Transfer Switch) and Fuel tank switch shown in Fig 6. Figure 6. Mains fail and Low fuel sense 5
6 3.1.8 Auto Bypass It is a special feature of VTMS. If because of any unexpected reasons the controller shuts down, it will automatically turn the generator on for the safety purpose of BTS room Alarm section: This whole device is designed with six alarms. They are : (1) Mains fail, (2) Low fuel, (3) Genset on load, (4) High temerature, (5) Genset Fault and (6) Service hour alarm. These six alarms are given by the main controller to the alarm box of the BTS room through a relay contact which is shown in Fig Software design MPLAB v 8.40 Figure 7. Alarm Section In this system MPLAB v8.40 is used to develop the program for PIC microchip. This compiler consists of Hitech C as well. So this compiler can be used to program in C language. Here the program is divided into fifteen macros. The main macro controls the whole program. There are eight macros to show some certain lines in the LCD. Two macros are used to measure the ADC value of temperature and battery voltage. Other three macros are designed to maintain the overall operation of the controller. Other three macros are used to display some special conditions like the setting option and the preset values. 6
7 3.2.2 Flow Chart Flow chart shows whole logic of VTMS controller. This full logic is implemented in the main controller IC. 7
8 4. RESULT: The result shows the complete controller in fig 8(a). This is the complete product and it is also tested in the real time environment. Fig 8(b) shows the ports to connect the wires coming from alarm box and also from generator. This figure shows the multiturn of battery voltage monitoring section is kept in such a way that battery voltage can be calibrated for showing in the LCD. This figure also shows the temperature sensor position. In fig 8(c) the LCD output is shown and in fig 8(d) the indicator LED and their names are shown. Figure 8(a). VTMS full product Figure 8(b). VTMS Connection Ports and Temperature Sensor Figure 8(c). VTMS LCD display Figure 8(d). Fault indicator LED 5. CONCLUSION: The reason and the actual motivation toward this work is to build a quality product which provides a full support to control the operation of the generator and bring synchronization between the battery and generator according to the PDB supply in BTS room. For the safety of the equipment of BTS room it is also necessary to control the temperature which is monitored by using VTMS. So it is a complete package for a BTS room to not only maintain the proper power system for BTS but also monitor the temperature for the safety of sophisticated equipments of BTS room. The manufacturing cost of VTMS is estimated to be 29 USD which is really cost effective. 8
9 REFERENCES [1] Worst ever power crisis in Bangladesh, 28 November, 2011[online]. Available: [2] Meah, K., Sadrul Ula, A.H.M., Kearns, J., Vaisakh, K., Short and medium term solutions for the current electricity crisis in Bangladesh: Power and Energy Society General Meeting, 2010 IEEE, pp: 1 8. [3] Ziauddin Ahmed, Electricity Crisis of Bangladesh: Result of Organizational Inefficiency? : Energy and Environment Research, 2011, pp: [4] Chowdhury, S.A. Roy, V. Aziz, S., Renewable energy usage in the telecommunication sector of Bangladesh: Prospect and progress, in: 1st International Conference on the Renewable energy usage in the telecommunication sector of Bangladesh: Prospect and progress, 2009, pp: 1-5. [5] Sarker, M.J. Islam, S. Zaidi, Bringing Solar power solution to the telecom sector of Bangladesh: International Conference on Emerging Trends in Electrical and Computer Technology (ICETECT), 2011, pp: [6] Nazlia Omar, Mohd. Faizal Ismail, Rozli Zulkifli, Rosilah Hassan, Development of a Real-Time Temperature and Voltage Monitoring System for Semiconductor Devices: European Journal of Scientific Research, 2009, pp: [7] Chiueh, H., Choma, J. and Draper, J., Implementation of a Temperature Monitoring Interface Circuit for PowerPC Systems: Proceedings of the 43rd Midwest Symposium on Circuits and Systems, Lansing MI, USA. 2000, pp: [8] R.Surendra, B.Karunaiah, Murali Mohan K V, POWER MANAGEMENT OF CELL SITES: International Journal of Computer Technology and Application, 2012, pp: 5-8. [9] Voltage & Temperature Monitoring System, 30 October, 2011, [online]. Available: [10] Voltage & Temperature Monitoring System, 30 October, 2011, [online]. Available: [11] Chin-Pao Hung, Wei-Ging Liu, Hong-Jhe Su, Jia-Wei Chen, and Bo-Ming Chiu, PIC-Based Multi- Channel PWM Signal Generation Method and Application to Motion Control of Six Feet Robot Toy: INTERNATIONAL JOURNAL OF CIRCUITS, SYSTEMS AND SIGNAL PROCESSING, 2009, pp: [12] PIC16F87XA Data Sheet: 28/40/44-Pin Enhanced Flash Microcontrollers, 2003, Microchip Technology Incorporated. [13] PIC Tutorial Hardware- PIC Vietnam, 30 October, 2011, [online]. Available: /Nigel%tutorial.pdf [14] B. Murmann, A/D Converter Trends: Power Dissipation, Scaling and Digitally Assisted Architectures: [15] Chetan Patil, Development of a Simple Communication Protocol for Microcontrollers (SSCPM): International Journal of Scientific and Research Publications, 2011, pp: 1-6. [16] SMPS, 15 December 2011, [online]. Available: [17] Richard Francis, Marco Soldano, A New SMPS Non Punch Thru IGBT Replaces MOSFET in SMPS High Frequency Application: presented at APEC 03, International Rectifier. [18] Xiang Luo, Du, Y., Xinghua Wang, Transient responses of switching mode power supplies under a lightning surge: Industry Applications Society Annual Meeting (IAS), 2011 IEEE, pp: 1-8. [19] Meenakshi Bheevgade, and Rajendra M. Patrikar, Implementation of Watch Dog Timer for Fault Tolerant Computing on Cluster Server: World Academy of Science, Engineering and Technology , pp: [20] Kenji Natori and Nobuyuki Sano, Scaling limit of digital circuits due to thermal noise: Journal of Applied Physics, [21] HEF4047B, MSI Monostable/astable multivibrator 21 January 2012, [online]. Available: ics.nxp.com/products/hef/datasheet/hef4047b.pdf [22] Del Re, S., De Marcellis, A., Ferri, G., Stornelli, V., Low voltage integrated astable multivibrator based on a single CCII: Research in Microelectronics and Electronics Conference, 2007, pp:
10 [23] Tuwanut, P. Koseeyaporn, J. Wardkein, P, A Novel Monostable Multivibrator Circuit: TENCON IEEE Region 10, pp: 1-4. [24] Matrix multimedia E-Blocks, 2011, [online]. Available: hardware.php [25] LCD MODULE 4x mm, 21 January 2012, [online]. Available: [26] LM35DZ, 10 December 2011, [online]. Available: [27] Cuihong Liu, Wentao Ren, Benhua Zhang, Changyi Lv, The application of soil temperature measurement by LM35 temperature sensors: International Conference on Electronic and Mechanical Engineering and Information Technology (EMEIT), 2011, pp: [28] Mark Muyskens, An Integrated-Circuit Temperature Sensor for Calorimetry and Differential Temperature Measurement: Journal of Chemical Education, [29] S. N. Patil, Sangmeshwar S. Kendre, Dr. R. C. Prasad, Battery Monitoring System using Microcontroller: International Journal of Computer Applications, 2011, pp: [30] Multiturn vs. Single-turn, 10 December 2011, [online]. Available: [31] Kuhn W.B., Ibrahim N.M., Analysis of current crowding effects in multiturn spiral inductors: IEEE Transactions on Microwave Theory and Techniques, pp: AUTHORS 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 Kernataka (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. Siddique Reza Khan is a Computer Science Engineer from Military Institute of Science and Technology (MIST) under Dhaka University. His Research field covers Artificial Intelligence and Robotics. He also seeks some of his interest in control system designing. 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). 10
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms
Hardware and Logic Implementation of Multiple Alarm System for GSM BTS Rooms Arifa Ferdousi 1 and Sadeque Reza Khan 2 1 Dept. of Computer Science and Engineering, Varendra University, Rajshahi, Bangladesh
Development of Low Cost Private Office Access Control System(OACS)
Development of Low Cost Private Office Access Control System(OACS) Sadeque Reza Khan Prime University, Department of Electrical and Electronic Engineering, Dhaka-1216, Bangladesh [email protected]
ANDROID BASED SECURITY AND HOME AUTOMATION SYSTEM
ANDROID BASED SECURITY AND HOME AUTOMATION SYSTEM Sadeque Reza Khan 1 and Farzana Sultana Dristy 2 1 Department of Information and Communication Engineering, Chosun University, Korea 2 Department of Computer
ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE
ONLINE HEALTH MONITORING SYSTEM USING ZIGBEE S.Josephine Selvarani ECE Department, Karunya University, Coimbatore. Abstract - An on-line health monitoring of physiological signals of humans such as temperature
Design and Construction of Variable DC Source for Laboratory Using Solar Energy
International Journal of Electronics and Computer Science Engineering 228 Available Online at www.ijecse.org ISSN- 2277-1956 Design and Construction of Variable DC Source for Laboratory Using Solar Energy
AUTOMATIC LPG BOOKING, LEAKAGE DETECTION AND A REAL TIME LPG MEASUREMENT MONITORING SYSTEM
AUTOMATIC LPG BOOKING, LEAKAGE DETECTION AND A REAL TIME LPG MEASUREMENT MONITORING SYSTEM R.Padmapriya, E.Kamini, [email protected],[email protected], IV Year Electronics and Communication Engineering,
AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR
AUTOMATIC NIGHT LAMP WITH MORNING ALARM USING MICROPROCESSOR INTRODUCTION This Project "Automatic Night Lamp with Morning Alarm" was developed using Microprocessor. It is the Heart of the system. The sensors
ADVANCED FIRE ALARMING SYSTEM THROUGH MOBILE PHONE
ADVANCED FIRE ALARMING SYSTEM THROUGH MOBILE PHONE A PROJECT BY SOUNAK SARKAR SAYAN DAS ARINDAM BOSE ECE, 4TH YEAR OF FUTURE INSTITUTE OF ENGINEERING AND MANAGEMENT DEPT. OF ELECTRONICS AND COMMUNICATION
INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET)
INTERNATIONAL JOURNAL OF ELECTRONICS AND COMMUNICATION ENGINEERING & TECHNOLOGY (IJECET) International Journal of Electronics and Communication Engineering & Technology (IJECET), ISSN 0976 ISSN 0976 6464(Print)
Microtronics technologies Mobile: 99707 90092
For more Project details visit: http://www.projectsof8051.com/rfid-based-attendance-management-system/ Code Project Title 1500 RFid Based Attendance System Synopsis for RFid Based Attendance System 1.
Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430
Wireless Sensor Network Based Low Power Embedded System Design For Automated Irrigation System Using MSP430 Mr. Patil Vikas Anandrao. M Tech. Student (Digital Systems) Rajarambapu Institute of Technology,
DESIGN OF SMS ENABLED CAR SECURITY SYSTEM
DESIGN OF SMS ENABLED CAR SECURITY SYSTEM K. A. Amusa Federal University of Agriculture, Abeokuta, O. O. Nuga Federal University of Agriculture, Abeokuta, A. A. Adetomi Federal University of Agriculture,
Cell Phone Based Liquid Inventory Management Using Wireless System
Sciknow Publications Ltd. JMIR 2013, 1(1):1-6 Journal of Mechanics & Industry Research DOI: 10.12966/JMIR.05.01.2013 Attribution 3.0 Unported (CC BY 3.0) Cell Phone Based Liquid Inventory Management Using
Room Temperature based Fan Speed Control System using Pulse Width Modulation Technique
Room Temperature based Fan Speed Control System using Pulse Width Modulation Technique Vaibhav Bhatia Department of Electrical and Electronics Engg., Bhagwan Parshuram Institute of Technology, New Delhi-110089,
Accurate Measurement of the Mains Electricity Frequency
Accurate Measurement of the Mains Electricity Frequency Dogan Ibrahim Near East University, Faculty of Engineering, Lefkosa, TRNC [email protected] Abstract The frequency of the mains electricity supply
Solar Energy Conversion using MIAC. by Tharowat Mohamed Ali, May 2011
Solar Energy Conversion using MIAC by Tharowat Mohamed Ali, May 2011 Abstract This work introduces an approach to the design of a boost converter for a photovoltaic (PV) system using the MIAC. The converter
Wireless Sensor Network for Electric Meter Handling
Wireless Sensor Network for Electric Meter Handling Swapnil Magar 1, Prof.Deshpande L.M. 2 PG Student [E&TC], Dept. of ECE, College of Engineering, Osmanabad, Maharashtra, India 1 Assistant professor,
Tire pressure monitoring
Application Note AN601 Tire pressure monitoring 1 Purpose This document is intended to give hints on how to use the Intersema pressure sensors in a low cost tire pressure monitoring system (TPMS). 2 Introduction
Design of Wireless Home automation and security system using PIC Microcontroller
IJCAES ISSN: 2231-4946 Volume III, Special Issue, August 2013 International Journal of Computer Applications in Engineering Sciences Special Issue on National Conference on Information and Communication
Switch board datasheet EB007-00-1
Switch board datasheet EB007-00-1 Contents 1. About this document... 2 2. General information... 3 3. Board layout... 4 4. Testing this product... 5 5. Circuit description... 6 Appendix 1 Circuit diagram
Wireless monitoring system for temperature and humidity based on ZigBee
Wireless monitoring system for temperature and humidity based on ZigBee Abstract Jianjun Chen* Shaoxing University uanpei College, Shaoxing, Zhejiang, 3000, China Received March 04, www.cmnt.lv Traditional
DEVELOPMENT OF INDIVIDUAL HOME SECURITY SYSTEM USING CAN AND ZIGBEE PROTOCOL
DEVELOPMENT OF INDIVIDUAL HOME SECURITY SYSTEM USING CAN AND ZIGBEE PROTOCOL P.Mohan 1, M. Vinoth Kumar 2 1 PG Scholar, Masters Degree in Embedded System Technologies, Rajiv Gandhi College of Engineering,
Smart DC Micro-grid for Effective Utilization of Solar Energy
International Journal of Scientific & Engineering Research Volume 3, Issue 12, December-2012 1 Smart DC Micro-grid for Effective Utilization of Solar Energy D Ravi Prasad, Dr B.Rajesh Kamath, K.R Jagadisha,
If an occupancy of room is zero, i.e. room is empty then light source will be switched off automatically
EE389 Electronic Design Lab Project Report, EE Dept, IIT Bombay, Nov 2009 Fully-automated control of lighting and security system of a Room Group No: D2 Bharat Bhushan (06d04026) Sravan
Display Message on Notice Board using GSM
Advance in Electronic and Electric Engineering. ISSN 2231-1297, Volume 3, Number 7 (2013), pp. 827-832 Research India Publications http://www.ripublication.com/aeee.htm Display Message on Notice Board
Microcontroller-based experiments for a control systems course in electrical engineering technology
Microcontroller-based experiments for a control systems course in electrical engineering technology Albert Lozano-Nieto Penn State University, Wilkes-Barre Campus, Lehman, PA, USA E-mail: [email protected]
Palaparthi.Jagadeesh Chand. Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P.
Patient Monitoring Using Embedded Palaparthi.Jagadeesh Chand Associate Professor in ECE Department, Nimra Institute of Science & Technology, Vijayawada, A.P Abstract The aim of this project is to inform
Measuring Resistance Using Digital I/O
Measuring Resistance Using Digital I/O Using a Microcontroller for Measuring Resistance Without using an ADC. Copyright 2011 John Main http://www.best-microcontroller-projects.com Page 1 of 10 Table of
HIGH SECURED VEHICLE WITH INTERIOR VENTILATION CONTROL AND PERIMETER MONITORING SYSTEM
HIGH SECURED VEHICLE WITH INTERIOR VENTILATION CONTROL AND PERIMETER MONITORING SYSTEM K. Supriya 1 and Mr. S. Ramkumar 2 Student (M.Tech), Electronics and Communication Engineering, Lingayas institute
MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY
MICROCONTROLLER BASED SMART HOME WITH SECURITY USING GSM TECHNOLOGY F. Shawki 1,2, M. El-Shahat. Dessouki 1,3, A. I. Elbasiouny 4, A.N. Almazroui 5, F. M. R. Albeladi 5 1 Assistant Professor, Electrical
Microcontrollers in Practice
M. Mitescu I. Susnea Microcontrollers in Practice With 117 Figures, 34 Tables and CD-Rom 4y Springer Contents Resources of Microcontrollers, 1 1.1 In this Chapter 1 1.2 Microcontroller Architectures 1
Power Management of Cell Sites
International Refereed Journal of Engineering and Science (IRJES) ISSN (Online) 2319-183X, (Print) 2319-1821 Volume 2, Issue 9 (September 2013), PP.41-45 Power Management of Cell Sites K.Santhosh Kumar
I2C PRESSURE MONITORING THROUGH USB PROTOCOL.
I2C PRESSURE MONITORING THROUGH USB PROTOCOL. Product Details: To eradicate human error while taking readings such as upper precision or lower precision Embedded with JAVA Application: Technology Used:
EMBEDDED GSM MONITOR AND CONTROL USING ANDROID APPLICATION
http:// EMBEDDED GSM MONITOR AND CONTROL USING ANDROID APPLICATION J Ramya Ritika 1, K.V. Yateendranath 2 1 M.Tech Student [DSCE], Dept. of ECE, VITS, Kavali, Andhra Pradesh, (India) Associate Professor,
DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS. G.S. Nhivekar, R.R.Mudholker
e -Journal of Science & Technology (e-jst) e-περιοδικό Επιστήμης & Τεχνολογίας 55 DATA LOGGER AND REMOTE MONITORING SYSTEM FOR MULTIPLE PARAMETER MEASUREMENT APPLICATIONS G.S. Nhivekar, R.R.Mudholker Department
Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application
Design of Four Input Buck-Boost DC-DC Converter for Renewable Energy Application A.Thiyagarajan Assistant Professor, Department of Electrical and Electronics Engineering Karpagam Institute of Technology
Chapter 13. PIC Family Microcontroller
Chapter 13 PIC Family Microcontroller Lesson 01 PIC Characteristics and Examples PIC microcontroller characteristics Power-on reset Brown out reset Simplified instruction set High speed execution Up to
Intelligent Home Automation and Security System
Intelligent Home Automation and Security System Ms. Radhamani N Department of Electronics and communication, VVIET, Mysore, India ABSTRACT: In todays scenario safer home security is required, As the technology
An Introduction to MPLAB Integrated Development Environment
An Introduction to MPLAB Integrated Development Environment 2004 Microchip Technology Incorporated An introduction to MPLAB Integrated Development Environment Slide 1 This seminar is an introduction to
Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies
Soonwook Hong, Ph. D. Michael Zuercher Martinson Harmonics and Noise in Photovoltaic (PV) Inverter and the Mitigation Strategies 1. Introduction PV inverters use semiconductor devices to transform the
CELL PHONE CONTROL ROBOT CAR
CELL PHONE CONTROL ROBOT CAR Sakshi Choudhary 1, Satendra Singh 2, Vikrant 3, SK Dubey 4 1,2 UG Students of Department of ECE AIMT, Greater Noida (India) 3 Assistant Professor, Department of ECE AIMT,
Real Time Water Quality Monitoring System
Real Time Water Quality Monitoring System Mithila Barabde 1, Shruti Danve 2 ME Student, Dept. of E&TC, MITCOE, Savitribai Phule Pune University, Pune, India 1 Assistant Professor, Dept. of E&TC, MITCOE,
BEIJING EPSOLAR TECHNOLOGY CO.,LTD.
WITH TWO BATTERY CHARGING EPSOLAR s duo-battery charging solar controller, For RVs, Caravans,and boats. Adjust options: 1. Battery type selection. 2. Two battery charging priority(from 0-100%) 3. Charging
GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM.
GPS & GSM BASED REAL-TIME VEHICLE TRACKING SYSTEM. Introduction: The Proposed design is cost-effective, reliable and has the function of accurate tracking. When large object or vehicles were spread out
SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE
SOLARCARE SERIES PRODUCT AND APPLICATION GUIDE for solar energy management LEATEC Delivering Solutions for Energy Management SOLAR ENERGY DATA CENTER BUILDING 4 to8 String Monitoring with 0.% Accuracy
Lab Experiment 1: The LPC 2148 Education Board
Lab Experiment 1: The LPC 2148 Education Board 1 Introduction The aim of this course ECE 425L is to help you understand and utilize the functionalities of ARM7TDMI LPC2148 microcontroller. To do that,
A MULTILEVEL INVERTER FOR SYNCHRONIZING THE GRID WITH RENEWABLE ENERGY SOURCES BY IMPLEMENTING BATTERY CUM DC-DC CONERTER
A MULTILEVEL INVERTER FOR SYNCHRONIZING THE GRID WITH RENEWABLE ENERGY SOURCES BY IMPLEMENTING BATTERY CUM DC-DC CONERTER 1 KARUNYA CHRISTOBAL LYDIA. S, 2 SHANMUGASUNDARI. A, 3 ANANDHI.Y 1,2,3 Electrical
MODEL 5010 DUAL CHANNEL SMOKE/FIRE DETECTION MODULE
DESCRIPTION MODEL 5010 DUAL CHANNEL SMOKE/FIRE DETECTION MODULE DESCRIPTION The SST Model 5010 Two Channel Smoke/Fire Detection Module provides two independent detection input channels for the NOVA-5000
Keywords: rainfall detection, rain sensor, buzzer and alarm system.
Volume 5, Issue 4, April 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Design of Rain
Microcontroller Based Anti-theft Security System Using GSM Networks with Text Message as Feedback
International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 2, Issue 10 (August 2012), PP. 18-22 Microcontroller Based Anti-theft Security System
FaultAnalysisandElectricalProtectionofDistributionTransformers
Global Journal of Researches in Engineering: F Electrical and Electronics Engineering Volume 14 Issue 3 Version 1.0 Type: Double Blind Peer Reviewed International Research Journal Publisher: Global Journals
APPLICATION NOTES: Dimming InGaN LED
APPLICATION NOTES: Dimming InGaN LED Introduction: Indium gallium nitride (InGaN, In x Ga 1-x N) is a semiconductor material made of a mixture of gallium nitride (GaN) and indium nitride (InN). Indium
PICNet 1. PICNet 1 PIC18 Network & SD/MMC Development Board. Features. Applications. Description
Features PICNet 1 PIC18 Network & SD/MMC Development Board IC Sockets for 28 or 40-pin Microchip PIC18F Microcontrollers IC Socket for 8-pin serial EEPROM Multiple MCU Oscillator sources Full 10BaseT IEEE
Serial port interface for microcontroller embedded into integrated power meter
Serial port interface for microcontroller embedded into integrated power meter Mr. Borisav Jovanović, Prof. dr. Predrag Petković, Prof. dr. Milunka Damnjanović, Faculty of Electronic Engineering Nis, Serbia
Project Plan. Project Plan. May13-06. Logging DC Wattmeter. Team Member: Advisor : Ailing Mei. Collin Christy. Andrew Kom. Client: Chongli Cai
Project Plan May13-06 Logging DC Wattmeter Team Member: Ailing Mei Andrew Kom Chongli Cai Advisor : Collin Christy Client: Garmin International David Hoffman Qiaoya Cui Table of Contents Need Statement...
GSM Based Electrical Control System for Smart Home Application
Journal of Convergence Information Technology GSM Based Electrical Control System for Smart Home Application Faculty of Electrical and Electronic Engineering Universiti Tun Hussein Onn Malaysia, 86400
Advanced Electronic System for Human Safety (Smart Watch)
Advanced Electronic System for Human Safety (Smart Watch) Ganesh Ghorpade 1, Tushar Gaikwad 2, Laxman Jangid 3 Department of Electronics and Telecommunication Pimpri Chinchwad College of Engineering,Pune,Maharashtra,India
Prioritized Backup Power System
Prioritized Backup Power System Texas Instruments Analog Design Contest Entry Prepared by John Kruckenberg, Andrew Lippolis, Eric Schacht, and Chris Seeley The Ohio State University Executive Summary This
Embedded Intensive Patient Care Unit
Embedded Intensive Patient Care Unit #V.Ramya, *Anuradha Kumari # Asst. professor, Department of CSE, Annamalai University, Chidambaram Email: [email protected] *BE [IT], Department of CSE, Annamalai
JNIOR. Overview. Get Connected. Get Results. JNIOR Model 310. JNIOR Model 312. JNIOR Model 314. JNIOR Model 410
The INTEG is an Ethernet I/O (digital, analog) device that monitors and controls a small set of process signals. functions as both basic I/O for integration with another application or system AND as a
Real Time Implementation of Home Automation Using FPGA
Real Time Implementation of Home Automation Using FPGA Mendi Sadanandam M.Tech (VLSI- SD) Department of ECE J. B. Institute of Engineering and Technology, Hyderabad, Telangana, India. Abstract: This home
Study on Differential Protection of Transmission Line Using Wireless Communication
Study on Differential Protection of Transmission Line Using Wireless Communication George John.P 1, Agna Prince 2, Akhila.K.K 3, Guy Marcel 4, Harikrishnan.P 5 Professor, Dept. of EEE, MA Engineering College,
Accident Notification System by using Two Modems GSM and GPS
Accident Notification System by using Two Modems GSM and GPS Hajer Salim Humaid AL-Farsi Electronic Engineering Student Caledonian College of Engineering, Muscat Malathi B. N. Senior Lecturer, Department
Development of a GSM based Control System for Electrical Appliances
International Journal of Engineering and Technology Volume 3 No. 4, April, 2013 Development of a GSM based Control System for Electrical Appliances Oke A. O., Emuoyibofarhe J. O., Adetunji A. B. Department
Implementing MOD bus and CAN bus Protocol Conversion Interface
Implementing MOD bus and CAN bus Protocol Conversion Interface Umesh Goyal, Gaurav Khurana M.E., Electronics & Electrical Communications Department, PEC University of Technology, India M.E., Electronics
The following are general terms that we have found being used by tenants, landlords, IT Staff and consultants when discussing facility space.
The following are general terms that we have found being used by tenants, landlords, IT Staff and consultants when discussing facility space. Terminology: Telco: Dmarc: NOC: SAN: GENSET: Switch: Blade
Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems. 2008 Chapter-1L03: "Embedded Systems - ", Raj Kamal, Publs.: McGraw-Hill Education
Chapter 1 Lesson 3 Hardware Elements in the Embedded Systems 1 Typical Embedded System Hardware units 2 Basic Circuit Elements at the System 3 (i) Power Source 1. System own supply with separate supply
Remote Monitoring in Telecom: A brief Review
Remote Monitoring in Telecom: A brief Review Ziema Mushtaq Dept. of Computer Science, University of Kashmir, Srinagar [email protected] Syed Mohsin Saif Research Scholar, Dept. of CS &IT, School of
Getting Started with PIC24F/PIC24H Programming and Interfacing in C
Getting Started with PIC24F/PIC24H Programming and Interfacing in C This series of short articles covers the basics of programming a PIC24FJ32GA002/PIC24H 16-bit microcontroller, using Microchip s free
TECHNICAL SPECIFICATIONS FOR 1.5 KVA ONLINE UPS
Capacity Technology Inverter Technology Noise Level Operating Temperature Humidity Harmonic Distortion Total DC bus voltage Battery recharge time (After Complete discharge) to 100% charge Crest Factor
SMART SENSOR COLLECTION
TEMPERATURE SENSOR This sensor measures temperature in degrees Celsius or Fahrenheit. It works with all SensorHawk base units (SensorHawk-2, SensorHawk-8 and SensorHawk8/20) as well as the SecurityHawk-8
SHORT COMMUNICATION Vehicle Tracking and Theft Control Using GSM and GPS
International Journal of Advances in Engineering, 2015, 1(3), 249-253 ISSN: 2394-9260 (printed version); ISSN: 2394-9279 (online version); url:http://www.ijae.in SHORT COMMUNICATION Vehicle Tracking and
Design and Development of SMS Based Wireless Home Appliance Control and Security System
Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad 1, Md. Al Muzahid 2 and Md. Saifuddin Faruk 3 The rapid change in the wireless communication
Innovative Practices in Optimal Utilization of Solar Energy (Solar Tracking System)
Innovative Practices in Optimal Utilization of Solar Energy (Solar Tracking System) Dr. G. Suresh Babu EEE Dept., C.B.I.T Abstract: As the demand is ahead of the supply there is a dire need for efficient
Design and Development of SMS Based Wireless Home Appliance Control and Security System
Journal of Modern Science and Technology Vol. 3. No. 1. March 2015 Issue. Pp.80-87 Design and Development of SMS Based Wireless Home Appliance Control and Security System Md. Abdullah Al Asad *, Md. Al
CAN bus board. www.matrixmultimedia.com EB018
CAN bus board www.matrixmultimedia.com EB018 Contents About this document 3 Board layout 3 General information 4 Circuit description 5 Protective cover 6 Circuit diagram 7 2 Copyright About this document
2.0 Command and Data Handling Subsystem
2.0 Command and Data Handling Subsystem The Command and Data Handling Subsystem is the brain of the whole autonomous CubeSat. The C&DH system consists of an Onboard Computer, OBC, which controls the operation
Microcontroller Based Home Security and Load Controlling Using Gsm Technology
I. J. Computer Network and Information Security, 2015, 4, 29-36 Published Online March 2015 in MECS (http://www.mecs-press.org/) DOI: 10.5815/ijcnis.2015.04.04 Microcontroller Based Home Security and Load
Tutorial for MPLAB Starter Kit for PIC18F
Tutorial for MPLAB Starter Kit for PIC18F 2006 Microchip Technology Incorporated. All Rights Reserved. WebSeminar Title Slide 1 Welcome to the tutorial for the MPLAB Starter Kit for PIC18F. My name is
AC/DC Power Supply Reference Design. Advanced SMPS Applications using the dspic DSC SMPS Family
AC/DC Power Supply Reference Design Advanced SMPS Applications using the dspic DSC SMPS Family dspic30f SMPS Family Excellent for Digital Power Conversion Internal hi-res PWM Internal high speed ADC Internal
Design And Implementation Of Bank Locker Security System Based On Fingerprint Sensing Circuit And RFID Reader
Design And Implementation Of Bank Locker Security System Based On Sensing Circuit And RFID Reader Khaing Mar Htwe, Zaw Min Min Htun, Hla Myo Tun Abstract: The main goal of this system is to design a locker
DS1307ZN. 64 x 8 Serial Real-Time Clock
DS137 64 x 8 Serial Real-Time Clock www.maxim-ic.com FEATURES Real-time clock (RTC) counts seconds, minutes, hours, date of the month, month, day of the week, and year with leap-year compensation valid
Design and Development of a Wireless Remote POC Patient Monitoring System Using Zigbee
Design and Development of a Wireless Remote POC Patient Monitoring System Using Zigbee A. B. Tagad 1, P. N. Matte 2 1 G.H.Raisoni College of Engineering & Management, Chas, Ahmednagar, India. 2 Departments
..OR How To Protect your 3-Phase Equipment Investment with 3-Phase Monitors from Time Mark...
..OR How To Protect your 3-Phase Equipment Investment with 3-Phase Monitors from Time Mark... TIME MARK CORPORATION 11440 EAST PINE STREET TULSA, OK 74116 USA tel 918 438-1220 fax 918 437-7584 www.time-mark.com
M.S Ramaiah School of Advanced Studies - Bangalore. On completion of this session, the delegate will understand and be able to appriciate:
Transmission Control Lecture delivered by: Prof. Ashok C.Meti MSRSAS-Bangalore 1 Session Objectives On completion of this session, the delegate will understand and be able to appriciate: Rl Role of electronic
Development of an Internet based Embedded System for Smart House Controlling and Monitoring
Development of an Internet based Embedded System for Smart House Controlling and Monitoring Ahmed Abd-Elkarim Abd- Ellatif Salih Maged Ali Mohammed Asa'ad Yousif Elhadi Elsideeg Ahmed Department of Computer
Using voltage regulator to convert 5-12V range to 3.3V. Huan Lin
Using voltage regulator to convert 5-12V range to 3.3V Huan Lin 4/2/2010 1 Table of Contents 1. Introduction... Error! Bookmark not defined. 2. Objective... Error! Bookmark not defined. 3. Implementation...
International Journal of Advanced Research in Electrical, Electronics and Instrumentation Engineering
DOI: 10.15662/ijareeie.2014.0307062 Automatic Vehicle Accident Detection and Messaging System Using GSM and GPS Modem C.Prabha 1, R.Sunitha 2, R.Anitha 3 Assistant professor, Dept. of ECE, Bellari Institute
Short Form Catalogue. Alarm Systems. Reliable Supervision and Control
Short Form Catalogue Alarm Systems Reliable Supervision and Control Alarm Monitors and Indicators The SELCO product range includes a number of alarm monitors and indicator panels for use in numerous applications.
Transient analysis of integrated solar/diesel hybrid power system using MATLAB Simulink
Transient analysis of integrated solar/diesel hybrid power system using ATLAB Simulink Takyin Taky Chan School of Electrical Engineering Victoria University PO Box 14428 C, elbourne 81, Australia. [email protected]
OPTICAL COMMUNICATION BASED STEPPER MOTOR CONTROL USING PULSE WIDTH MODULATION
2011 pp 1-5 OPTICAL COMMUNICATION BASED STEPPER MOTOR CONTROL USING PULSE WIDTH MODULATION Vinayak Abrol* Department of Electronics & Communication, SSGPURC Panjab University Chandigarh, India [email protected]
Design and Development Web Server and Embedded Based Agriculture Automation with Remote Monitoring System
Design and Development Web Server and Embedded Based Agriculture Automation with Remote Monitoring System Udhaya.D PG Student, M.E (Embedded Systems), CMS College of Engineering, Namakkal, Tamilnadu, India
Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant
International Journal of Computational Engineering Research Vol, 03 Issue, 4 Gsm Based Controlled Switching Circuit Between Supply Mains and Captive Power Plant 1, Mr.S.Vimalraj, 2, Gausalya.R.B, 3, Samyuktha.V,
Microcontroller to Sensor Interfacing Techniques
to Sensor Interfacing Techniques Document Revision: 1.01 Date: 3rd February, 2006 16301 Blue Ridge Road, Missouri City, Texas 77489 Telephone: 1-713-283-9970 Fax: 1-281-416-2806 E-mail: [email protected]
Wireless Precision Temperature Sensor Powers Itself, Forms Own Network, Enabling Easy Deployment in Industrial Environments
Wireless Precision Temperature Sensor Powers Itself, Forms Own Network, Enabling Easy Deployment in Industrial Environments Kris Lokere While the Internet connects people via a worldwide computer network,
WIRELESS REMOTE MONITORING OF CATHODIC PROTECTION SYSTEMS. John Hawkyard MICorr Deputy General Manager Rawabi Corrosion Technology Co Ltd Al-Khobar
WIRELESS REMOTE MONITORING OF CATHODIC PROTECTION SYSTEMS John Hawkyard MICorr Deputy General Manager Rawabi Corrosion Technology Co Ltd Al-Khobar INTRODUCTION Cathodic Protection is an electrochemical
Protected Cash Withdrawal in Atm Using Mobile Phone
www.ijecs.in International Journal Of Engineering And Computer Science ISSN:2319-7242 Volume 2 Issue 4 April, 2013 Page No. 1346-1350 Protected Cash Withdrawal in Atm Using Mobile Phone M.R.Dineshkumar
Design and Construction of Microcontroller Based Charge Controller for Photovoltaic Application
IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 1 Ver. I (Jan. 2014), PP 92-97 Design and Construction of Microcontroller Based Charge
Location-Aware and Safer Cards: Enhancing RFID Security and Privacy
Location-Aware and Safer Cards: Enhancing RFID Security and Privacy 1 K.Anudeep, 2 Mrs. T.V.Anantha Lakshmi 1 Student, 2 Assistant Professor ECE Department, SRM University, Kattankulathur-603203 1 [email protected],
