SlideShare a Scribd company logo
1 of 4
Download to read offline
Prajakta S. Chavan et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.73-76
www.ijera.com 73 | P a g e
Design and Implementation of Anti Lost Bluetooth Low Energy
Mobile Device for Mobile Phone
Prajakta S. Chavan*, Uttam L. Bombale**
*(Electronics Technology, Department of Technology, Shivaji University, Kolhapur, Maharashtra, India)
** (Electronics Technology, Department of Technology, Shivaji University, Kolhapur, Maharashtra, India)
ABSTRACT
Today mobile phone like smart phone, tablet are very costly ranging from 300 USD to 600 USD , to avoid them
to get forget at any social places, we can have mobile device(gadget) which will warn us (beep)this device is left
back .To make commercialize product which will act as mobile phone watchmen, with specification and
characteristic like smallest device foot print, comfortable to carry along, ultra low power consumption to
increase battery life and to avoid frequent charging, ultra low Sleep currents and efficient performance. As per
this specification we will develop a mobile device (gadget) which will connect to mobile phone by Bluetooth
connectivity if this gadget will go beyond 4 to 6 meters gadget will beep loud when Bluetooth connectivity
breaks.
Keywords - Bluetooth low energy V4.0, BT Protocol, CC2540.
I. INTRODUCTION
Many times we forget to pickup our mobile
phone from restaurant, library, canteen and other
social places. Probability for device stolen from this
place is also high. When we realize the portable
device mobile, tablet or laptop is left back at
restoring its quite late and device is pickup or stole
by stranger, this smart phone and tablet device are
very costly. According to crime statistics on mobile
stolen cases from 2001 to 2013 graph goes on
increasing and it is very difficult to search that
mobile phone. So precaution is good than cure i.e. we
must keep our mobile phone from any place, but
there is chance to forget our mobile phone at any
place. To avoid them to get forget at any social
places, we can have mobile device (gadget) which
will warn us (beep) this device is left back. The aim
of this mobile device is to describe a Personnel
Security System using Bluetooth Low Energy (BLE)
Tag which operates on a coin cell battery that will
discover all the available low energy devices in the
vicinity and keep track of when it entered and when it
left the zone. According to the objective of project,
we develop hardware board for ultra low power
microcontroller system which is the heart of the
system and control the entire system then search from
the various Bluetooth module systems and choose
appropriate module that for our system CC2540 is the
2.4GHz Bluetooth low energy system-on-chip, which
is having 8051 with Bluetooth stack and can run both
applications and Bluetooth low energy protocol stack.
[1]
II. PROPOSED METHOD FOR MOBILE DEVICE
(GADGET)
CC2540 can run Both Application and BLE
Protocol Stack includes Peripherals to Interface with
wide range of Sensors. The CC2540 is a cost-
effective, low-power, true system-on-chip (SoC) for
Bluetooth low energy applications. [2] It enables
robust BLE master or slave nodes to be built with
very low total bill-of-material costs.
Fig.1.Block diagram of gadget
Bluetooth low energy solution. Version 4.0 of the
Bluetooth standard allows for two systems of
wireless technology: Basic Rate (BR; often referred
to as “BR/EDR” for “Basic Rate / Enhanced Data
Rate”) and Bluetooth low energy (BLE). The BLE
system was created for the purpose of transmitting
very small packets of data at a time, while consuming
significantly less power than BR/EDR devices.
Devices that can support BR and BLE are referred to
as dual-mode devices and go under the branding
Bluetooth Smart Ready. Typically in a Bluetooth
RESEARCH ARTICLE OPEN ACCESS
Prajakta S. Chavan et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.73-76
www.ijera.com 74 | P a g e
system, a mobile phone or laptop computer will be a
dual-mode device. Devices that only support BLE are
referred to as single-mode devices and go under the
branding Bluetooth Smart. These single-mode
devices are generally used for application in which
low power consumption is a primary concern, such as
those that run on coin cell batteries. [3]
III. SOFTWARE OVERVIEW
The controller and host are implemented
together on the CC2540/41, while the profiles and
application are implemented separately. The
application and profiles communicate with the
CC2540/41 by means of vendor-specific HCI
commands using a SPI or UART interface, or using a
virtual UART interface over USB. This configuration
is useful for applications which execute on either
another device (such as an external microcontroller)
or a PC. In these cases, the application can be
developed externally while still running the BLE
stack on the CC2540/41.
Software developed using the BLE software
development kit consists of five major sections: the
OSAL, HAL, the BLE Protocol Stack, profiles, and
the application. The BLE protocol stack is provided
as object code, while the OSAL and HAL code is
provided as full source. In addition, three GAP
profiles (peripheral role, central role, and peripheral
bond manager) are provided, as well as several
sample GATT profiles and applications. The BLE
protocol stack, the profiles, and all applications are
all built around the Operating System Abstraction
Layer (OSAL). The OSAL is not an actual operating
system (OS) in the traditional sense, but rather a
control loop that allows software to setup the
execution of events. For each layer of software that
requires this type of control, a task identifier (ID)
must be created, a task initialization routine must be
defined and added to the OSAL initialization, and an
event processing routine must be defined. Optionally,
a message processing routine may be defined as well.
Several layers of the BLE stack, for example, are
OSAL tasks, with the LL being the highest priority
(since it has very strict timing requirements).The
Hardware Abstraction Layer (HAL) of the
CC2540/41 software provides an interface of
abstraction between the physical hardware to and the
application and protocol stack. This allows for the
development of new hardware (such as a new PCB)
without making changes to the protocol stack or
application source code. The HAL includes software
for the SPI and UART communication interfaces,
ADC, keys, and LED’s etc.[4]
Fig2.Network processor configuration
IV. WORKING WITH IAR EMBEDDED
WORKBENCH
Fig.3. IAR Embedded workbench compile window
All embedded software for the CC2540 is developed
using Embedded Workbench for 8051 from IAR
Software. After installing IAR Embedded
Workbench, be sure to download all of the latest
patches from IAR, as they will be required in order to
build and debug projects with the CC2540.[5]
Once all of the patches have been installed, you are
ready to develop software for the CC2540/41. This
Prajakta S. Chavan et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.73-76
www.ijera.com 75 | P a g e
section provides information on where to find this
software. It also contains some basics on the usage of
IAR, such as opening and building projects, as well
as information on the configuration of projects using
the BLE protocol stack. IAR contains many features
that go beyond the scope of this document.
This will compile the source code, link the files, and
build the project. Any compiler errors or warnings
will appear in the messages window at the bottom of
the screen. To download the compiled code into a
CC2540 device and debug, connect the gadget using
a hardware debugger (such as the CC Debugger)
connected to the PC over USB. Find the “Debug”
button in the upper right side of the IAR window.
Once the code is downloaded, a toolbar with the
debug commands will appear in the upper left corner
of the screen. Then start the program’s execution by
pressing the “Go” button on the toolbar. Once the
program is running, we can get out of the debugging
mode by pressing the “Stop Debugging” button.
Then download the code in CC2540 using CC
debugger. At this point the program should be
executing on its own. The hardware debugger can be
disconnected from the CC2540/41 and will continue
to run as long as the device remains powered-up.
V. EXPERIMENTAL RESULTS
Proposed work is satisfactory work with all
Bluetooth low energy mobile phone. As the name
suggests, Bluetooth Low Energy is designed for ultra
low power consumption. It is a wireless protocol
standard overseen by the Bluetooth Special Interest
Group (BT-SIG). It is a feature of Bluetooth v4.0
wireless radio technology. Bluetooth Low Energy
operates at 2.4 GHz in the ISM band. It is aimed at
new, principally low-power, low-throughput and low-
latency, application for wireless devices within the
discoverable range. It uses a coin cell battery (CR
2032) which works on 3volt. It has a life time of
more than a year without being recharged. Bluetooth
Low Energy takes less time to make a connection
when compared to conventional Bluetooth. It
consumes approximately 98% less power compared
to classic Bluetooth. It is primarily designed for
mobile phones and PC ecosystems, but can be used
for other applications as well. It is expected to be
found in billions of devices over the years to come.
BLE uses Gaussian Frequency Shift Keying (GFSK)
modulation technique. It has 40 channels with a
channel spacing of 2MHz in order to avoid the
interference effects. BLE uses 3 fixed advertising
channels (37, 38 and 39) for broadcasting and 37
adaptively frequency hopped dynamic data channels.
One of the main reasons for low power consumption
is that BLE minimizes times on air by employing
only “3 advertising channels” to search for other
devices or promote its own presence to devices that
might be looking to make a connection whereas in a
conventional Bluetooth Technology, it uses 32
channels for advertising.[6-8]
A. Hardware Setup
With CC2540 peripherals required for our gadget
1. Dual coloured Light Emitting Diode(LED)
2. Switch buttons(SW1,SW2)
3. Buzzer
Fig4.Hardware of gadget
With the LED on gadget gives the status of mobile
phone or remote device connected or not. Using two
switch buttons on Gadget one is used for advertise
the gadget when scan with mobile phone and another
button is used for disconnect the gadget with phone.
First, we will need to power up the CC2540. When
we insert the CR 2032 battery, the LED will be light
green for one second.[6-8]We can toggle
Advertisements on and off by pushing the right
button on the CC2540.During advertisement, the
LED will be blinking red. Connect mobile phone
with gadget using the application on phone. To sound
the buzzer located on the CC2540, writing the code
value in the CC2540 code in the IAR Embedded
workbench following value
 01:00 for low Alert
 02:00 for high Alert
 00:00 to turn off
