SlideShare a Scribd company logo
1 of 5
Download to read offline
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 01 | NC-WiCOMET-2014 | Mar-2014, Available @ http://www.ijret.org 65
MAGICUS CLOCK
Geethu Issac1
, Veena Thomas 2
, Geena P George3
, Rufeena Abu4
, Shainy Peter5
1,2,3,4
B.Tech student, 5
Assistant Professor, ECE, MBITS, Nellimattom, Kerala, India
Abstract
From the world famous series-Harry Potter, written by the British author Miss J.K Rowling, we do come across a ‘magical clock’-one
of the curious Weasley house holding. Inspired from the same, the magical clock that we have desired to create is a repurposed
grandfather clock, modified with gearing that allows four hands to rotate 360 degrees. Faces or clock hands indicate people, with
locations instead of times. Then the clock is attached with a microcontroller that would watch for updates on and turn the hands
appropriately. This project requires zigbee modules which transmit different signal to be placed on different location of the building,
another zigbee module which can be used as a hand set for a person to be tracked and also there is a server system having zigbee
module, PIC and stepper motor which receives the signal from handset and move the needle of clock accordingly with the help of
stepper motor.
Keywords: PIC- Peripheral Inter phase Controller, IC.
----------------------------------------------------------------------***------------------------------------------------------------------------
1. INTRODUCTION
The main objective of our project is to track people and
display their location on the dial of a clock. The needles of the
clock will represent people and different sectors of the clock
will represent different location. Our model will track a single
person and identifies three locations.
This is done with the help of programmed PIC [1]
microcontrollers, zigbee [2] modules and stepper motors [3].
This project requires zigbee modules which transmit different
signal to be placed on different location of the building,
another zigbee module which can be used as a hand set for a
person to be tracked and also there is a server system having
zigbee module, PIC and stepper motor which receives the
signal from handset and move the needle of clock accordingly
with the help of stepper motor.
Our device can be used as a gadget at home, offices and other
busy institutions. With this anybody can know the position of
a person without difficulty
2. SYSTEM DESCRIPTIPON
2.1 Existing System
In this system location of a person in a large building should
be tracked manually .It requires lot of time to search for a
single person in each and every room of a building. It is less
efficient and has loss of energy.
2.2 Proposed System
In this system location can be easily tracked out by just
looking in a clock. It requires fewer fractions of seconds to
track a person on large building. It is highly efficient and has
no loss of human energy.
3. BLOCK DIAGRAM OF MAGICUS CLOCK
Chart -1: System block diagram
In Magicus Clock five modules are used, each module
contains a programmed PIC microcontroller and a zigbee
module. Three modules are kept at three rooms via A, B, C.
One module is kept at hand set, which is mobile and the fifth
module is attached with the clock dial. The three stationary
modules kept at three different rooms shall continuously
transmit signals A, B, C. When the hand module is at near
proximity to any one of them, it receives the signal and
retransmits the signal to the clock module. The
microcontroller in the clock module causes, the stepper motor
to increment according to the signal received. For example, if
Signal A
from module
1
Signal
received by
clock module
Signal received &
transmitted by
hand module
Signal B
from module
2
Signal C
from
module 3
Stepper
motor
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 01 | NC-WiCOMET-2014 | Mar-2014, Available @ http://www.ijret.org 66
the signal received is A, the motor makes 400 steps, thus
causing the clock needle attached to point to location A on the
clock dial & similarly if B/C is received, the motor will takes
800/1200 steps respectively and the needle will move
accordingly.
In the clock dial, positions of A, B, C& home position are
arranged according to the steps of stepper motor i.e.; first
home position after that A then B and last C. In hand set and
server A, B&C signal will not interfere each other since the
destination address of A, B&C is the address of hand set and
the destination of hand set is of server. This A,B,C zigbee
modules are only for transmitting, hand set is for both
transmitting and receiving and zigbee module in server is for
receiving .
4. SOFTWARE DESCRIPTION
4.1 Keil
The Keil IDE is a user-friendly software suite to develop your
‘c’ code and assembly language and test the same in a virtual
8051 environment. The main feature of the Keil is that it
allows C programming to adapt to the 8051 environment
quickly. It offers the designer a device database of MCS-51
family form which the target device of interest can be chosen.
The micro vision IDE sets the compiler, assembler, linker, and
memory options for the designer. The suite comes with
numerous example programs to assist the designer to start his
project. With the virtual environment, the available on-chip
resources of the microcontroller chosen can be seen working
on the PC screen. The simulation window facilitates very
realistic simulation of both CPU and embedded peripherals
and displays the interaction of the microcontrollers with
external peripherals, although the simulation time, it helps to
save the bugs and project failure in the long run.
4.2 Proteus: Simulation Software
Proteus is circuit simulation software. Proteus consists of two
major software parts. They are ISIS and ARES.ISIS is a
simulation package where as ARES is a PCB making package.
The proteus Design suite is wholly unique in offering the
ability to co-simulate both high and low level microcontroller
codes in the context of a mixed-mode SPICE circuit
simulation. If one person designs both the hardware and the
software then that person benefits as the hardware design may
be changed just as easily as software design. In larger
organizations where the two roles are separated, the software
designers can begin work as soon as the schematic is
completed.
Proteus VSM contains everything we need to develop, test and
virtually prototype our embedded system designs based
around Microchip Technologies.
5. CIRCUIT DIAGRAM DESCRIPTION
Fig -1: Circuit diagram
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 01 | NC-WiCOMET-2014 | Mar-2014, Available @ http://www.ijret.org 67
The hardware section consist of five units, they are three
stationary Zigbee sections which can be placed in three
different locations, one hand set which is mobile that can be
hold by person whose location has to be detected, and then a
clock section circuitry. The internal circuits can be divided in
to three sections; they are power supply circuit, PIC and its
associated circuit, and Zigbee section.
5.1 Power Supply Circuit
Since PIC, Zigbee, and stepper require 5V, 3.3V, 12V
respectively, the circuit is arranged in such a way that the
above three voltages are always available. For this the circuit
mainly consists of two regulator ICs, LM7805 and LM317.
Both are three pin ICs, here LM7805 provide a constant 5V
output and LM317 can give output voltage between 5V and
30v by varying its associated resistor according to the relation,
Vout=1.25[1 + [R2/R1]], (Vout can be varied by changing
R2).
In this circuit a number of capacitors are also included in order
to filter out the ripples present in the power supply. The value
of capacitors used depends on the frequencies of the ripple
percent, according to the relation ∆V=I/2RC.If ripple
frequency is high value of capacitor used is high. If ripple
frequency is high the value of capacitor used is low.
To the circuit a 12V supply is given using a two pin switch
which is then half wave rectified by a diode, which connected
in such a way that it will conduct when positive voltage is
applied to its anode. Its output provide 12V rectified supply
whose small frequency ripples are removed by using high
frequency capacitor C7 ,and can be used as stepper input. The
above voltage is then given to the 1st pin of voltage regulator
LM7805 it then regulate the 12Vsupplt in to 5V and available
at the 2nd pin, after capacitors C8 and C3 ripple free 5V
supply is available for PIC. This voltage is then given to the
second regulator LM317’s3rd pin. Input 5V is converted to
3.3Vby varying resistor R2 and ripples are removed using
capacitors C9 and C4, then supply for Zigbee is also available.
5.2 PIC and its Associated Circuit
In this circuit we used PIC16F877A, a 40 pin IC. For
providing external clock input, a 20MHz crystal oscillator is
connected between pins 13&14 with two capacitor
combination C5 and C6 for stabilization. Here we provided
power on reset at the pin 1 with the help of a switch SW i.e., a
5V supply is always given to the pin 1 and when the reset
button is pressed voltage get grounded and reset occurred.PIC
need DC 5V supply and it is given with the help of a capacitor
C1, in order to remove the AC component. A ground is
provided at pin 12.During serial communication data is
received at the pin 23 and transmitted through pin 25 by the
support of USART.
5.3 Zigbee Section
This section consists of Zigbee and its receiving transmitting
sections. Zigbee operate at the DC supply voltage of 3.3V and
it is provided at 1st
pin with the help of capacitor C2.ground is
applied to pin 10.When the receiver section of Zigbee receive
data from PIC a 5V data is obtained so in order to convert it to
a 3.3V data a voltage regulator circuit is used which consist of
a zener diode whose output is a 3.3V and it is then given to the
receiver pin of Zigbee. At the transmitter section the low
voltage Zigbee output is boosted to 5V by using an amplifier
circuit. The main components of this circuit are two NPN
transistors Q1 andQ2 they are supplied with 5V through
resistors R3 and R2. When a 3.3V need to be transmitted it
appear as a logic 1 at the transistor base of Q2, which then get
turn one and the supply get grounded. As a result Q1 is turned
off since the collector of Q2 is connected to the base of Q1,
then 5v supply available at the transmitter, in this way a high
level data is transmitted. When a low voltage data wants to be
transmitted it appears as a logic 0 and Q2 get turned off as a
result Q1 is turned on then supply grounded through the
emitter of q1,low voltage at the transmitter.
6. HARDWARE DESCRIPTION
The main components used in our project are PIC, Zigbee, and
Stepper motor.
6.1 PIC
The PIC (Peripheral Inter phase Controller) here we used is
IC 16F877A ,in this specification 16 represents core size, F
for flash memory, 77 represents specific model number and A
for advanced. It is a 40 pin IC operating at a speed of
20MHz.It have hardware architecture i.e. separate memory
space and availability of buses for both program and memory.
The main internal features of PIC[5] are, it needs only 5V DC
power supply and have power on reset.PIC have built in
oscillators and interrupt capability. Have three timers, in this
Timer 0 and Timer 2 are eight bit timers Timer 1 is a 16 bit
timer.PIC support serial mode data communication, for this it
provided with USART-Universal Synchronous and
Asynchronous Reception and Transmit ion., synchronous
means depends on clock and asynchronous means does not
depends on clock. USART transmit data as packets of eight
bit data, along with eight bit data one start and stop bits are
also transmitted. The start bit is represented by a low signal
and stop bit by a high signal.
It is a low power, high speed, low cost, widely available IC
hence it is commonly used.
6.2 Zigbee
The Zigbee used is IC 4214A, it is a 20 pin IC and based on
IEEE 802 standards. The main feature of Zigbee is that, it
creates a personal area network built from small, low power
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 01 | NC-WiCOMET-2014 | Mar-2014, Available @ http://www.ijret.org 68
digital radios[4].The maximum voltage required for Zigbee is
only 3.3V and operates at a 250Kb/s.
Zigbee uses serial mode of data communication, transfer data
as a packets of eight bit along with one start and stop bits, the
start bit is represented by a low signal and stop bit by high
signal when no data is transferred signal is always high. The
transmitted data also contain both source and destination
addresses, which helps the transmitting and receiving units to
identify their destination or source respectively.
Zigbee used in applications that require low data rate, long
battery life and secure network. Since it is simpler and less
expensive than other WPANs, such as Bluetooth or Wi-Fi it is
widely used in wireless applications.
6.3 Stepper Motor
It is a brushless DC motor that divides a full rotation into a
number of equal steps and needs only 12V supply. A stepper
motor commonly has a permanent magnet rotor surrounded by
a stator. Most common have four stator windings that are
paired with a center taped common, this is commonly referred
as four-phase or unipolar stepper motor. Center tap allows a
change of current direction in each two coils when a winding
is grounded, there by resulting in a polarity change of the
stator and change in the direction of rotation in clockwise or
anticlockwise directions. Each step movement of motor is
controlled by basic magnetic theory i.e. like poles repels and
opposite poles attract.
How much movement is associated with a single step depends
on the internal construction of the motor and it is defined in
Step angle. Step angle is the minimum degree of rotation
associated with a single step. Here we used a stepper whose
one step is equal to 0.225 degrees, and then total steps
required for completing 360 degrees are 1600 steps.
7. PCB LAYOUT
7.1 Layout of the Hand & Stationary module
Fig-2:Top view
Fig-3: Bottom view
7.2 Layout of Clock Module
Fig-4: Top view
Fig-5: Bottom view
IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308
_______________________________________________________________________________________
Volume: 03 Special Issue: 01 | NC-WiCOMET-2014 | Mar-2014, Available @ http://www.ijret.org 69
8. CONCLUSIONS
The project “MAGICUS CLOCK” is completed successfully
with the use of Zigbee modules, programmed PIC
microcontroller, stepper motor and other circuit components,
we were successfully able to track the position of a person at
three locations at a maximum distance of 30m in a building.
Our device can be used as a gadget at home, offices and other
busy institutions. With this anybody can know the position of
a person without difficulty. This requires little expense when
compared with other tracking devices and is user friendly.
ACKNOWLEDGEMENTS
First and the foremost, we thank the ALMIGHTY GOD who
gave us the inner strength, resource and ability to complete our
work successfully, without which all our efforts would have
been in vain.
We express sincere gratitude to our principal, Dr.M.M.
Paulose for providing us all help to accomplish our mini
project. We stand grateful to our beloved Prof. Johny Joseph,
Head of the Department of Electronics and communication
engineering, for his valuable advice and motivation. Also we
express our heartfelt thanks to our project coordinators
Asst.Prof. Jinto Mathew& Asst.Prof.Shainy Peter for their
helpful feedback and timely assistance throughout our work.
We also express our sincere thanks to all the staff members of
Electronics & Communication Engineering Department for
their help and encouragement. We thank all our friends who
have helped with their prayer and encouragement.
Once again, we thank all those who have helped directly and
indirectly to complete our work.
REFERENCES
[1]..PIC Microcontroller & Embedded System-Muhammad
Ali mazidi, Rolin D McKinley &Danny Causey
[2]. Zigbee wireless networking by Drew Gislason
[3]. The 8051 Microcontroller and Embedded Systems
[4]. http://www.digi.com/pdf/ds_xbeemultipointmodules.pdf
[5]. http://www.wvshare.com/datasheet_html/PIC16F877A-
PDF.html
BIOGRAPHIES
Geethu Issac, Pursuing B.Tech degree in
Electronics And Communication from Mar
Baselios Institute Of Technology And Science,
Nellimattom, Ernakulam Dst, Kerala, India.
Veena Thomas, Pursuing B.Tech degree in
Electronics And Communication from Mar
Baselios Institute Of Technology And Science,
Nellimattom, Ernakulam Dst, Kerala, India.
Geena P George, Pursuing B.Tech degree in
Electronics And Communication from Mar
Baselios Institute Of Technology And
Science, Nellimattom, Ernakulam Dst,
Kerala, India.
Rufeena Abu, Pursuing B.Tech degree in
Electronics And Communication from Mar
Baselios Institute Of Technology And
Science, Nellimattom, Ernakulam Dst,
Kerala, India.
Shainy Peter, Currently working as Assistant
Professor in Electronics And Communication
department in Mar Baselios Institute of
Technlogy &Science, Nellimattom, Kerala
since 2011 July. Received BTech degree
in ECE from Sree Narayana Gurukulam College of
Engineering, Kadayirippu, Kerala in the year 2008,under MG
University. Received MTech degree in Microwave Electronics
from Cochin University of Science and Technology,
Kalammassery, Cochin, Kerala in 2011.

