You are on page 1of 6

Home and offices Security System is gaining its importance in many modern homes and offices.

With a personal Computer available in many households today, home security system has found its application practical in Personal Area Network (PAN). PAN offers users the advantage to personalize the network according to their needs instead of linking to public network. Many would like to have a security system that monitors and alert them in case of emergency especially when they are away. Many products in the market are expensive, complicated and require the system to be linked to a public emergency system. However, people are looking for a low cost and simpler solution. Traditional security safety systems are hardwired. Users find it cumbersome to handle wires and many face the inconvenience in installation with wires. We need a product that is wireless and allows the signal to penetrate walls. Low power consumption is essential in any security system that is battery powered. Power consumption has to be kept low to maintain battery life. Bluetooth offers the solution and the convenience to implement the system in Personal Areas Network as well. The objective of this project is to develop a security system that communicates with the PC using Bluetooth technology. It is to sense the factor like temperature, smoke and object identification and updates the result to the PC using wireless technology named Bluetooth. And any warning occured during any situation, the message is sent to the remote PC using Bluetooth. 1.1 AIM:

This Project is to develop security system which can be used for a real time application. Monitoring room/office in apartments/buildings for fire accidents. Monitoring the transformer rooms in power stations for standard maintenance of heavy machines.

1.3 PROBLEM DEFINITION:

Many system failed to be an efficient monitoring system. They may fail to give service at any instance. The efficiency was poor. Problem faced in wired system. Using cables it is very difficult to maintain. Any wear and tear were very expensive to replace and couldnt be detected so easily.

Problem faced in processing system that is in 8051 microcontroller there was no pipelining and didnt support big endian and little endian architecture. And core size was large. Many problems were faced by this.

Many products in market are expensive and complicated and require the system to be linked to a public emergency system.

1.4 THE GENERAL APPROACH


The security system consists of the following : 1. A Sensory system. 2. A data acquisition system. 3. A data processing and archiving system. 4. A wireless monitoring system. Wireless sensor technology, integration of excitation and sensing technology, innovative analysis and interpretation of data, use of generated information for developing secured data transfer. The focus of recent research has been to develop materials and devices with embedded signal processing software that can address the concerns, also termed as SMART SENSORS.

OVERVIEW OF PROJECT
The main principles of this project is to develop a module for Security system mainly in an Industry using condition sensors and transfer the related sensed data using the latest BLUETOOTH System, which intimates the unauthorized entry\Smoke, and Temperature to the Embedded -Controller. The Embedded -Controller maintains the security system, so its present information sends to the user for further investigation. The security system consists of the following :

2.1 BLOCK DIAGRAM:

LCD

SENSORY SYSTEM

ADC

ARM 32 BIT CONTROLLER

BLUETOOTH TRANSIEVER

POWER SUPPLY

Figure 2.1 Bluetooth security system using ARM 32-bit controller in transmitter.

2.1.1 Receiver Block Diagram:

BLUETOOTH MODULE

Figure 2.2: Receiver Block Diagram. This Project transmits and receives data from remote place using Wireless Technology (UART Bluetooth). In this project there are Transmitter and Receiver model integrated with LPC2129 Micro controller. LPC2129 Controller is used for data processing. It is a 64-pin single chip, 32-bit micro controller and consumes very less power. It consists of 256 KB of On-chip Flash memory and 16 KB of On-chip Ram. It consists of two CAN channels and four 10-bit ADC channels. In the transmitter model, a temperature sensor is used to sense the temperature and the controller processes the signal and transmitted through RS232 to the Bluetooth Transmitter. The second sensor is the LDR which is used as a smoke detector in any place. The third is the Intruder that is a object identification using a IR. The ARM7TDMI-S is a general purpose 32-bit microprocessor, which offers high performance and very low power consumption. The ARM architecture is based on Reduced Instruction Set Computer (RISC) principles, and the instruction set and related decode mechanism are much simpler than those of micro programmed Complex Instruction Set Computers. This simplicity results in a high instruction throughput and impressive real-time interrupt response from a small and cost-effective processor core. Pipeline techniques are employed so that all parts of the processing and memory systems can operate continuously. Typically, while one instruction is being executed, its successor is being decoded, and a third instruction is being fetched from memory.

The ARM7TDMI-S processor also employs a unique architectural strategy known as THUMB, which makes it ideally suited to high-volume applications with memory restrictions, or applications where code density is an issue. The key idea behind THUMB is that of a super-reduced instruction set. Essentially, the ARM7TDMI-S processor has two instruction sets: The standard 32-bit ARM instruction set. A 16-bit THUMB instruction set. The THUMB sets 16-bit instruction length allows it to approach twice the density of standard ARM code while retaining most of the ARMs performance advantage over a traditional 16-bit processor using 16-bit registers. This is possible because THUMB code operates on the same 32-bit register set as ARM code. THUMB code is able to provide up to 65% of the code size of ARM, and 160% of the performance of an equivalent ARM processor connected to a 16-bit memory system. The ARM7TDMI-S processor is described in detail in the ARM7TDMI-S. Bluetooth is a recently proposed standard for local wireless communication that will allow physically disparate devices to communicate and exchange information with each other. Thus, any two Bluetooth enabled devices would potentially be able to communicate with each other. Bluetooth devices transmit on the heavily used unlicensed 2.45GHz radio band (the same used by microwaves). To keep transmissions from breaking up, Bluetooth employs frequency hopping, a practice of skipping around the radio band 1600 times each second. This improves clarity and also reduces what Bluetooth proponents call "casual eavesdropping" by allowing only synchronized devices to be able to communicate. The figure 2.3 shows the bluetooth module .

Figure 2.3 Bluetooth module.

Figure 2.4 Bluetooth network application The above figure shows the bluetooth network applications in home security and controlling system. Each Bluetooth device has a unique address, allowing users to have some trust in the person at the other end of the transmission. Once this ID is associated with a person, by tracking the unscrambled address sent with each message, individuals can be traced and their activities easily logged. So in this project the sensed data is processed by arm processor and transmitted to the receiver station through Bluetooth wireless technology. The data is displayed on the LCD device of the transmitter module also. The received data message in the Bluetooth receiver module, warning can be displayed in PC.

You might also like