So the buzzer will sound for 10 seconds when
Bluetooth connectivity breaks with mobile phone.
Beep can also stop using right button on gadget.
VI. CONCLUSION
All methods until now made for the devices
which are stolen by strangers that are after
misplacing the device like, tracking. But for that
device should be continually connected with
internet and this is not reliable process. This project
name as mobile watchman device work as really as a
watchman for our devices like mobile phones, tablets,
laptops, and don’t misplace the device is better than
searching the device after misplacing. So this project
is very important.
It also has future work like make the product size
variable as small as placed in wrist watch. So the cost
Prajakta S. Chavan et al Int. Journal of Engineering Research and Applications www.ijera.com
ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.73-76
www.ijera.com 76 | P a g e
decreases. Add more functionality in the product
such as add display in the device for display
messages from mobile phone and display current
location of device. Add up to 16 mobile devices like
phone, laptop, and tablet at a time, and connect all to
mobile watchman.
REFERENCES
[1] “Bhagwat,p. “Bluetooth: technology for short-
range wireless apps”, IEEE Volume:5,Issue:3
Digital Object Identifier:10.1109/4236.935183
Publication Year:2001, Page(s):96-103 Cited
by: Papers (14) | Patents (5) IEEE JOURNALS
& MAGAZINES
[2] Bluetooth® Core Technical Specification
document, version 4.0 online available at
http://www.bluetooth.com/SiteCollectionDocu
ments/Core_V40.zip
[3] CC253x System-on-Chip Solution for 2.4-
GHz IEEE 802.15.4 and ZigBee®
Applications/CC2540 System-on-Chip
Solution for 2.4-GHz Bluetooth low energy
Applications
[4] CC2540 controller datasheet for 2.4-GHz
Bluetooth low energy System-on-chip online
available at www.ti.com
[5] IAR Embedded workbench software online
available at www.iar.com/ew8051.
[6] Blutooth4.0:low energy online available at
chapters.comsoc.org/vancouver/BTLER3.pdf
[7] Article on “Overview and Evaluation of
Bluetooth Low Energy: An Emerging Low-
Power Wireless Technology”
[8] K.Gautham, G.Raghav, V.Krishnamurthy,
N.R.Raajan, “Personnel Security System using
Bluetooth Low Energy (BLE) Tag”,
International Journal of Engineering and
Technology (IJET), Vol 5 No 2 Apr-May
2013