More Related Content

What's hot

Automatic hand sanitizer machine
Automatic  hand sanitizer machineAutomatic  hand sanitizer machine
Automatic hand sanitizer machineLalitKapoor7
 
Automatic control of electrical Appliances
Automatic control of electrical AppliancesAutomatic control of electrical Appliances
Automatic control of electrical AppliancesShubham Sachan
 
11.[106 118]design and implementation of a short message service based remote...
11.[106 118]design and implementation of a short message service based remote...11.[106 118]design and implementation of a short message service based remote...
11.[106 118]design and implementation of a short message service based remote...Alexander Decker
 
The interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditionThe interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditioneSAT Publishing House
 
Automatic room light controlling Capstone Report
Automatic room light controlling Capstone ReportAutomatic room light controlling Capstone Report
Automatic room light controlling Capstone ReportShubham Sachan
 
Home Automation & Security
Home Automation & SecurityHome Automation & Security
Home Automation & SecurityRoshan Mani
 
Bi-Directional Visitor Counter & Home Automation revised strictly to pattern ...
Bi-Directional Visitor Counter & Home Automation revised strictly to pattern ...Bi-Directional Visitor Counter & Home Automation revised strictly to pattern ...
Bi-Directional Visitor Counter & Home Automation revised strictly to pattern ...Roshan Mani
 