More Related Content

What's hot

IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET Journal
 
IRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of ThingsIRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of ThingsIRJET Journal
 
IJSRED-V2I2P57
IJSRED-V2I2P57IJSRED-V2I2P57
IJSRED-V2I2P57IJSRED
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation SystemAI Publications
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET Journal
 
IRJET- Home Automation using Arduino and IoT
IRJET-  	  Home Automation using Arduino and IoTIRJET-  	  Home Automation using Arduino and IoT
IRJET- Home Automation using Arduino and IoTIRJET Journal
 
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen CastingIRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen CastingIRJET Journal
 
Home security automation
Home security automationHome security automation
Home security automationIsuru Sharminda
 
A minor project report HOME AUTOMATION USING MOBILE PHONES
A minor project report HOME AUTOMATION  USING  MOBILE PHONESA minor project report HOME AUTOMATION  USING  MOBILE PHONES
A minor project report HOME AUTOMATION USING MOBILE PHONESashokkok
 
IRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET Journal
 
Home Appliances Controlling using Android Mobile via Bluetooth
Home Appliances Controlling using Android Mobile via BluetoothHome Appliances Controlling using Android Mobile via Bluetooth
Home Appliances Controlling using Android Mobile via BluetoothMOKTARI MOSTOFA
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation SystemIRJET Journal
 
IRJET- Home Automation using Voice Commands in the Hindi Language
IRJET- Home Automation using Voice Commands in the Hindi LanguageIRJET- Home Automation using Voice Commands in the Hindi Language
IRJET- Home Automation using Voice Commands in the Hindi LanguageIRJET Journal
 
Ijret20120103031 head line mismatch
Ijret20120103031 head line mismatchIjret20120103031 head line mismatch
Ijret20120103031 head line mismatcheSAT Journals
 
Implementation of embedded bluetooth data broadcast system
Implementation of embedded bluetooth data broadcast systemImplementation of embedded bluetooth data broadcast system
Implementation of embedded bluetooth data broadcast systemeSAT Publishing House
 
Project Report Webcasa Final(1)
Project Report Webcasa Final(1)Project Report Webcasa Final(1)
Project Report Webcasa Final(1)Abhijeet Rawat
 

What's hot (20)

IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...IRJET- Home Automation System for Disable People using Bluetooth Technology a...
IRJET- Home Automation System for Disable People using Bluetooth Technology a...
 
IRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of ThingsIRJET- Multi Plug Control using Internet of Things
IRJET- Multi Plug Control using Internet of Things
 
Ijecet 06 06_007
Ijecet 06 06_007Ijecet 06 06_007
Ijecet 06 06_007
 
IJSRED-V2I2P57
IJSRED-V2I2P57IJSRED-V2I2P57
IJSRED-V2I2P57
 
Presentation on home automation
Presentation on home automationPresentation on home automation
Presentation on home automation
 
Bluetooth Home Automation System
Bluetooth Home Automation SystemBluetooth Home Automation System
Bluetooth Home Automation System
 
IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)IRJET- H-Box (Connecting Homes)
IRJET- H-Box (Connecting Homes)
 
IRJET- Home Automation using Arduino and IoT
IRJET-  	  Home Automation using Arduino and IoTIRJET-  	  Home Automation using Arduino and IoT
IRJET- Home Automation using Arduino and IoT
 
Report
ReportReport
Report
 
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen CastingIRJET - Mirroring of Source and Sink Devices in Android Screen Casting
IRJET - Mirroring of Source and Sink Devices in Android Screen Casting
 
Home security automation
Home security automationHome security automation
Home security automation
 
A minor project report HOME AUTOMATION USING MOBILE PHONES
A minor project report HOME AUTOMATION  USING  MOBILE PHONESA minor project report HOME AUTOMATION  USING  MOBILE PHONES
A minor project report HOME AUTOMATION USING MOBILE PHONES
 
IRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice RecognitionIRJET-Home Automation System Based on Voice Recognition
IRJET-Home Automation System Based on Voice Recognition
 
Home Appliances Controlling using Android Mobile via Bluetooth
Home Appliances Controlling using Android Mobile via BluetoothHome Appliances Controlling using Android Mobile via Bluetooth
Home Appliances Controlling using Android Mobile via Bluetooth
 
IRJET- IoT based Classroom Automation System
IRJET-  	  IoT based Classroom Automation SystemIRJET-  	  IoT based Classroom Automation System
IRJET- IoT based Classroom Automation System
 
IRJET- Home Automation using Voice Commands in the Hindi Language
IRJET- Home Automation using Voice Commands in the Hindi LanguageIRJET- Home Automation using Voice Commands in the Hindi Language
IRJET- Home Automation using Voice Commands in the Hindi Language
 
Ijret20120103031 head line mismatch
Ijret20120103031 head line mismatchIjret20120103031 head line mismatch
Ijret20120103031 head line mismatch
 
Design and implementation a security system for bank using voice recognition
Design and implementation a security system for bank using voice recognitionDesign and implementation a security system for bank using voice recognition
Design and implementation a security system for bank using voice recognition
 
Implementation of embedded bluetooth data broadcast system
Implementation of embedded bluetooth data broadcast systemImplementation of embedded bluetooth data broadcast system
Implementation of embedded bluetooth data broadcast system
 
Project Report Webcasa Final(1)
Project Report Webcasa Final(1)Project Report Webcasa Final(1)
Project Report Webcasa Final(1)
 

Viewers also liked

Os Fênomenos de Hydesville
Os Fênomenos de HydesvilleOs Fênomenos de Hydesville
Os Fênomenos de HydesvilleHelio Cruz
 
เครือข่ายคอมพิวเตอร์
เครือข่ายคอมพิวเตอร์เครือข่ายคอมพิวเตอร์
เครือข่ายคอมพิวเตอร์Palita Taey
 
心開路就開
心開路就開心開路就開
心開路就開Jaing Lai
 
Moodle - Come consegnare un compito
Moodle - Come consegnare un compito Moodle - Come consegnare un compito
Moodle - Come consegnare un compito silviaborracci
 
經典攝影
經典攝影經典攝影
經典攝影Jaing Lai
 
Los 7 cuervos
Los 7 cuervosLos 7 cuervos
Los 7 cuervosEdu
 
Receitafederal 140716160742-phpapp01
Receitafederal 140716160742-phpapp01Receitafederal 140716160742-phpapp01
Receitafederal 140716160742-phpapp01Tom Pereira
 
Hyatt Project Newsletter Update
Hyatt  Project Newsletter UpdateHyatt  Project Newsletter Update
Hyatt Project Newsletter Updatesavillsvietnam
 
Cuentos de-los-hermanos-grimm-tomo-i
Cuentos de-los-hermanos-grimm-tomo-iCuentos de-los-hermanos-grimm-tomo-i
Cuentos de-los-hermanos-grimm-tomo-iEdu
 
Redhum bo-reporte afectacion-18_feb_14-videci-20140218-am-14322
Redhum bo-reporte afectacion-18_feb_14-videci-20140218-am-14322Redhum bo-reporte afectacion-18_feb_14-videci-20140218-am-14322
Redhum bo-reporte afectacion-18_feb_14-videci-20140218-am-14322Keiko Chisaka
 
Android - 02 - annotations, exceptions, io, generics
Android - 02 - annotations, exceptions, io, genericsAndroid - 02 - annotations, exceptions, io, generics
Android - 02 - annotations, exceptions, io, genericsNoveo
 
Smau Torino 2013 Dedagroup
Smau Torino 2013 DedagroupSmau Torino 2013 Dedagroup
Smau Torino 2013 DedagroupSMAU
 
Ernst and Young rebirth-of ecommerce in India report
Ernst and Young rebirth-of ecommerce in India reportErnst and Young rebirth-of ecommerce in India report
Ernst and Young rebirth-of ecommerce in India reportVeena Srinath
 
Những điều cần biết sao mai
Những điều cần biết sao mai Những điều cần biết sao mai
Những điều cần biết sao mai Mít Ướt
 
Content marketing gennem medarbejdernes netværk
Content marketing gennem medarbejdernes netværkContent marketing gennem medarbejdernes netværk
Content marketing gennem medarbejdernes netværkNochmal
 
Recital de lorca.pps
Recital de lorca.ppsRecital de lorca.pps
Recital de lorca.ppsmaanciudad
 
Bảng giá căn hộ times city tòa t1 12-t3-t4-t5-t6-t7 chung cư times city.
Bảng giá căn hộ times city tòa t1 12-t3-t4-t5-t6-t7 chung cư times city.Bảng giá căn hộ times city tòa t1 12-t3-t4-t5-t6-t7 chung cư times city.
Bảng giá căn hộ times city tòa t1 12-t3-t4-t5-t6-t7 chung cư times city.huyen
 
Primeros Auxilios Pulso
Primeros Auxilios PulsoPrimeros Auxilios Pulso
Primeros Auxilios PulsoEdu
 

Viewers also liked (20)

Os Fênomenos de Hydesville
Os Fênomenos de HydesvilleOs Fênomenos de Hydesville
Os Fênomenos de Hydesville
 
เครือข่ายคอมพิวเตอร์
เครือข่ายคอมพิวเตอร์เครือข่ายคอมพิวเตอร์
เครือข่ายคอมพิวเตอร์
 
心開路就開
心開路就開心開路就開
心開路就開
 
Moodle - Come consegnare un compito
Moodle - Come consegnare un compito Moodle - Come consegnare un compito
Moodle - Come consegnare un compito
 
經典攝影
經典攝影經典攝影
經典攝影
 
Los 7 cuervos
Los 7 cuervosLos 7 cuervos
Los 7 cuervos
 
Receitafederal 140716160742-phpapp01
Receitafederal 140716160742-phpapp01Receitafederal 140716160742-phpapp01
Receitafederal 140716160742-phpapp01
 
Hyatt Project Newsletter Update
Hyatt  Project Newsletter UpdateHyatt  Project Newsletter Update
Hyatt Project Newsletter Update
 
Habitaculo 2014
Habitaculo  2014Habitaculo  2014
Habitaculo 2014
 
Cuentos de-los-hermanos-grimm-tomo-i
Cuentos de-los-hermanos-grimm-tomo-iCuentos de-los-hermanos-grimm-tomo-i
Cuentos de-los-hermanos-grimm-tomo-i
 
Redhum bo-reporte afectacion-18_feb_14-videci-20140218-am-14322
Redhum bo-reporte afectacion-18_feb_14-videci-20140218-am-14322Redhum bo-reporte afectacion-18_feb_14-videci-20140218-am-14322
Redhum bo-reporte afectacion-18_feb_14-videci-20140218-am-14322
 
Practica 9
Practica 9Practica 9
Practica 9
 
Android - 02 - annotations, exceptions, io, generics
Android - 02 - annotations, exceptions, io, genericsAndroid - 02 - annotations, exceptions, io, generics
Android - 02 - annotations, exceptions, io, generics
 
Smau Torino 2013 Dedagroup
Smau Torino 2013 DedagroupSmau Torino 2013 Dedagroup
Smau Torino 2013 Dedagroup
 