The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...eSAT Journals
 
Review on an object following wireless robot
Review on an object following wireless robotReview on an object following wireless robot
Review on an object following wireless roboteSAT Publishing House
 
IRJET - Intelligent Lighting Solution
IRJET -  	  Intelligent Lighting SolutionIRJET -  	  Intelligent Lighting Solution
IRJET - Intelligent Lighting SolutionIRJET Journal
 
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3Abhishekvb
 
IRJET- Smart Home Automation System using 8051 Micro-Controller
IRJET- Smart Home Automation System using 8051 Micro-ControllerIRJET- Smart Home Automation System using 8051 Micro-Controller
IRJET- Smart Home Automation System using 8051 Micro-ControllerIRJET Journal
 
Blutooth based home appiliance
Blutooth based home appilianceBlutooth based home appiliance
Blutooth based home appilianceRahul Chaurasia
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET Journal
 
unmanned vehicle robot for coal mines 1111111111111111
unmanned vehicle robot for coal mines 1111111111111111unmanned vehicle robot for coal mines 1111111111111111
unmanned vehicle robot for coal mines 1111111111111111Pratik Hulawale
 
Residential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemResidential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemAssociate Professor in VSB Coimbatore
 
Unconstrained health monitoring and effective position tracking using wireles...
Unconstrained health monitoring and effective position tracking using wireles...Unconstrained health monitoring and effective position tracking using wireles...
Unconstrained health monitoring and effective position tracking using wireles...eSAT Journals
 
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEMWEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEMATHUL RAJ.R
 
IJSRED-V2I2P7
IJSRED-V2I2P7IJSRED-V2I2P7
IJSRED-V2I2P7IJSRED
 

What's hot (20)

Automatic hand sanitizer machine
Automatic  hand sanitizer machineAutomatic  hand sanitizer machine
Automatic hand sanitizer machine
 
Cspass
CspassCspass
Cspass
 
Automatic control of electrical Appliances
Automatic control of electrical AppliancesAutomatic control of electrical Appliances
Automatic control of electrical Appliances
 
11.[106 118]design and implementation of a short message service based remote...
11.[106 118]design and implementation of a short message service based remote...11.[106 118]design and implementation of a short message service based remote...
11.[106 118]design and implementation of a short message service based remote...
 
The interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic conditionThe interconnecting mechanism for monitoring regular domestic condition
The interconnecting mechanism for monitoring regular domestic condition
 
Automatic room light controlling Capstone Report
Automatic room light controlling Capstone ReportAutomatic room light controlling Capstone Report
Automatic room light controlling Capstone Report
 
Home Automation & Security
Home Automation & SecurityHome Automation & Security
Home Automation & Security
 
Bi-Directional Visitor Counter & Home Automation revised strictly to pattern ...
Bi-Directional Visitor Counter & Home Automation revised strictly to pattern ...Bi-Directional Visitor Counter & Home Automation revised strictly to pattern ...
Bi-Directional Visitor Counter & Home Automation revised strictly to pattern ...
 
The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...The development of supervisory system for electricity control in smgg, guntur...
The development of supervisory system for electricity control in smgg, guntur...
 
Review on an object following wireless robot
Review on an object following wireless robotReview on an object following wireless robot
Review on an object following wireless robot
 
IRJET - Intelligent Lighting Solution
IRJET -  	  Intelligent Lighting SolutionIRJET -  	  Intelligent Lighting Solution
IRJET - Intelligent Lighting Solution
 
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
Bidirectional Visitor Counter using IR sensors and Arduino Uno R3
 