Ernst and Young rebirth-of ecommerce in India report
Ernst and Young rebirth-of ecommerce in India reportErnst and Young rebirth-of ecommerce in India report
Ernst and Young rebirth-of ecommerce in India report
 
Những điều cần biết sao mai
Những điều cần biết sao mai Những điều cần biết sao mai
Những điều cần biết sao mai
 
Content marketing gennem medarbejdernes netværk
Content marketing gennem medarbejdernes netværkContent marketing gennem medarbejdernes netværk
Content marketing gennem medarbejdernes netværk
 
Recital de lorca.pps
Recital de lorca.ppsRecital de lorca.pps
Recital de lorca.pps
 
Bảng giá căn hộ times city tòa t1 12-t3-t4-t5-t6-t7 chung cư times city.
Bảng giá căn hộ times city tòa t1 12-t3-t4-t5-t6-t7 chung cư times city.Bảng giá căn hộ times city tòa t1 12-t3-t4-t5-t6-t7 chung cư times city.
Bảng giá căn hộ times city tòa t1 12-t3-t4-t5-t6-t7 chung cư times city.
 
Primeros Auxilios Pulso
Primeros Auxilios PulsoPrimeros Auxilios Pulso
Primeros Auxilios Pulso
 

Similar to N045057376

Bluetooth Low Energy, Beacons and Retail - A VeriFone White Paper
Bluetooth Low Energy, Beacons and Retail - A VeriFone White PaperBluetooth Low Energy, Beacons and Retail - A VeriFone White Paper
Bluetooth Low Energy, Beacons and Retail - A VeriFone White PaperVerifone
 
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...IRJET Journal
 
Bluetooth low energy- Kashyap Velpuru
Bluetooth low energy- Kashyap VelpuruBluetooth low energy- Kashyap Velpuru
Bluetooth low energy- Kashyap Velpurukashyap velpuru
 
Developing Beacons with Bluetooth® Low Energy (BLE) Technology
 Developing Beacons with Bluetooth® Low Energy (BLE) Technology Developing Beacons with Bluetooth® Low Energy (BLE) Technology
Developing Beacons with Bluetooth® Low Energy (BLE) TechnologyPallavi Das
 
Developing Beacons with Bluetooth® Low Energy (BLE) Technology
 Developing Beacons with Bluetooth® Low Energy (BLE) Technology Developing Beacons with Bluetooth® Low Energy (BLE) Technology
Developing Beacons with Bluetooth® Low Energy (BLE) TechnologyPallavi Das
 
Developing Beacons with Bluetooth® Low Energy (BLE) Technology
 Developing Beacons with Bluetooth® Low Energy (BLE) Technology Developing Beacons with Bluetooth® Low Energy (BLE) Technology
Developing Beacons with Bluetooth® Low Energy (BLE) TechnologyPallavi Das
 
Developing Beacons with Bluetooth® Low Energy (BLE) Technology
 Developing Beacons with Bluetooth® Low Energy (BLE) Technology Developing Beacons with Bluetooth® Low Energy (BLE) Technology
Developing Beacons with Bluetooth® Low Energy (BLE) TechnologySilabs products
 
Connecting Home Appliances via Bluetooth using IoT
Connecting Home Appliances via Bluetooth using IoTConnecting Home Appliances via Bluetooth using IoT
Connecting Home Appliances via Bluetooth using IoTIRJET Journal
 
Real time sensing with bluetooth smart
Real time sensing with bluetooth smartReal time sensing with bluetooth smart
Real time sensing with bluetooth smartTue Haste Andersen
 
Wireless Personal Area Networks – Bluetooth, UWB and Sensor Networks
Wireless Personal Area  Networks – Bluetooth, UWB  and Sensor Networks Wireless Personal Area  Networks – Bluetooth, UWB  and Sensor Networks
Wireless Personal Area Networks – Bluetooth, UWB and Sensor Networks Manas Rai
 
Intel SoC as a Platform to Connect Sensor Data to AWS
Intel SoC as a Platform to Connect Sensor Data to AWSIntel SoC as a Platform to Connect Sensor Data to AWS
Intel SoC as a Platform to Connect Sensor Data to AWSAmazon Web Services
 
Ijmsr 2016-02
Ijmsr 2016-02Ijmsr 2016-02
Ijmsr 2016-02ijmsr
 
Electronic Nameplate System
Electronic Nameplate SystemElectronic Nameplate System
Electronic Nameplate SystemIRJET Journal
 
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...IAEME Publication
 
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...IAEME Publication
 
IRJET- Design and Implementation of Smart City using IoT
IRJET- Design and Implementation of Smart City using IoTIRJET- Design and Implementation of Smart City using IoT
IRJET- Design and Implementation of Smart City using IoTIRJET Journal
 
IRJET- Voice Recognition -Butler Bot
IRJET-  	  Voice Recognition -Butler BotIRJET-  	  Voice Recognition -Butler Bot
IRJET- Voice Recognition -Butler BotIRJET Journal
 

Similar to N045057376 (20)

Bluetooth Low Energy, Beacons and Retail - A VeriFone White Paper
Bluetooth Low Energy, Beacons and Retail - A VeriFone White PaperBluetooth Low Energy, Beacons and Retail - A VeriFone White Paper
Bluetooth Low Energy, Beacons and Retail - A VeriFone White Paper
 
Bluetooth
BluetoothBluetooth
Bluetooth
 
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
IRJET - Web-based Chatbot for Continuous Conversation using Artificial Intell...
 
Smart home automation system
Smart home automation systemSmart home automation system
Smart home automation system
 
Bluetooth low energy- Kashyap Velpuru
Bluetooth low energy- Kashyap VelpuruBluetooth low energy- Kashyap Velpuru
Bluetooth low energy- Kashyap Velpuru
 