IRJET- Smart Home Automation System using 8051 Micro-Controller
IRJET- Smart Home Automation System using 8051 Micro-ControllerIRJET- Smart Home Automation System using 8051 Micro-Controller
IRJET- Smart Home Automation System using 8051 Micro-Controller
 
Blutooth based home appiliance
Blutooth based home appilianceBlutooth based home appiliance
Blutooth based home appiliance
 
IRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor PerformanceIRJET - IoT-based Monitoring of Induction Motor Performance
IRJET - IoT-based Monitoring of Induction Motor Performance
 
unmanned vehicle robot for coal mines 1111111111111111
unmanned vehicle robot for coal mines 1111111111111111unmanned vehicle robot for coal mines 1111111111111111
unmanned vehicle robot for coal mines 1111111111111111
 
Residential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemResidential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation System
 
Unconstrained health monitoring and effective position tracking using wireles...
Unconstrained health monitoring and effective position tracking using wireles...Unconstrained health monitoring and effective position tracking using wireles...
Unconstrained health monitoring and effective position tracking using wireles...
 
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEMWEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
WEB BASED REALTIME CONTROL AND HOME AUTOMATION SYSTEM
 
IJSRED-V2I2P7
IJSRED-V2I2P7IJSRED-V2I2P7
IJSRED-V2I2P7
 

Viewers also liked

An enhanced mppt technique for small scale
An enhanced mppt technique for small scaleAn enhanced mppt technique for small scale
An enhanced mppt technique for small scaleeSAT Publishing House
 
Effect of basic pretreatment on saccharification of
Effect of basic pretreatment on saccharification ofEffect of basic pretreatment on saccharification of
Effect of basic pretreatment on saccharification ofeSAT Publishing House
 
To the numerical modeling of self similar solutions of
To the numerical modeling of self similar solutions ofTo the numerical modeling of self similar solutions of
To the numerical modeling of self similar solutions ofeSAT Publishing House
 
Bit error rate analysis of wimax physical layer under sui and awgn channel mo...
Bit error rate analysis of wimax physical layer under sui and awgn channel mo...Bit error rate analysis of wimax physical layer under sui and awgn channel mo...
Bit error rate analysis of wimax physical layer under sui and awgn channel mo...eSAT Publishing House
 
E learning for agriculture education in india
E learning for agriculture education in indiaE learning for agriculture education in india
E learning for agriculture education in indiaeSAT Publishing House
 
Characteristic orthogonal polynimial application to galerkin indirect variati...
Characteristic orthogonal polynimial application to galerkin indirect variati...Characteristic orthogonal polynimial application to galerkin indirect variati...
Characteristic orthogonal polynimial application to galerkin indirect variati...eSAT Publishing House
 
Bivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm forBivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm foreSAT Publishing House
 
Optimum capacity allocation of distributed generation
Optimum capacity allocation of distributed generationOptimum capacity allocation of distributed generation
Optimum capacity allocation of distributed generationeSAT Publishing House
 
Investigation of the mechanical, corrosion properties and wear behaviour of e...
Investigation of the mechanical, corrosion properties and wear behaviour of e...Investigation of the mechanical, corrosion properties and wear behaviour of e...
Investigation of the mechanical, corrosion properties and wear behaviour of e...eSAT Publishing House
 
Accelerated broadcast authentication with signature amortization for wsns
Accelerated broadcast authentication with signature amortization for wsnsAccelerated broadcast authentication with signature amortization for wsns
Accelerated broadcast authentication with signature amortization for wsnseSAT Publishing House
 
Cloud based security threats with present challenges and opportunities for ma...
Cloud based security threats with present challenges and opportunities for ma...Cloud based security threats with present challenges and opportunities for ma...
Cloud based security threats with present challenges and opportunities for ma...eSAT Publishing House
 
Statistical optimization of adsorption variables for biosorption of chromium ...
Statistical optimization of adsorption variables for biosorption of chromium ...Statistical optimization of adsorption variables for biosorption of chromium ...
Statistical optimization of adsorption variables for biosorption of chromium ...eSAT Publishing House
 
Novel fpga design and implementation of digital up
Novel fpga design and implementation of digital upNovel fpga design and implementation of digital up
Novel fpga design and implementation of digital upeSAT Publishing House
 
Voltage sag mitigation using supercapacitor based dynamic voltage restorer
Voltage sag mitigation using supercapacitor based dynamic voltage restorerVoltage sag mitigation using supercapacitor based dynamic voltage restorer
Voltage sag mitigation using supercapacitor based dynamic voltage restorereSAT Publishing House
 
Nesting of five modulus method with improved lsb subtitution to hide an image...
Nesting of five modulus method with improved lsb subtitution to hide an image...Nesting of five modulus method with improved lsb subtitution to hide an image...
Nesting of five modulus method with improved lsb subtitution to hide an image...eSAT Publishing House
 
Review work on analysis of f1 car frame using ansys
Review work on analysis of f1 car frame using ansysReview work on analysis of f1 car frame using ansys
Review work on analysis of f1 car frame using ansyseSAT Publishing House
 
Wound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingWound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingeSAT Publishing House
 
IJRET : International Journal of Research in Engineering and TechnologyOptimi...
IJRET : International Journal of Research in Engineering and TechnologyOptimi...IJRET : International Journal of Research in Engineering and TechnologyOptimi...
IJRET : International Journal of Research in Engineering and TechnologyOptimi...eSAT Publishing House
 
Feature extraction from asthma patient’s voice using mel frequency cepstral c...
Feature extraction from asthma patient’s voice using mel frequency cepstral c...Feature extraction from asthma patient’s voice using mel frequency cepstral c...
Feature extraction from asthma patient’s voice using mel frequency cepstral c...eSAT Publishing House
 

Viewers also liked (20)

An enhanced mppt technique for small scale
An enhanced mppt technique for small scaleAn enhanced mppt technique for small scale
An enhanced mppt technique for small scale
 
Effect of basic pretreatment on saccharification of
Effect of basic pretreatment on saccharification ofEffect of basic pretreatment on saccharification of
Effect of basic pretreatment on saccharification of
 
To the numerical modeling of self similar solutions of
To the numerical modeling of self similar solutions ofTo the numerical modeling of self similar solutions of
To the numerical modeling of self similar solutions of
 
Bit error rate analysis of wimax physical layer under sui and awgn channel mo...
Bit error rate analysis of wimax physical layer under sui and awgn channel mo...Bit error rate analysis of wimax physical layer under sui and awgn channel mo...
Bit error rate analysis of wimax physical layer under sui and awgn channel mo...
 
E learning for agriculture education in india
E learning for agriculture education in indiaE learning for agriculture education in india
E learning for agriculture education in india
 