Developing Beacons with Bluetooth® Low Energy (BLE) Technology
 Developing Beacons with Bluetooth® Low Energy (BLE) Technology Developing Beacons with Bluetooth® Low Energy (BLE) Technology
Developing Beacons with Bluetooth® Low Energy (BLE) Technology
 
Developing Beacons with Bluetooth® Low Energy (BLE) Technology
 Developing Beacons with Bluetooth® Low Energy (BLE) Technology Developing Beacons with Bluetooth® Low Energy (BLE) Technology
Developing Beacons with Bluetooth® Low Energy (BLE) Technology
 
Developing Beacons with Bluetooth® Low Energy (BLE) Technology
 Developing Beacons with Bluetooth® Low Energy (BLE) Technology Developing Beacons with Bluetooth® Low Energy (BLE) Technology
Developing Beacons with Bluetooth® Low Energy (BLE) Technology
 
Developing Beacons with Bluetooth® Low Energy (BLE) Technology
 Developing Beacons with Bluetooth® Low Energy (BLE) Technology Developing Beacons with Bluetooth® Low Energy (BLE) Technology
Developing Beacons with Bluetooth® Low Energy (BLE) Technology
 
Connecting Home Appliances via Bluetooth using IoT
Connecting Home Appliances via Bluetooth using IoTConnecting Home Appliances via Bluetooth using IoT
Connecting Home Appliances via Bluetooth using IoT
 
Real time sensing with bluetooth smart
Real time sensing with bluetooth smartReal time sensing with bluetooth smart
Real time sensing with bluetooth smart
 
Wireless Personal Area Networks – Bluetooth, UWB and Sensor Networks
Wireless Personal Area  Networks – Bluetooth, UWB  and Sensor Networks Wireless Personal Area  Networks – Bluetooth, UWB  and Sensor Networks
Wireless Personal Area Networks – Bluetooth, UWB and Sensor Networks
 
Intel SoC as a Platform to Connect Sensor Data to AWS
Intel SoC as a Platform to Connect Sensor Data to AWSIntel SoC as a Platform to Connect Sensor Data to AWS
Intel SoC as a Platform to Connect Sensor Data to AWS
 
Ijmsr 2016-02
Ijmsr 2016-02Ijmsr 2016-02
Ijmsr 2016-02
 
Electronic Nameplate System
Electronic Nameplate SystemElectronic Nameplate System
Electronic Nameplate System
 
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
 
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
BLUETOOTH BASED OFFICE AUTOMATION AND SECURITY SYSTEM USING RASPBERRY PI AND ...
 
Blue arm
Blue armBlue arm
Blue arm
 
IRJET- Design and Implementation of Smart City using IoT
IRJET- Design and Implementation of Smart City using IoTIRJET- Design and Implementation of Smart City using IoT
IRJET- Design and Implementation of Smart City using IoT
 
IRJET- Voice Recognition -Butler Bot
IRJET-  	  Voice Recognition -Butler BotIRJET-  	  Voice Recognition -Butler Bot
IRJET- Voice Recognition -Butler Bot
 

Recently uploaded

Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Neo4j
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationSafe Software
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticscarlostorres15106
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking MenDelhi Call girls
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...Fwdays
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersThousandEyes
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubKalema Edgar
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Scott Keck-Warren
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsPrecisely
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraDeakin University
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhisoniya singh
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Mattias Andersson
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Alan Dix
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountPuma Security, LLC
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Allon Mureinik
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024BookNet Canada
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreternaman860154
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):comworks
 

Recently uploaded (20)

Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024Build your next Gen AI Breakthrough - April 2024
Build your next Gen AI Breakthrough - April 2024
 
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry InnovationBeyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
Beyond Boundaries: Leveraging No-Code Solutions for Industry Innovation
 
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmaticsKotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
Kotlin Multiplatform & Compose Multiplatform - Starter kit for pragmatics
 
08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men08448380779 Call Girls In Friends Colony Women Seeking Men
08448380779 Call Girls In Friends Colony Women Seeking Men
 
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks..."LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
"LLMs for Python Engineers: Advanced Data Analysis and Semantic Kernel",Oleks...
 
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for PartnersEnhancing Worker Digital Experience: A Hands-on Workshop for Partners
Enhancing Worker Digital Experience: A Hands-on Workshop for Partners
 
Unleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding ClubUnleash Your Potential - Namagunga Girls Coding Club
Unleash Your Potential - Namagunga Girls Coding Club
 
Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024Advanced Test Driven-Development @ php[tek] 2024
Advanced Test Driven-Development @ php[tek] 2024
 
Unlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power SystemsUnlocking the Potential of the Cloud for IBM Power Systems
Unlocking the Potential of the Cloud for IBM Power Systems
 
Artificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning eraArtificial intelligence in the post-deep learning era
Artificial intelligence in the post-deep learning era
 
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | DelhiFULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
FULL ENJOY 🔝 8264348440 🔝 Call Girls in Diplomatic Enclave | Delhi
 
Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?Are Multi-Cloud and Serverless Good or Bad?
Are Multi-Cloud and Serverless Good or Bad?
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...Swan(sea) Song – personal research during my six years at Swansea ... and bey...
Swan(sea) Song – personal research during my six years at Swansea ... and bey...
 
Breaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path MountBreaking the Kubernetes Kill Chain: Host Path Mount
Breaking the Kubernetes Kill Chain: Host Path Mount
 
Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)Injustice - Developers Among Us (SciFiDevCon 2024)
Injustice - Developers Among Us (SciFiDevCon 2024)
 
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
New from BookNet Canada for 2024: BNC BiblioShare - Tech Forum 2024
 
The transition to renewables in India.pdf
The transition to renewables in India.pdfThe transition to renewables in India.pdf
The transition to renewables in India.pdf
 
Presentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreterPresentation on how to chat with PDF using ChatGPT code interpreter
Presentation on how to chat with PDF using ChatGPT code interpreter
 
CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):CloudStudio User manual (basic edition):
CloudStudio User manual (basic edition):
 

N045057376

  • 1. Prajakta S. Chavan et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.73-76 www.ijera.com 73 | P a g e Design and Implementation of Anti Lost Bluetooth Low Energy Mobile Device for Mobile Phone Prajakta S. Chavan*, Uttam L. Bombale** *(Electronics Technology, Department of Technology, Shivaji University, Kolhapur, Maharashtra, India) ** (Electronics Technology, Department of Technology, Shivaji University, Kolhapur, Maharashtra, India) ABSTRACT Today mobile phone like smart phone, tablet are very costly ranging from 300 USD to 600 USD , to avoid them to get forget at any social places, we can have mobile device(gadget) which will warn us (beep)this device is left back .To make commercialize product which will act as mobile phone watchmen, with specification and characteristic like smallest device foot print, comfortable to carry along, ultra low power consumption to increase battery life and to avoid frequent charging, ultra low Sleep currents and efficient performance. As per this specification we will develop a mobile device (gadget) which will connect to mobile phone by Bluetooth connectivity if this gadget will go beyond 4 to 6 meters gadget will beep loud when Bluetooth connectivity breaks. Keywords - Bluetooth low energy V4.0, BT Protocol, CC2540. I. INTRODUCTION Many times we forget to pickup our mobile phone from restaurant, library, canteen and other social places. Probability for device stolen from this place is also high. When we realize the portable device mobile, tablet or laptop is left back at restoring its quite late and device is pickup or stole by stranger, this smart phone and tablet device are very costly. According to crime statistics on mobile stolen cases from 2001 to 2013 graph goes on increasing and it is very difficult to search that mobile phone. So precaution is good than cure i.e. we must keep our mobile phone from any place, but there is chance to forget our mobile phone at any place. To avoid them to get forget at any social places, we can have mobile device (gadget) which will warn us (beep) this device is left back. The aim of this mobile device is to describe a Personnel Security System using Bluetooth Low Energy (BLE) Tag which operates on a coin cell battery that will discover all the available low energy devices in the vicinity and keep track of when it entered and when it left the zone. According to the objective of project, we develop hardware board for ultra low power microcontroller system which is the heart of the system and control the entire system then search from the various Bluetooth module systems and choose appropriate module that for our system CC2540 is the 2.4GHz Bluetooth low energy system-on-chip, which is having 8051 with Bluetooth stack and can run both applications and Bluetooth low energy protocol stack. [1] II. PROPOSED METHOD FOR MOBILE DEVICE (GADGET) CC2540 can run Both Application and BLE Protocol Stack includes Peripherals to Interface with wide range of Sensors. The CC2540 is a cost- effective, low-power, true system-on-chip (SoC) for Bluetooth low energy applications. [2] It enables robust BLE master or slave nodes to be built with very low total bill-of-material costs. Fig.1.Block diagram of gadget Bluetooth low energy solution. Version 4.0 of the Bluetooth standard allows for two systems of wireless technology: Basic Rate (BR; often referred to as “BR/EDR” for “Basic Rate / Enhanced Data Rate”) and Bluetooth low energy (BLE). The BLE system was created for the purpose of transmitting very small packets of data at a time, while consuming significantly less power than BR/EDR devices. Devices that can support BR and BLE are referred to as dual-mode devices and go under the branding Bluetooth Smart Ready. Typically in a Bluetooth RESEARCH ARTICLE OPEN ACCESS
  • 2. Prajakta S. Chavan et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.73-76 www.ijera.com 74 | P a g e system, a mobile phone or laptop computer will be a dual-mode device. Devices that only support BLE are referred to as single-mode devices and go under the branding Bluetooth Smart. These single-mode devices are generally used for application in which low power consumption is a primary concern, such as those that run on coin cell batteries. [3] III. SOFTWARE OVERVIEW The controller and host are implemented together on the CC2540/41, while the profiles and application are implemented separately. The application and profiles communicate with the CC2540/41 by means of vendor-specific HCI commands using a SPI or UART interface, or using a virtual UART interface over USB. This configuration is useful for applications which execute on either another device (such as an external microcontroller) or a PC. In these cases, the application can be developed externally while still running the BLE stack on the CC2540/41. Software developed using the BLE software development kit consists of five major sections: the OSAL, HAL, the BLE Protocol Stack, profiles, and the application. The BLE protocol stack is provided as object code, while the OSAL and HAL code is provided as full source. In addition, three GAP profiles (peripheral role, central role, and peripheral bond manager) are provided, as well as several sample GATT profiles and applications. The BLE protocol stack, the profiles, and all applications are all built around the Operating System Abstraction Layer (OSAL). The OSAL is not an actual operating system (OS) in the traditional sense, but rather a control loop that allows software to setup the execution of events. For each layer of software that requires this type of control, a task identifier (ID) must be created, a task initialization routine must be defined and added to the OSAL initialization, and an event processing routine must be defined. Optionally, a message processing routine may be defined as well. Several layers of the BLE stack, for example, are OSAL tasks, with the LL being the highest priority (since it has very strict timing requirements).The Hardware Abstraction Layer (HAL) of the CC2540/41 software provides an interface of abstraction between the physical hardware to and the application and protocol stack. This allows for the development of new hardware (such as a new PCB) without making changes to the protocol stack or application source code. The HAL includes software for the SPI and UART communication interfaces, ADC, keys, and LED’s etc.[4] Fig2.Network processor configuration IV. WORKING WITH IAR EMBEDDED WORKBENCH Fig.3. IAR Embedded workbench compile window All embedded software for the CC2540 is developed using Embedded Workbench for 8051 from IAR Software. After installing IAR Embedded Workbench, be sure to download all of the latest patches from IAR, as they will be required in order to build and debug projects with the CC2540.[5] Once all of the patches have been installed, you are ready to develop software for the CC2540/41. This
  • 3. Prajakta S. Chavan et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.73-76 www.ijera.com 75 | P a g e section provides information on where to find this software. It also contains some basics on the usage of IAR, such as opening and building projects, as well as information on the configuration of projects using the BLE protocol stack. IAR contains many features that go beyond the scope of this document. This will compile the source code, link the files, and build the project. Any compiler errors or warnings will appear in the messages window at the bottom of the screen. To download the compiled code into a CC2540 device and debug, connect the gadget using a hardware debugger (such as the CC Debugger) connected to the PC over USB. Find the “Debug” button in the upper right side of the IAR window. Once the code is downloaded, a toolbar with the debug commands will appear in the upper left corner of the screen. Then start the program’s execution by pressing the “Go” button on the toolbar. Once the program is running, we can get out of the debugging mode by pressing the “Stop Debugging” button. Then download the code in CC2540 using CC debugger. At this point the program should be executing on its own. The hardware debugger can be disconnected from the CC2540/41 and will continue to run as long as the device remains powered-up. V. EXPERIMENTAL RESULTS Proposed work is satisfactory work with all Bluetooth low energy mobile phone. As the name suggests, Bluetooth Low Energy is designed for ultra low power consumption. It is a wireless protocol standard overseen by the Bluetooth Special Interest Group (BT-SIG). It is a feature of Bluetooth v4.0 wireless radio technology. Bluetooth Low Energy operates at 2.4 GHz in the ISM band. It is aimed at new, principally low-power, low-throughput and low- latency, application for wireless devices within the discoverable range. It uses a coin cell battery (CR 2032) which works on 3volt. It has a life time of more than a year without being recharged. Bluetooth Low Energy takes less time to make a connection when compared to conventional Bluetooth. It consumes approximately 98% less power compared to classic Bluetooth. It is primarily designed for mobile phones and PC ecosystems, but can be used for other applications as well. It is expected to be found in billions of devices over the years to come. BLE uses Gaussian Frequency Shift Keying (GFSK) modulation technique. It has 40 channels with a channel spacing of 2MHz in order to avoid the interference effects. BLE uses 3 fixed advertising channels (37, 38 and 39) for broadcasting and 37 adaptively frequency hopped dynamic data channels. One of the main reasons for low power consumption is that BLE minimizes times on air by employing only “3 advertising channels” to search for other devices or promote its own presence to devices that might be looking to make a connection whereas in a conventional Bluetooth Technology, it uses 32 channels for advertising.[6-8] A. Hardware Setup With CC2540 peripherals required for our gadget 1. Dual coloured Light Emitting Diode(LED) 2. Switch buttons(SW1,SW2) 3. Buzzer Fig4.Hardware of gadget With the LED on gadget gives the status of mobile phone or remote device connected or not. Using two switch buttons on Gadget one is used for advertise the gadget when scan with mobile phone and another button is used for disconnect the gadget with phone. First, we will need to power up the CC2540. When we insert the CR 2032 battery, the LED will be light green for one second.[6-8]We can toggle Advertisements on and off by pushing the right button on the CC2540.During advertisement, the LED will be blinking red. Connect mobile phone with gadget using the application on phone. To sound the buzzer located on the CC2540, writing the code value in the CC2540 code in the IAR Embedded workbench following value  01:00 for low Alert  02:00 for high Alert  00:00 to turn off So the buzzer will sound for 10 seconds when Bluetooth connectivity breaks with mobile phone. Beep can also stop using right button on gadget. VI. CONCLUSION All methods until now made for the devices which are stolen by strangers that are after misplacing the device like, tracking. But for that device should be continually connected with internet and this is not reliable process. This project name as mobile watchman device work as really as a watchman for our devices like mobile phones, tablets, laptops, and don’t misplace the device is better than searching the device after misplacing. So this project is very important. It also has future work like make the product size variable as small as placed in wrist watch. So the cost
  • 4. Prajakta S. Chavan et al Int. Journal of Engineering Research and Applications www.ijera.com ISSN : 2248-9622, Vol. 4, Issue 5( Version 5), May 2014, pp.73-76 www.ijera.com 76 | P a g e decreases. Add more functionality in the product such as add display in the device for display messages from mobile phone and display current location of device. Add up to 16 mobile devices like phone, laptop, and tablet at a time, and connect all to mobile watchman. REFERENCES [1] “Bhagwat,p. “Bluetooth: technology for short- range wireless apps”, IEEE Volume:5,Issue:3 Digital Object Identifier:10.1109/4236.935183 Publication Year:2001, Page(s):96-103 Cited by: Papers (14) | Patents (5) IEEE JOURNALS & MAGAZINES [2] Bluetooth® Core Technical Specification document, version 4.0 online available at http://www.bluetooth.com/SiteCollectionDocu ments/Core_V40.zip [3] CC253x System-on-Chip Solution for 2.4- GHz IEEE 802.15.4 and ZigBee® Applications/CC2540 System-on-Chip Solution for 2.4-GHz Bluetooth low energy Applications [4] CC2540 controller datasheet for 2.4-GHz Bluetooth low energy System-on-chip online available at www.ti.com [5] IAR Embedded workbench software online available at www.iar.com/ew8051. [6] Blutooth4.0:low energy online available at chapters.comsoc.org/vancouver/BTLER3.pdf [7] Article on “Overview and Evaluation of Bluetooth Low Energy: An Emerging Low- Power Wireless Technology” [8] K.Gautham, G.Raghav, V.Krishnamurthy, N.R.Raajan, “Personnel Security System using Bluetooth Low Energy (BLE) Tag”, International Journal of Engineering and Technology (IJET), Vol 5 No 2 Apr-May 2013