Characteristic orthogonal polynimial application to galerkin indirect variati...
Characteristic orthogonal polynimial application to galerkin indirect variati...Characteristic orthogonal polynimial application to galerkin indirect variati...
Characteristic orthogonal polynimial application to galerkin indirect variati...
 
Bivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm forBivariatealgebraic integerencoded arai algorithm for
Bivariatealgebraic integerencoded arai algorithm for
 
Optimum capacity allocation of distributed generation
Optimum capacity allocation of distributed generationOptimum capacity allocation of distributed generation
Optimum capacity allocation of distributed generation
 
Investigation of the mechanical, corrosion properties and wear behaviour of e...
Investigation of the mechanical, corrosion properties and wear behaviour of e...Investigation of the mechanical, corrosion properties and wear behaviour of e...
Investigation of the mechanical, corrosion properties and wear behaviour of e...
 
Accelerated broadcast authentication with signature amortization for wsns
Accelerated broadcast authentication with signature amortization for wsnsAccelerated broadcast authentication with signature amortization for wsns
Accelerated broadcast authentication with signature amortization for wsns
 
Cloud based security threats with present challenges and opportunities for ma...
Cloud based security threats with present challenges and opportunities for ma...Cloud based security threats with present challenges and opportunities for ma...
Cloud based security threats with present challenges and opportunities for ma...
 
Statistical optimization of adsorption variables for biosorption of chromium ...
Statistical optimization of adsorption variables for biosorption of chromium ...Statistical optimization of adsorption variables for biosorption of chromium ...
Statistical optimization of adsorption variables for biosorption of chromium ...
 
Novel fpga design and implementation of digital up
Novel fpga design and implementation of digital upNovel fpga design and implementation of digital up
Novel fpga design and implementation of digital up
 
Attacks in manet
Attacks in manetAttacks in manet
Attacks in manet
 
Voltage sag mitigation using supercapacitor based dynamic voltage restorer
Voltage sag mitigation using supercapacitor based dynamic voltage restorerVoltage sag mitigation using supercapacitor based dynamic voltage restorer
Voltage sag mitigation using supercapacitor based dynamic voltage restorer
 
Nesting of five modulus method with improved lsb subtitution to hide an image...
Nesting of five modulus method with improved lsb subtitution to hide an image...Nesting of five modulus method with improved lsb subtitution to hide an image...
Nesting of five modulus method with improved lsb subtitution to hide an image...
 
Review work on analysis of f1 car frame using ansys
Review work on analysis of f1 car frame using ansysReview work on analysis of f1 car frame using ansys
Review work on analysis of f1 car frame using ansys
 
Wound epithelization model by 3 d imaging
Wound epithelization model by 3 d imagingWound epithelization model by 3 d imaging
Wound epithelization model by 3 d imaging
 
IJRET : International Journal of Research in Engineering and TechnologyOptimi...
IJRET : International Journal of Research in Engineering and TechnologyOptimi...IJRET : International Journal of Research in Engineering and TechnologyOptimi...
IJRET : International Journal of Research in Engineering and TechnologyOptimi...
 
Feature extraction from asthma patient’s voice using mel frequency cepstral c...
Feature extraction from asthma patient’s voice using mel frequency cepstral c...Feature extraction from asthma patient’s voice using mel frequency cepstral c...
Feature extraction from asthma patient’s voice using mel frequency cepstral c...
 

Similar to Tracking People's Locations with a Magical Clock

Master slave autonomous surveillance bot for military applications
Master slave autonomous surveillance bot for military applicationsMaster slave autonomous surveillance bot for military applications
Master slave autonomous surveillance bot for military applicationseSAT Journals
 
IRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET Journal
 
Design and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robotDesign and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing roboteSAT Journals
 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...eSAT Journals
 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...eSAT Publishing House
 
Zigbee based weather monitoring system
	Zigbee based weather monitoring system	Zigbee based weather monitoring system
Zigbee based weather monitoring systemtheijes
 
Zigbee based weather monitoring system
Zigbee based weather monitoring systemZigbee based weather monitoring system
Zigbee based weather monitoring systemtheijes
 
Automatic room light controller using microcontroller and visitor counter
Automatic room light controller using microcontroller and visitor counterAutomatic room light controller using microcontroller and visitor counter
Automatic room light controller using microcontroller and visitor countereSAT Journals
 
To protect user’s password from theft by using rfid and mems technology
To protect user’s password from theft by using rfid and mems technologyTo protect user’s password from theft by using rfid and mems technology
To protect user’s password from theft by using rfid and mems technologyeSAT Journals
 
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATIONPROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATIONIRJET Journal
 
Smart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemSmart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemeSAT Journals
 
Robotic arm controlled in missile launchers using plc and image authenticatio...
Robotic arm controlled in missile launchers using plc and image authenticatio...Robotic arm controlled in missile launchers using plc and image authenticatio...
Robotic arm controlled in missile launchers using plc and image authenticatio...eSAT Publishing House
 
Design and operation of synchronized robotic arm
Design and operation of synchronized robotic armDesign and operation of synchronized robotic arm
Design and operation of synchronized robotic armeSAT Journals
 
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...
IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...IRJET Journal
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET Journal
 
IRJET- Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET-  	  Design and Development of Low Power Sensor Node For Plant Monitori...IRJET-  	  Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET- Design and Development of Low Power Sensor Node For Plant Monitori...IRJET Journal
 
Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...eSAT Journals
 
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...eSAT Journals
 
Real time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running trainReal time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running traineSAT Journals
 
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
 

Similar to Tracking People's Locations with a Magical Clock (20)

Master slave autonomous surveillance bot for military applications
Master slave autonomous surveillance bot for military applicationsMaster slave autonomous surveillance bot for military applications
Master slave autonomous surveillance bot for military applications
 
IRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth FaultIRJET- IoT based Feeder Protection from Overload and Earth Fault
IRJET- IoT based Feeder Protection from Overload and Earth Fault
 
Design and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robotDesign and development of touch screen controlled stairs climbing robot
Design and development of touch screen controlled stairs climbing robot
 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...
 
A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...A remote monitoring system for a three phase 10-kva switchable distribution t...
A remote monitoring system for a three phase 10-kva switchable distribution t...
 
Zigbee based weather monitoring system
	Zigbee based weather monitoring system	Zigbee based weather monitoring system
Zigbee based weather monitoring system
 
Zigbee based weather monitoring system
Zigbee based weather monitoring systemZigbee based weather monitoring system
Zigbee based weather monitoring system
 
Automatic room light controller using microcontroller and visitor counter
Automatic room light controller using microcontroller and visitor counterAutomatic room light controller using microcontroller and visitor counter
Automatic room light controller using microcontroller and visitor counter
 
To protect user’s password from theft by using rfid and mems technology
To protect user’s password from theft by using rfid and mems technologyTo protect user’s password from theft by using rfid and mems technology
To protect user’s password from theft by using rfid and mems technology
 
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATIONPROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
PROTOTYPE OF IOT BASED DC MICROGRID AUTOMATION
 
Smart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition systemSmart real time embedded arduino based data acquisition system
Smart real time embedded arduino based data acquisition system
 
Robotic arm controlled in missile launchers using plc and image authenticatio...
Robotic arm controlled in missile launchers using plc and image authenticatio...Robotic arm controlled in missile launchers using plc and image authenticatio...
Robotic arm controlled in missile launchers using plc and image authenticatio...
 
Design and operation of synchronized robotic arm
Design and operation of synchronized robotic armDesign and operation of synchronized robotic arm
Design and operation of synchronized robotic arm
 
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...
IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...IRJET-  	  Smart Security System in Homes using Simple Internet of Things Ena...
IRJET- Smart Security System in Homes using Simple Internet of Things Ena...
 
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security DeviceIRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
IRJET- Low Powered Radio Frequency and PIR Sensor based Security Device
 
IRJET- Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET-  	  Design and Development of Low Power Sensor Node For Plant Monitori...IRJET-  	  Design and Development of Low Power Sensor Node For Plant Monitori...
IRJET- Design and Development of Low Power Sensor Node For Plant Monitori...
 
Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...Implementation of flex sensor for hand gesture based wireless automation of j...
Implementation of flex sensor for hand gesture based wireless automation of j...
 
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
Hand gesture based wheel chair with obstacle detection,wireless & gps tec...
 
Real time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running trainReal time tracking based on gsm and ir module for running train
Real time tracking based on gsm and ir module for running train
 
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
 

More from eSAT Publishing House

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnameSAT Publishing House
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...eSAT Publishing House
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnameSAT Publishing House
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...eSAT Publishing House
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaeSAT Publishing House
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingeSAT Publishing House
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...eSAT Publishing House
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...eSAT Publishing House
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...eSAT Publishing House
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a revieweSAT Publishing House
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...eSAT Publishing House
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard managementeSAT Publishing House
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallseSAT Publishing House
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...eSAT Publishing House
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...eSAT Publishing House
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaeSAT Publishing House
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structureseSAT Publishing House
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingseSAT Publishing House
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...eSAT Publishing House
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...eSAT Publishing House
 

More from eSAT Publishing House (20)

Likely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnamLikely impacts of hudhud on the environment of visakhapatnam
Likely impacts of hudhud on the environment of visakhapatnam
 
Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...Impact of flood disaster in a drought prone area – case study of alampur vill...
Impact of flood disaster in a drought prone area – case study of alampur vill...
 
Hudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnamHudhud cyclone – a severe disaster in visakhapatnam
Hudhud cyclone – a severe disaster in visakhapatnam
 
Groundwater investigation using geophysical methods a case study of pydibhim...
Groundwater investigation using geophysical methods  a case study of pydibhim...Groundwater investigation using geophysical methods  a case study of pydibhim...
Groundwater investigation using geophysical methods a case study of pydibhim...
 
Flood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, indiaFlood related disasters concerned to urban flooding in bangalore, india
Flood related disasters concerned to urban flooding in bangalore, india
 
Enhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity buildingEnhancing post disaster recovery by optimal infrastructure capacity building
Enhancing post disaster recovery by optimal infrastructure capacity building
 
Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...Effect of lintel and lintel band on the global performance of reinforced conc...
Effect of lintel and lintel band on the global performance of reinforced conc...
 
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
Wind damage to trees in the gitam university campus at visakhapatnam by cyclo...
 
Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...Wind damage to buildings, infrastrucuture and landscape elements along the be...
Wind damage to buildings, infrastrucuture and landscape elements along the be...
 
Shear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a reviewShear strength of rc deep beam panels – a review
Shear strength of rc deep beam panels – a review
 
Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...Role of voluntary teams of professional engineers in dissater management – ex...
Role of voluntary teams of professional engineers in dissater management – ex...
 
Risk analysis and environmental hazard management
Risk analysis and environmental hazard managementRisk analysis and environmental hazard management
Risk analysis and environmental hazard management
 
Review study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear wallsReview study on performance of seismically tested repaired shear walls
Review study on performance of seismically tested repaired shear walls
 
Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...Monitoring and assessment of air quality with reference to dust particles (pm...
Monitoring and assessment of air quality with reference to dust particles (pm...
 
Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...Low cost wireless sensor networks and smartphone applications for disaster ma...
Low cost wireless sensor networks and smartphone applications for disaster ma...
 
Coastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of indiaCoastal zones – seismic vulnerability an analysis from east coast of india
Coastal zones – seismic vulnerability an analysis from east coast of india
 
Can fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structuresCan fracture mechanics predict damage due disaster of structures
Can fracture mechanics predict damage due disaster of structures
 
Assessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildingsAssessment of seismic susceptibility of rc buildings
Assessment of seismic susceptibility of rc buildings
 
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
A geophysical insight of earthquake occurred on 21 st may 2014 off paradip, b...
 
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
Effect of hudhud cyclone on the development of visakhapatnam as smart and gre...
 

Recently uploaded

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxbritheesh05
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 

Recently uploaded (20)

Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANVI) Koregaon Park Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Artificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptxArtificial-Intelligence-in-Electronics (K).pptx
Artificial-Intelligence-in-Electronics (K).pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 

Tracking People's Locations with a Magical Clock

  • 1. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 01 | NC-WiCOMET-2014 | Mar-2014, Available @ http://www.ijret.org 65 MAGICUS CLOCK Geethu Issac1 , Veena Thomas 2 , Geena P George3 , Rufeena Abu4 , Shainy Peter5 1,2,3,4 B.Tech student, 5 Assistant Professor, ECE, MBITS, Nellimattom, Kerala, India Abstract From the world famous series-Harry Potter, written by the British author Miss J.K Rowling, we do come across a ‘magical clock’-one of the curious Weasley house holding. Inspired from the same, the magical clock that we have desired to create is a repurposed grandfather clock, modified with gearing that allows four hands to rotate 360 degrees. Faces or clock hands indicate people, with locations instead of times. Then the clock is attached with a microcontroller that would watch for updates on and turn the hands appropriately. This project requires zigbee modules which transmit different signal to be placed on different location of the building, another zigbee module which can be used as a hand set for a person to be tracked and also there is a server system having zigbee module, PIC and stepper motor which receives the signal from handset and move the needle of clock accordingly with the help of stepper motor. Keywords: PIC- Peripheral Inter phase Controller, IC. ----------------------------------------------------------------------***------------------------------------------------------------------------ 1. INTRODUCTION The main objective of our project is to track people and display their location on the dial of a clock. The needles of the clock will represent people and different sectors of the clock will represent different location. Our model will track a single person and identifies three locations. This is done with the help of programmed PIC [1] microcontrollers, zigbee [2] modules and stepper motors [3]. This project requires zigbee modules which transmit different signal to be placed on different location of the building, another zigbee module which can be used as a hand set for a person to be tracked and also there is a server system having zigbee module, PIC and stepper motor which receives the signal from handset and move the needle of clock accordingly with the help of stepper motor. Our device can be used as a gadget at home, offices and other busy institutions. With this anybody can know the position of a person without difficulty 2. SYSTEM DESCRIPTIPON 2.1 Existing System In this system location of a person in a large building should be tracked manually .It requires lot of time to search for a single person in each and every room of a building. It is less efficient and has loss of energy. 2.2 Proposed System In this system location can be easily tracked out by just looking in a clock. It requires fewer fractions of seconds to track a person on large building. It is highly efficient and has no loss of human energy. 3. BLOCK DIAGRAM OF MAGICUS CLOCK Chart -1: System block diagram In Magicus Clock five modules are used, each module contains a programmed PIC microcontroller and a zigbee module. Three modules are kept at three rooms via A, B, C. One module is kept at hand set, which is mobile and the fifth module is attached with the clock dial. The three stationary modules kept at three different rooms shall continuously transmit signals A, B, C. When the hand module is at near proximity to any one of them, it receives the signal and retransmits the signal to the clock module. The microcontroller in the clock module causes, the stepper motor to increment according to the signal received. For example, if Signal A from module 1 Signal received by clock module Signal received & transmitted by hand module Signal B from module 2 Signal C from module 3 Stepper motor
  • 2. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 01 | NC-WiCOMET-2014 | Mar-2014, Available @ http://www.ijret.org 66 the signal received is A, the motor makes 400 steps, thus causing the clock needle attached to point to location A on the clock dial & similarly if B/C is received, the motor will takes 800/1200 steps respectively and the needle will move accordingly. In the clock dial, positions of A, B, C& home position are arranged according to the steps of stepper motor i.e.; first home position after that A then B and last C. In hand set and server A, B&C signal will not interfere each other since the destination address of A, B&C is the address of hand set and the destination of hand set is of server. This A,B,C zigbee modules are only for transmitting, hand set is for both transmitting and receiving and zigbee module in server is for receiving . 4. SOFTWARE DESCRIPTION 4.1 Keil The Keil IDE is a user-friendly software suite to develop your ‘c’ code and assembly language and test the same in a virtual 8051 environment. The main feature of the Keil is that it allows C programming to adapt to the 8051 environment quickly. It offers the designer a device database of MCS-51 family form which the target device of interest can be chosen. The micro vision IDE sets the compiler, assembler, linker, and memory options for the designer. The suite comes with numerous example programs to assist the designer to start his project. With the virtual environment, the available on-chip resources of the microcontroller chosen can be seen working on the PC screen. The simulation window facilitates very realistic simulation of both CPU and embedded peripherals and displays the interaction of the microcontrollers with external peripherals, although the simulation time, it helps to save the bugs and project failure in the long run. 4.2 Proteus: Simulation Software Proteus is circuit simulation software. Proteus consists of two major software parts. They are ISIS and ARES.ISIS is a simulation package where as ARES is a PCB making package. The proteus Design suite is wholly unique in offering the ability to co-simulate both high and low level microcontroller codes in the context of a mixed-mode SPICE circuit simulation. If one person designs both the hardware and the software then that person benefits as the hardware design may be changed just as easily as software design. In larger organizations where the two roles are separated, the software designers can begin work as soon as the schematic is completed. Proteus VSM contains everything we need to develop, test and virtually prototype our embedded system designs based around Microchip Technologies. 5. CIRCUIT DIAGRAM DESCRIPTION Fig -1: Circuit diagram
  • 3. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 01 | NC-WiCOMET-2014 | Mar-2014, Available @ http://www.ijret.org 67 The hardware section consist of five units, they are three stationary Zigbee sections which can be placed in three different locations, one hand set which is mobile that can be hold by person whose location has to be detected, and then a clock section circuitry. The internal circuits can be divided in to three sections; they are power supply circuit, PIC and its associated circuit, and Zigbee section. 5.1 Power Supply Circuit Since PIC, Zigbee, and stepper require 5V, 3.3V, 12V respectively, the circuit is arranged in such a way that the above three voltages are always available. For this the circuit mainly consists of two regulator ICs, LM7805 and LM317. Both are three pin ICs, here LM7805 provide a constant 5V output and LM317 can give output voltage between 5V and 30v by varying its associated resistor according to the relation, Vout=1.25[1 + [R2/R1]], (Vout can be varied by changing R2). In this circuit a number of capacitors are also included in order to filter out the ripples present in the power supply. The value of capacitors used depends on the frequencies of the ripple percent, according to the relation ∆V=I/2RC.If ripple frequency is high value of capacitor used is high. If ripple frequency is high the value of capacitor used is low. To the circuit a 12V supply is given using a two pin switch which is then half wave rectified by a diode, which connected in such a way that it will conduct when positive voltage is applied to its anode. Its output provide 12V rectified supply whose small frequency ripples are removed by using high frequency capacitor C7 ,and can be used as stepper input. The above voltage is then given to the 1st pin of voltage regulator LM7805 it then regulate the 12Vsupplt in to 5V and available at the 2nd pin, after capacitors C8 and C3 ripple free 5V supply is available for PIC. This voltage is then given to the second regulator LM317’s3rd pin. Input 5V is converted to 3.3Vby varying resistor R2 and ripples are removed using capacitors C9 and C4, then supply for Zigbee is also available. 5.2 PIC and its Associated Circuit In this circuit we used PIC16F877A, a 40 pin IC. For providing external clock input, a 20MHz crystal oscillator is connected between pins 13&14 with two capacitor combination C5 and C6 for stabilization. Here we provided power on reset at the pin 1 with the help of a switch SW i.e., a 5V supply is always given to the pin 1 and when the reset button is pressed voltage get grounded and reset occurred.PIC need DC 5V supply and it is given with the help of a capacitor C1, in order to remove the AC component. A ground is provided at pin 12.During serial communication data is received at the pin 23 and transmitted through pin 25 by the support of USART. 5.3 Zigbee Section This section consists of Zigbee and its receiving transmitting sections. Zigbee operate at the DC supply voltage of 3.3V and it is provided at 1st pin with the help of capacitor C2.ground is applied to pin 10.When the receiver section of Zigbee receive data from PIC a 5V data is obtained so in order to convert it to a 3.3V data a voltage regulator circuit is used which consist of a zener diode whose output is a 3.3V and it is then given to the receiver pin of Zigbee. At the transmitter section the low voltage Zigbee output is boosted to 5V by using an amplifier circuit. The main components of this circuit are two NPN transistors Q1 andQ2 they are supplied with 5V through resistors R3 and R2. When a 3.3V need to be transmitted it appear as a logic 1 at the transistor base of Q2, which then get turn one and the supply get grounded. As a result Q1 is turned off since the collector of Q2 is connected to the base of Q1, then 5v supply available at the transmitter, in this way a high level data is transmitted. When a low voltage data wants to be transmitted it appears as a logic 0 and Q2 get turned off as a result Q1 is turned on then supply grounded through the emitter of q1,low voltage at the transmitter. 6. HARDWARE DESCRIPTION The main components used in our project are PIC, Zigbee, and Stepper motor. 6.1 PIC The PIC (Peripheral Inter phase Controller) here we used is IC 16F877A ,in this specification 16 represents core size, F for flash memory, 77 represents specific model number and A for advanced. It is a 40 pin IC operating at a speed of 20MHz.It have hardware architecture i.e. separate memory space and availability of buses for both program and memory. The main internal features of PIC[5] are, it needs only 5V DC power supply and have power on reset.PIC have built in oscillators and interrupt capability. Have three timers, in this Timer 0 and Timer 2 are eight bit timers Timer 1 is a 16 bit timer.PIC support serial mode data communication, for this it provided with USART-Universal Synchronous and Asynchronous Reception and Transmit ion., synchronous means depends on clock and asynchronous means does not depends on clock. USART transmit data as packets of eight bit data, along with eight bit data one start and stop bits are also transmitted. The start bit is represented by a low signal and stop bit by a high signal. It is a low power, high speed, low cost, widely available IC hence it is commonly used. 6.2 Zigbee The Zigbee used is IC 4214A, it is a 20 pin IC and based on IEEE 802 standards. The main feature of Zigbee is that, it creates a personal area network built from small, low power
  • 4. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 01 | NC-WiCOMET-2014 | Mar-2014, Available @ http://www.ijret.org 68 digital radios[4].The maximum voltage required for Zigbee is only 3.3V and operates at a 250Kb/s. Zigbee uses serial mode of data communication, transfer data as a packets of eight bit along with one start and stop bits, the start bit is represented by a low signal and stop bit by high signal when no data is transferred signal is always high. The transmitted data also contain both source and destination addresses, which helps the transmitting and receiving units to identify their destination or source respectively. Zigbee used in applications that require low data rate, long battery life and secure network. Since it is simpler and less expensive than other WPANs, such as Bluetooth or Wi-Fi it is widely used in wireless applications. 6.3 Stepper Motor It is a brushless DC motor that divides a full rotation into a number of equal steps and needs only 12V supply. A stepper motor commonly has a permanent magnet rotor surrounded by a stator. Most common have four stator windings that are paired with a center taped common, this is commonly referred as four-phase or unipolar stepper motor. Center tap allows a change of current direction in each two coils when a winding is grounded, there by resulting in a polarity change of the stator and change in the direction of rotation in clockwise or anticlockwise directions. Each step movement of motor is controlled by basic magnetic theory i.e. like poles repels and opposite poles attract. How much movement is associated with a single step depends on the internal construction of the motor and it is defined in Step angle. Step angle is the minimum degree of rotation associated with a single step. Here we used a stepper whose one step is equal to 0.225 degrees, and then total steps required for completing 360 degrees are 1600 steps. 7. PCB LAYOUT 7.1 Layout of the Hand & Stationary module Fig-2:Top view Fig-3: Bottom view 7.2 Layout of Clock Module Fig-4: Top view Fig-5: Bottom view
  • 5. IJRET: International Journal of Research in Engineering and Technology eISSN: 2319-1163 | pISSN: 2321-7308 _______________________________________________________________________________________ Volume: 03 Special Issue: 01 | NC-WiCOMET-2014 | Mar-2014, Available @ http://www.ijret.org 69 8. CONCLUSIONS The project “MAGICUS CLOCK” is completed successfully with the use of Zigbee modules, programmed PIC microcontroller, stepper motor and other circuit components, we were successfully able to track the position of a person at three locations at a maximum distance of 30m in a building. Our device can be used as a gadget at home, offices and other busy institutions. With this anybody can know the position of a person without difficulty. This requires little expense when compared with other tracking devices and is user friendly. ACKNOWLEDGEMENTS First and the foremost, we thank the ALMIGHTY GOD who gave us the inner strength, resource and ability to complete our work successfully, without which all our efforts would have been in vain. We express sincere gratitude to our principal, Dr.M.M. Paulose for providing us all help to accomplish our mini project. We stand grateful to our beloved Prof. Johny Joseph, Head of the Department of Electronics and communication engineering, for his valuable advice and motivation. Also we express our heartfelt thanks to our project coordinators Asst.Prof. Jinto Mathew& Asst.Prof.Shainy Peter for their helpful feedback and timely assistance throughout our work. We also express our sincere thanks to all the staff members of Electronics & Communication Engineering Department for their help and encouragement. We thank all our friends who have helped with their prayer and encouragement. Once again, we thank all those who have helped directly and indirectly to complete our work. REFERENCES [1]..PIC Microcontroller & Embedded System-Muhammad Ali mazidi, Rolin D McKinley &Danny Causey [2]. Zigbee wireless networking by Drew Gislason [3]. The 8051 Microcontroller and Embedded Systems [4]. http://www.digi.com/pdf/ds_xbeemultipointmodules.pdf [5]. http://www.wvshare.com/datasheet_html/PIC16F877A- PDF.html BIOGRAPHIES Geethu Issac, Pursuing B.Tech degree in Electronics And Communication from Mar Baselios Institute Of Technology And Science, Nellimattom, Ernakulam Dst, Kerala, India. Veena Thomas, Pursuing B.Tech degree in Electronics And Communication from Mar Baselios Institute Of Technology And Science, Nellimattom, Ernakulam Dst, Kerala, India. Geena P George, Pursuing B.Tech degree in Electronics And Communication from Mar Baselios Institute Of Technology And Science, Nellimattom, Ernakulam Dst, Kerala, India. Rufeena Abu, Pursuing B.Tech degree in Electronics And Communication from Mar Baselios Institute Of Technology And Science, Nellimattom, Ernakulam Dst, Kerala, India. Shainy Peter, Currently working as Assistant Professor in Electronics And Communication department in Mar Baselios Institute of Technlogy &Science, Nellimattom, Kerala since 2011 July. Received BTech degree in ECE from Sree Narayana Gurukulam College of Engineering, Kadayirippu, Kerala in the year 2008,under MG University. Received MTech degree in Microwave Electronics from Cochin University of Science and Technology, Kalammassery, Cochin, Kerala in 2011.