HOME AND OFFICE ENVIRONMENTS USING BLUETOOTH TECHNOLOGY

Size: px
Start display at page:

Download "HOME AND OFFICE ENVIRONMENTS USING BLUETOOTH TECHNOLOGY"

Transcription

1 HOME AND OFFICE ENVIRONMENTS USING BLUETOOTH TECHNOLOGY 1 Jurnal Teknologi, 43(D) Dis. 2005: 1 10 Universiti Teknologi Malaysia HOME AND OFFICE ENVIRONMENTS USING BLUETOOTH TECHNOLOGY RATNA KALOS ZAKIAH SAHBUDIN 1*, NURULAZA AZHAR 2, ISHAK ARIS 3 & GOH KEAN JEET 4 Abstract. Bluetooth technology which has gained the support from leading manufacturers is a promising solution to eliminate the need for wires, cables and the corresponding connectors between mobile phones, modems, computers, printers, PDAs and so on. This paper describes the development of home and office environment using Ericsson Bluetooth Modules (ROK ). The source code is written in Visual Basic 6.0 (VB) and used ActiveX component. The Bluetooth modules are able to transfer data and control the devices in the range of 10 meters. A personal computer (PC) is connected to a Bluetooth module and acts as a master. Another Bluetooth module is connected to a microcontroller PIC16F84A and the devices and acts as the slave. The devices can be controlled wirelessly via the Bluetooth modules. Keywords: Bluetooth technology, wireless communication, master, slave, microcontroller Abstrak. Teknologi Bluetooth yang mana telah mendapat sokongan daripada syarikat-syarikat terkemuka merupakan satu penyelesaian untuk menghapuskan penggunaan wayar-wayar, kabelkabel dan penyambung-penyambung yang berkaitan di antara telefon bergerak, modem, komputer, pencetak, PDA dan sebagainya. Kertas kerja ini membentangkan pembangunan rangkaian kediaman dan pejabat secara wayarles dengan menggunakan Ericsson Bluetooth Module (ROK ). Kod punca telah ditulis dalam bahasa pengaturcaraan Visual Basic 6.0 (VB) dan juga menggunakan komponen ActiveX. Modul Bluetooth tersebut dapat menghantar data dan mengawal peranti-peranti yang berada dalam jarak 10 meter. Satu komputer disambungkan kepada satu modul Bluetooth dan dijadikan induk. Satu lagi modul Bluetooth disambungkan kepada mikropengawal PIC16F84A dan peranti-peranti dan dijadikan hamba. Peranti-peranti tersebut boleh dikawal secara wayarles melalui modul Bluetooth tersebut. Kata kunci: Teknologi Bluetooth, komunikasi wayarles, induk, hamba, mikropengawal 1.0 INTRODUCTION Wireless communication is currently becoming popular and evolving to support communication needs for wide range of applications [1]. It gives opportunity to wireless data transfer technologies such as Infrared, HomeRF, WiFi and Bluetooth to be 1,2&4 Department of Computer and Communication Engineering, Faculty of Engineering, Universiti Putra Malaysia, Serdang, Selangor, Malaysia. Tel: (03) , Fax: (03) *Corresponding author: ratna@eng.upm.edu.my 3 Department of Electrical and Electronics, Faculty of Engineering, Universiti Putra Malaysia, Serdang, Selangor, Malaysia. Tel: (03) , ishak@eng.upm.edu.my JTDIS43D[01].pmd 1

2 2 RATNA KALOS ZAKIAH SAHBUDIN, NURULAZA AZHAR, ISHAK ARIS & G. K. JEET improved for future benefit. With the advancement of radio frequency (RF) and semiconductor technologies, researchers are now concentrating effort in developing pico-networks where electronic devices within a few meters to a maximum of 100 meters can communicate without requiring any fixed infrastructure [2]. The result is Bluetooth, a technology named after a 10th century king who brought warring Viking tribes under a common rule. The Bluetooth wireless technology has been developed by an industry-based association, the Bluetooth Special Interest Group (SIG) [3]. The choice of operating in the license-exempt band, that is ISM ( Industrial Scientific Medical) band which ranges from 2.4 GHz to GHz enable the goals of global applicability, low power and high aggregate capacity to be met [3]. This paper demonstrates the development of the household and office devices that can be controlled using wireless Bluetooth technology, which is suitable for a wireless home or office environment [4, 5]. 2.0 BLUETOOTH SYSTEM ARCHITECTURE The Bluetooth 1.1 specification was released in February 2001 [6]. The standard is developed around the ISM band using the frequency-hopping system [7]. The hopping rate is 1600 hops per second. The operating frequency band is divided into 1MHz spaced channel, each supporting data rate of 1MHz. Frequency hopping is used to minimize the effect of interference from other users within the same band. The Bluetooth architecture defines a small cell, called a piconet, and identifies four states for the stations: master (M), slave (S), standby (SB), and parked or hold (P) [8]. Each station can be in the master or slave state. Slave stations can participate in one or more piconets. A master station can handle seven simultaneous links, and up to 200 active slaves in a piconet. If access is not possible, a station enters the standby mode, waiting to join a piconet, but keeping its media-access control address. A station can be in the parked mode - that is, in a low power connection. But in this case, it must release its media-access control address. Up to 10 piconets can operate in one area. The Bluetooth specification also provides mechanisms for Bluetooth devices to discover each other, exchange identities and establish communications with each other, all without prior knowledge of each other. This is referred to as ad hoc networking. Security is also an important issue. Therefore, for the purpose of security and privacy, encryption is used as a safeguard against eavesdropping, and authentication is used for verification of identity. Documentation on Bluetooth is split into two sections, the Bluetooth specification and Bluetooth profiles. The specification describes the Bluetooth protocol architecture. The profiles describe how different parts of the specification can be used to fulfill a desired function for a Bluetooth device. JTDIS43D[01].pmd 2

3 HOME AND OFFICE ENVIRONMENTS USING BLUETOOTH TECHNOLOGY Bluetooth Protocol Figure 1 shows the protocol stack consists of a radio layer at the bottom, which forms the physical connection interface. The baseband and Link Manager Protocol (LMP) that reside over it are basically meant to establish and control links between Bluetooth devices. These three bottom layers are typically implemented in hardware. The Host Controller Interface (HCI) layer is required to interface the Bluetooth hardware to the upper protocol, which is Logical Link Control and Adaptation Protocol (L2CAP). The host controller is required only when the L2CAP resides in software in the host. If the L2CAP is also on the Bluetooth module, this layer may not be required as then the L2CAP can directly communicate with the LMP and baseband. Applications RFCOMM Data Data L2CAP HCI LMP Baseband Bluetooth radio Figure 1 Bluetooth protocol stack 2.2 Bluetooth Profiles The profiles have been developed in order to describe how implementations of user models are to accomplish. The user models describe a number of user scenarios where Bluetooth performs the radio transmission. A profile can be described as a vertical slice through the protocol stack. It defines options in each protocol that are JTDIS43D[01].pmd 3

4 4 RATNA KALOS ZAKIAH SAHBUDIN, NURULAZA AZHAR, ISHAK ARIS & G. K. JEET mandatory for the profile. The Bluetooth profile structure and the dependencies of the profiles are depicted in Figure 2. Generic access profile Service discovery application profile TCS-BIN-based profiles Cordless telephony profile Intercom profile Serial port profile Dial-up networking profile Fax profile Headset profile LAN access profile Generic object exchange profile File transfer profile Object push profile Synchronization profile Figure 2 Bluetooth profile structure [6] A profile is dependent upon another profile if it re-uses parts of that profile, by implicitly or explicitly referencing it. Dependency is illustrated in the figure. A profile has dependencies on the profile(s) in which it is contained directly or indirectly. 3.0 HARDWARE AND SOFTWARE REQUIREMENTS The hardware components required are two Ericsson s Bluetooth Application and Training Tool Kits (ROK ), microcontroller, PC and the devices to control. The Ericsson s Bluetooth kit consists of Host software for Windows 98/NT/2000, including Bluetooth protocol layers: HCI, L2CAP, RFCOMM and Service Discovery Protocol (SDP). This stack is delivered as an executable COM Server. The kit is equipped with RS232 serial port and USB port. Microcontroller PIC16F84A is used in this project. It is an inexpensive single-chip computer, capable of storing and running a program. Its ability to perform math and logic functions allows it to mimic sophisticated logic and electronic circuits [8]. PICSTART Plus [9] is a device programmer that can be directly controlled by MPLAB [10]. It is used for downloading the compiled program done in MPLAB into PIC16F84A. PICSTART Plus enables quickly and easily program user software into PIC microcontroller devices. JTDIS43D[01].pmd 4

5 HOME AND OFFICE ENVIRONMENTS USING BLUETOOTH TECHNOLOGY 5 Visual Basic 6.0 is used to develop a user interface program in this project. VB can develop very advance and powerful applications. For instance, Visual Basic can be used for computer interfacing, produces great pictures on the screen and can give more commands [11]. 4.0 DEVELOPMENT OF HOME AND OFFICE NETWORKING USING BLUETOOTH TECHNOLOGY Figure 3 shows the block diagram for the home and office networking using Bluetooth. A PC is connected with Bluetooth module, and acts as a master. The master is designed to perform as a remote control, which is used to control devices connected in its Bluetooth environment. A user interface program is written in VB in order to established connection and for user to be able to control devices. The slave consists of a Bluetooth module, microcontroller PIC16F84A and the devices. The slave Bluetooth module will receive the data being sent and loaded it into PIC16F84A. The PIC16F84A will then interpret the received control data. Finally this will enable the LEDs connected to the devices to be switched on and/or off acording to data code received by the microcontroller. The communication range is up to 10 meters between the master and the slave. PC Communicate through air interface Device Microcontroller Bluetooth module Bluetooth module Master Slave Figure 3 Block diagram of home and office networking using Bluetooth technology The project is divided into two main parts, that is, setting up the master by installing Bluetooth protocol stack software into computer and setting up the slave by loading object language into chip using PICSTART Plus. The installed Bluetooth protocol stack and the loaded object language are configured and checked to make sure that they are working properly before the connection and program between master and slave start to execute. Figure 4 shows the flow chart of the step-by-step instruction on what need to be done for home and office networking. JTDIS43D[01].pmd 5

6 6 RATNA KALOS ZAKIAH SAHBUDIN, NURULAZA AZHAR, ISHAK ARIS & G. K. JEET Start Install the Bluetooth protocol stack software into computer Load Object Language into chip using PICSTART plus Connect Bluetooth module (master) to PC. Configure the stack Connect Bluetooth module (slave) to microcontroller Connect the USB power supply Check the device and microcontroller connection Start executing the program and connection between master and slave Configure the user interface program (VB) to establish connection between two Bluetooth modules Initialize the data control transmission from PC to microcontroller Mark the on or off icon to activate the device in the application Control data transmitted over the air Bluetooth device at microcontroller receive this data and load into chip Microcontroller will on and off the device according to the data code received PIC16F84A initialize and simulate the received control data End Figure 4 Flow chart of activities that need to be done for the home and office networking JTDIS43D[01].pmd 6

7 HOME AND OFFICE ENVIRONMENTS USING BLUETOOTH TECHNOLOGY Development of User Interface Program The user interface program is able to interface with Bluetooth module connected to the PC COM port. It is also developed to provide user with a friendly and easy way to use it, and able to control the devices by sending a string of 0 s and 1s. Each string consists of 8 bits binary. Devices that are selected by the user to be activated or on are marked at the mark box for each device. At the same time the equivalent binary value for the number of devices that is selected will be displayed at the box below the data sent over Bluetooth module. Thus the program written must provide declaration of the interface. Declaration of the interfaces that are used throughout the program: Dim BT_CTRL_API As HBS_COMLib.ICtrlAPI Dim BT_BSM_API As HBS_COMLib.IBSMAPI Dim BT_HCI_API As HBS_COMLib.IHCIAPI HBS_COMLib is a HandyBlueStack COM object. The COM object has five interfaces: IBSMAPI, ICTRLAPI, IHCIAPI, IL2CAPI and ISDPAPI. However, for the program only three of the interfaces are used: (1) IBSMAPI This the Bluetooth Stack Manager interface. This interface is a collection of stack configuration, device configuration, and device inquiry and name discovery (GAP) methods. (2) ICTRLAPI This is the Control interface. This interface is a collection of generic methods associated with command and event handling, communication port, stack control and status operations. (3) IHCIAPI This is the Host Controller interface. This interface is a collection of the HCI methods. 4.2 Programming the PIC16F84A Microcontroller The program is written in Assembly Language using MPLAB software. This program is then converted to hexadecimal coding and downloaded into PIC16F84A using a programmer PICSTART Plus. Part of the program written for PIC16F84A is shown below. Parameters that need to be registered are: tmr0 equ 0x01 ; Timer/counter register status equ 0x03 ; Status word register. JTDIS43D[01].pmd 7

8 8 RATNA KALOS ZAKIAH SAHBUDIN, NURULAZA AZHAR, ISHAK ARIS & G. K. JEET porta equ 0x05 ; Port A register portb equ 0x06 ; Port B register intcon equ 0x0b ; Interrupt control register trisa equ 0x85 ; File register in Bank 1. trisb equ 0x86 ; File register in Bank 1. Then all the ports on PIC16F84A are declared to be activated according to the bit string it received. movlw h'ff' ;Set input mode data movwf trisa ;Set PORTA to Input mode clrf trisb ;Set PORTB to Output mode bcf status,rp0 ;Change to Bank0 movlw h'ff' ;Set LED off data movwf portb ;Display 8 LEDs according to the byte receive The following part is the program defines whether the PIC16F84A is able to receive data. p00 equ b movlw p00 ;Set input data string call pbit ;Call timer movwf portb ;Output data 5.0 RESULTS AND DISCUSSION All the results and discussion are based on the experiment done. The Bluetooth module should be connected to the PC, otherwise a message is displayed informing that the Bluetooth stack is not connected. Thus, user needs to wait several second, so that the connection between two Bluetooth modules is established and ready to transmit data. The master and slave are placed within the area with a distance of 10 meters. The device is activated (switched on/off) when it is selected by the user. Figure 5 shows that the slave is detected within 10 meters range from the Bluetooth master. It also indicates that it is ready for data transmissions between any Bluetooth devices in that area. The device that is needed to be controlled is selected by marking the box and then pushed the Switch On Selected Devices to send the data string signal. "Bluetooth Stack Activities box display the status of the transmission, which means the data is successfully sent. The binary string sent is as displayed in the Data sent to main control box. Figure 6 shows that the slave has successfully received binary data sent. This is shown in the Bluetooth Stack Activities. JTDIS43D[01].pmd 8

9 HOME AND OFFICE ENVIRONMENTS USING BLUETOOTH TECHNOLOGY Figure 5 Figure 6 JTDIS43D[01].pmd 9 Inquiry has completed and all the devices were sent for transmission User interface program at the slave shows that the data has been successfully received 9 02/15/2007, 16:18

10 10 RATNA KALOS ZAKIAH SAHBUDIN, NURULAZA AZHAR, ISHAK ARIS & G. K. JEET 6.0 CONCLUSION The project has demonstrated that the device has been successfully controlled by the Ericsson s Bluetooth modules and suitable for home and office environment. It is a simple system that can be used to control several devices. Based on the experiment and the Bluetooth technology today, the system could be improved by designing a remote control unit with Bluetooth enable that can also control the operation of the devices. The device could also respond to the signal sent by the remote control unit, indicating that the device works properly as required by the control unit. ACKNOWLEDGEMENTS The authors would like to express sincere gratitude and appreciation to En. Jaafar of Ericsson, Malaysia for providing the Ericsson Bluetooth Application and Training kit module ROK REFERENCES [1] Macker, P., V. D. Park, and M. S. Corson Mobile and Wireless Internet Services, Putting the Pieces Together. IEEE Communications Magazine. 39(6): [2] Satyanarayana, M Pervasive Computing: Vision and Challenges. IEEE Personal Communications. 8(4): [3] Shepherd, R Bluetooth Wireless Technology in the Home. IEEE Electronic & Communication Engineering Journal. 13(5): [4] Lee, D. J. Y., and W. C. Y. Lee Ricocheting Bluetooth. IEEE nd International Conference on Microwave and Millimeter Wave Technology Proceedings [5] Povey, G. J. R The Wireless Office. IEEE Electronics & Communication Engineering Journal. 8(2):50. [6] Ericsson Bluetooth Specification Version 1.1. Bluetooth SIG. [7] Khan, J. Y., M. A. Wall, and Rashid Bluetooth-Based Wireless Personal Area Network for Multimedia Communication. Proceedings of the 1st IEEE International Workshop on Electronic Design, Test and Applications [8] PIC16F84 Data Pages. [9] PICSTART Plus User Guide. [10] MPLAB User Guide. [11] Bradley, J. C., and A. C. Millspaugh Programming in Visual Basic 6.0. McGraw-Hill International Edition. JTDIS43D[01].pmd 10 02/15/2007, 16:18

ENRNG3076 : Oral presentation BEng Computer and Communications Engineering

ENRNG3076 : Oral presentation BEng Computer and Communications Engineering Jean Parrend ENRNG3076 : Oral presentation BEng Computer and Communications Engineering 1 Origin 2 Purpose : Create a cable replacement standard for personal area network Handle simultaneously both data

More information

[A SHORT REPORT ON BLUETOOTH TECHNOLOGY]

[A SHORT REPORT ON BLUETOOTH TECHNOLOGY] 2011 [A SHORT REPORT ON BLUETOOTH TECHNOLOGY] By Ram Kumar Bhandari 1. Introduction Bluetooth Technology A Technical Report Bluetooth is a short-ranged wire-less communication technology implementing the

More information

Introduction to Wireless Networking ECE 401WN Spring 2009

Introduction to Wireless Networking ECE 401WN Spring 2009 I. Overview of Bluetooth Introduction to Wireless Networking ECE 401WN Spring 2009 Lecture 6: Bluetooth and IEEE 802.15 Chapter 15 Bluetooth and IEEE 802.15 What is Bluetooth? An always-on, short-range

More information

12/2/09. Mobile and Ubiquitous Computing. Bluetooth Networking" George Roussos! Bluetooth Overview"

12/2/09. Mobile and Ubiquitous Computing. Bluetooth Networking George Roussos! Bluetooth Overview Mobile and Ubiquitous Computing Bluetooth Networking" George Roussos! g.roussos@dcs.bbk.ac.uk! Bluetooth Overview" A cable replacement technology! Operates in the unlicensed ISM band at 2.4 GHz! Frequency

More information

Bluetooth: Short-range Wireless Communication

Bluetooth: Short-range Wireless Communication Bluetooth: Short-range Wireless Communication Wide variety of handheld devices Smartphone, palmtop, laptop Need compatible data communication interface Complicated cable/config. problem Short range wireless

More information

ALL SAINTS COLLEGE OF TECHNOLOGY, BHOPAL

ALL SAINTS COLLEGE OF TECHNOLOGY, BHOPAL BLUETOOTH Amita Tiwari IIIrd Semester amitaasct@gmail.com Sunil Kumar IIIrd Semester sunilasct@gmail.com ALL SAINTS COLLEGE OF TECHNOLOGY, BHOPAL ABSTRACT Blue tooth is a standard developed by a group

More information

Bluetooth. Bluetooth Radio

Bluetooth. Bluetooth Radio Bluetooth Bluetooth is an open wireless protocol stack for low-power, short-range wireless data communications between fixed and mobile devices, and can be used to create Personal Area Networks (PANs).

More information

Bluetooth. Quote of the Day. "I don't have to be careful, I've got a gun. -Homer Simpson. Stephen Carter March 19, 2002

Bluetooth. Quote of the Day. I don't have to be careful, I've got a gun. -Homer Simpson. Stephen Carter March 19, 2002 Bluetooth Stephen Carter March 19, 2002 Quote of the Day "I don't have to be careful, I've got a gun. -Homer Simpson 1 About Bluetooth Developed by a group called Bluetooth Special Interest Group (SIG),

More information

Inside Bluetooth. Host. Bluetooth. Module. Application RFCOMM SDP. Transport Interface. Transport Bus. Host Controller Interface

Inside Bluetooth. Host. Bluetooth. Module. Application RFCOMM SDP. Transport Interface. Transport Bus. Host Controller Interface Inside Bluetooth Application Host Application Host Audio (SCO) RFCOMM SDP Data (ACL) Control API and Legacy Support Modules Bluetooth HCI Driver Transport Interface Physical I/F Transport Bus Bluetooth

More information

By FaaDoOEngineers.com

By FaaDoOEngineers.com ABSTRACT The seemingly endless entanglement of data wires connecting today s electronic devices has become slightly less jumbled with the introduction of Bluetooth technology and the creation of a wireless

More information

Bluetooth technology, developed by Ericsson Mobile Communications, a. worldwide telecommunications company based in Sweden, is fast becoming the

Bluetooth technology, developed by Ericsson Mobile Communications, a. worldwide telecommunications company based in Sweden, is fast becoming the Bluetooth technology, developed by Ericsson Mobile Communications, a worldwide telecommunications company based in Sweden, is fast becoming the worldwide standard for short-range wireless communication.

More information

SE 4C03 Winter 2005 Bluetooth Wireless Network Technology

SE 4C03 Winter 2005 Bluetooth Wireless Network Technology SE 4C03 Winter 2005 Bluetooth Wireless Network Technology Researcher: Daren Tan Shen Hau Last Revised: April 4, 2005 Bluetooth As everyone will ask, what is Bluetooth? Bluetooth is a new technology that

More information

Guide to Wireless Communications, 3 rd Edition. Objectives

Guide to Wireless Communications, 3 rd Edition. Objectives Guide to Wireless Communications, 3 rd Edition Chapter 5 Wireless Personal Area Networks Objectives Describe a wireless personal area network (WPAN) List the different WPAN standards and their applications

More information

MOBILE COMPUTING. Jan-May,2012. ALAK ROY. Assistant Professor Dept. of CSE NIT Agartala.

MOBILE COMPUTING. Jan-May,2012. ALAK ROY. Assistant Professor Dept. of CSE NIT Agartala. WPAN: Bluetooth MOBILE COMPUTING Jan-May,2012 ALAK ROY. Assistant Professor Dept. of CSE NIT Agartala Email-alakroy.nerist@gmail.com EM Spectrum ISM band 902 928 Mhz 2.4 2.4835 Ghz 5.725 5.85 Ghz LF MF

More information

Bluetooth Demystified

Bluetooth Demystified Bluetooth Demystified S-72.4210 Postgraduate Course in Radio Communications Er Liu liuer@cc.hut.fi -10 Content Outline Bluetooth History Bluetooth Market and Applications Bluetooth Protocol Stacks Radio

More information

CS4/MSc Computer Networking. Lecture 13: Personal Area Networks Bluetooth

CS4/MSc Computer Networking. Lecture 13: Personal Area Networks Bluetooth CS4/MSc Computer Networking Lecture 13: Personal Area Networks Bluetooth Computer Networking, Copyright University of Edinburgh 2005 BlueTooth Low cost wireless connectivity for Personal Area Networks

More information

Local Area Networks NETW 901

Local Area Networks NETW 901 Local Area Networks NETW 901 Lecture 6 IEEE 802.15.1 - Bluetooth Course Instructor: Dr.-Ing. Maggie Mashaly maggie.ezzat@guc.edu.eg C3.220 1 The 802.15 Family Target environment: communication of personal

More information

AN IMPROVED PACKET FORWARDING APPROACH FOR SOURCE LOCATION PRIVACY IN WIRELESS SENSORS NETWORK MOHAMMAD ALI NASSIRI ABRISHAMCHI

AN IMPROVED PACKET FORWARDING APPROACH FOR SOURCE LOCATION PRIVACY IN WIRELESS SENSORS NETWORK MOHAMMAD ALI NASSIRI ABRISHAMCHI AN IMPROVED PACKET FORWARDING APPROACH FOR SOURCE LOCATION PRIVACY IN WIRELESS SENSORS NETWORK MOHAMMAD ALI NASSIRI ABRISHAMCHI A thesis submitted in partial fulfillment of the requirements for the award

More information

Overview of Bluetooth

Overview of Bluetooth Wireless Application Programming with J2ME and Bluetooth Page 1 http://developers.sun.com/techtopics/mobility/midp/articles/bluetooth1/ Dec 19, 2004 Article Wireless Application Programming with J2ME and

More information

UNIT 5 P.M.Arun Kumar, Assistant Professor, Department of IT, Sri Krishna College of Engineering and Technology, Coimbatore.

UNIT 5 P.M.Arun Kumar, Assistant Professor, Department of IT, Sri Krishna College of Engineering and Technology, Coimbatore. Communication Switching Techniques UNIT 5 P.M.Arun Kumar, Assistant Professor, Department of IT, Sri Krishna College of Engineering and Technology, Coimbatore. Bluetooth Techniques References 1. Wireless

More information

Introducing Bluetooth

Introducing Bluetooth Chapter 1 Introducing Bluetooth In This Chapter From the beginning, Bluetooth technology was intended to hasten the convergence of voice and data to handheld devices, such as cellular telephones and portable

More information

AUTOMATIC APPLICATION PROGRAMMING INTERFACE FOR MULTI HOP WIRELESS FIDELITY WIRELESS SENSOR NETWORK

AUTOMATIC APPLICATION PROGRAMMING INTERFACE FOR MULTI HOP WIRELESS FIDELITY WIRELESS SENSOR NETWORK AUTOMATIC APPLICATION PROGRAMMING INTERFACE FOR MULTI HOP WIRELESS FIDELITY WIRELESS SENSOR NETWORK MOHD HUSAINI BIN MOHD FAUZI UNIVERSITI TEKNOLOGI MALAYSIA AUTOMATIC APPLICATION PROGRAMMING INTERFACE

More information

Bluetooth PCI Adapter

Bluetooth PCI Adapter Table of Contents 1 Introduction...2 2 Installation...2 2.1 Software Installation...2 2.1.1 Installation on Windows 95/98/ME/2000/XP...2 2.1.2 Installation on Windows NT...3 2.1.3 Installation on Linux...3

More information

FILE TRANSFER PROFILE

FILE TRANSFER PROFILE Part K:12 FILE TRANSFER PROFILE This application profile defines the application requirements for Bluetooth devices necessary for the support of the File Transfer usage model. The requirements are expressed

More information

DIAL-UP NETWORKING PROFILE

DIAL-UP NETWORKING PROFILE Part K:7 DIAL-UP NETWORKING PROFILE This profile defines the requirements for Bluetooth devices necessary for the support of the Dial-up Networking use case. The requirements are expressed in terms of

More information

Bluetooth. Basic idea

Bluetooth. Basic idea Bluetooth Basic idea Universal radio interface for ad-hoc wireless connectivity Interconnecting computer and peripherals, handheld devices, DAs, cell phones replacement of IrDA Embedded in other devices,

More information

AT THE END OF THIS SECTION, YOU SHOULD HAVE AN UNDERSTANDING OF THE

AT THE END OF THIS SECTION, YOU SHOULD HAVE AN UNDERSTANDING OF THE Wireless Technology AT THE END OF THIS SECTION, YOU SHOULD HAVE AN UNDERSTANDING OF THE UNDERLYING WIRELESS TECHNOLOGIES. References 2 The physical layer provides mechanical, electrical, l functional,

More information

Modulation. Propagation. Typical frequency bands

Modulation. Propagation. Typical frequency bands References Wireless Technology 2 AT THE END OF THIS SECTION, YOU SHOULD HAVE AN UNDERSTANDING OF THE UNDERLYING WIRELESS TECHNOLOGIES. The physical layer provides mechanical, electrical, l functional,

More information

Embedded Systems. 8. Communication

Embedded Systems. 8. Communication Embedded Systems 8. Communication Lothar Thiele 8-1 Contents of Course 1. Embedded Systems Introduction 2. Software Introduction 7. System Components 10. Models 3. Real-Time Models 4. Periodic/Aperiodic

More information

MI-BPS (Wireless Networks) FIT - CTU

MI-BPS (Wireless Networks) FIT - CTU Evropský sociální fond Praha & EU: Investujeme do vaší budoucnosti MI-BPS (Wireless Networks) FIT - CTU Alex Moucha Lecture 8 - Piconets, Scatternets, Bluetooth, Zigbee 1 Piconet an ad-hoc network linking

More information

Amarjeet Singh. February 7, 2012

Amarjeet Singh. February 7, 2012 Amarjeet Singh February 7, 2012 References Bluetooth Protocol Architecture v.1 www.bluetooth.org http://www.tutorial-reports.com/wireless/bluetooth/ Slides from last class uploaded on the course website

More information

BlueSerial. Bluetooth Serial RS232 Port Adapters. User Manual HANTZ + PARTNER. The Upgrade Company!

BlueSerial. Bluetooth Serial RS232 Port Adapters. User Manual HANTZ + PARTNER. The Upgrade Company! Bluetooth Serial RS232 Port Adapters User Manual HANTZ + PARTNER The Upgrade Company! www.hantz.com Deutschland: Tel.: 0761 / 59 21 00 Fax: 0761 / 58 52 28 Schweiz: Tel.: 061 / 27 311-31 Fax: 061 / 27

More information

Bluetooth in Mobile Devices

Bluetooth in Mobile Devices Bluetooth in Mobile Devices Vidar Rinne Mälardalen University School of Innovation, Design and Engineering Computer Science: Game Development vre03001@student.mdh.se Abstract The basic idea of Bluetooth

More information

Research on Modern Bluetooth Technology

Research on Modern Bluetooth Technology Research on Modern Bluetooth Technology D.Annal 1, T.Indira 2, K.Poojitha 3, R.Rajashree 4 Student, Dept. of CSE, Magna College of Engineering, Chennai, Tamil Nadu, India 1,2,3,4 ABSTRACT: The seemingly

More information

MAGNETIC FLUX LEAKAGE SYSTEM FOR WIRE ROPE INSPECTION USING BLUETOOTH COMMUNICATION MUHAMMAD MAHFUZ BIN SALEHHON UNIVERSITI TEKNOLOGI MALAYSIA

MAGNETIC FLUX LEAKAGE SYSTEM FOR WIRE ROPE INSPECTION USING BLUETOOTH COMMUNICATION MUHAMMAD MAHFUZ BIN SALEHHON UNIVERSITI TEKNOLOGI MALAYSIA MAGNETIC FLUX LEAKAGE SYSTEM FOR WIRE ROPE INSPECTION USING BLUETOOTH COMMUNICATION MUHAMMAD MAHFUZ BIN SALEHHON UNIVERSITI TEKNOLOGI MALAYSIA MAGNETIC FLUX LEAKAGE SYSTEM FOR WIRE ROPE INSPECTION USING

More information

Feasibility of a Bluetooth Based Structural Health Monitoring Telemetry System

Feasibility of a Bluetooth Based Structural Health Monitoring Telemetry System Feasibility of a Bluetooth Based Structural Health Monitoring Telemetry System Item Type text; Proceedings Authors Uchil, Vilas; Kosbar, Kurt Publisher International Foundation for Telemetering Journal

More information

Bluetooth. 3.3 Latest Technology in Wireless Network. What is BLUETOOTH: Bluetooth 2/17/2016

Bluetooth. 3.3 Latest Technology in Wireless Network. What is BLUETOOTH: Bluetooth 2/17/2016 3.3 Latest Technology in Wireless Network Bluetooth Bluetooth Bluetooth is a high-speed, low-power microwave wireless link technology, designed to connect phones, laptops, PDAs and other portable equipment

More information

Bluetooth Tutorial. Bluetooth Introduction. Bluetooth Technology

Bluetooth Tutorial. Bluetooth Introduction. Bluetooth Technology Bluetooth Tutorial Bluetooth strives to remove the never ending maze of wires which provide a communication link between different electronic devices, through a short range wireless solution. Consider

More information

HARDWARE/SOFTWARE SYSTEM-ON-CHIP CO-VERIFICATION PLATFORM BASED ON LOGIC-BASED ENVIRONMENT FOR APPLICATION PROGRAMMING INTERFACING TEO HONG YAP

HARDWARE/SOFTWARE SYSTEM-ON-CHIP CO-VERIFICATION PLATFORM BASED ON LOGIC-BASED ENVIRONMENT FOR APPLICATION PROGRAMMING INTERFACING TEO HONG YAP HARDWARE/SOFTWARE SYSTEM-ON-CHIP CO-VERIFICATION PLATFORM BASED ON LOGIC-BASED ENVIRONMENT FOR APPLICATION PROGRAMMING INTERFACING TEO HONG YAP A project report submitted in partial fulfilment of the requirements

More information

Simulation of Bluetooth Network

Simulation of Bluetooth Network Simulation of Bluetooth Network Lennart Lagerstedt Stockholm, 2003 Master of Science Thesis Project The Department of Microelectronics and Information Technology, Royal Institute of Technology (KTH) Lennart

More information

101seminartopics.com. Bluetooth Based Smart Sensor Networks

101seminartopics.com. Bluetooth Based Smart Sensor Networks Bluetooth Based Smart Sensor Networks ABSTRACT Dragging the world towards wireless galaxy Various sensors are already in a broad use today as part of different devices or as standalone devices connected

More information

Wireless Personal Area Networks & Wide Area Networks

Wireless Personal Area Networks & Wide Area Networks Wireless Personal Area Networks & Wide Area Networks Patrick J. Stockreisser p.j.stockreisser@cs.cardiff.ac.uk Lecture Outline In the lecture we will: Look at PAN s in more detail Look at example networks

More information

ECE 435 Network Engineering Lecture 8

ECE 435 Network Engineering Lecture 8 ECE 435 Network Engineering Lecture 8 Vince Weaver http://web.eece.maine.edu/~vweaver vincent.weaver@maine.edu 26 September 2016 HW#3 was posted Announcements note the warnings you were getting on toupper()

More information

INFORM DEPARTURE AND ARRIVING OF BUSSES USING BLUETOOTH MOHD SUHKRI BIN YASRI

INFORM DEPARTURE AND ARRIVING OF BUSSES USING BLUETOOTH MOHD SUHKRI BIN YASRI INFORM DEPARTURE AND ARRIVING OF BUSSES USING BLUETOOTH By MOHD SUHKRI BIN YASRI Report submitted in partial fulfilment of the requirements for the degree of Bachelor of Engineering MARCH 2007 ACKNOWLEDGMENT

More information

Dept. of Computer Engineering Final Exam, First Semester: 2016/2017

Dept. of Computer Engineering Final Exam, First Semester: 2016/2017 Philadelphia University Faculty of Engineering Course Title: Embedded Systems (630414) Instructor: Eng. Anis Nazer Dept. of Computer Engineering Final Exam, First Semester: 2016/2017 Student Name: Student

More information

Introduction to Bluetooth Wireless Technology

Introduction to Bluetooth Wireless Technology Introduction to Bluetooth Wireless Technology Jon Inouye Staff Software Engineer Mobile Platforms Group Intel Corporation Bluetooth Bluetooth is is a a trademark trademark owned owned by by Bluetooth Bluetooth

More information

BLOCK-BASED NEURAL NETWORK MAPPING ON GRAPHICS PROCESSOR UNIT ONG CHIN TONG UNIVERSITI TEKNOLOGI MALAYSIA

BLOCK-BASED NEURAL NETWORK MAPPING ON GRAPHICS PROCESSOR UNIT ONG CHIN TONG UNIVERSITI TEKNOLOGI MALAYSIA BLOCK-BASED NEURAL NETWORK MAPPING ON GRAPHICS PROCESSOR UNIT ONG CHIN TONG UNIVERSITI TEKNOLOGI MALAYSIA BLOCK-BASED NEURAL NETWORK MAPPING ON GRAPHICS PROCESSOR UNIT ONG CHIN TONG A project report submitted

More information

Wireless Networked Systems

Wireless Networked Systems Wireless Networked Systems CS 795/895 - Spring 2013 Lec #7: Medium Access Control WPAN, Bluetooth, ZigBee Tamer Nadeem Dept. of Computer Science Bluetooth Page 2 Spring 2013 CS 795/895 - Wireless Networked

More information

DETECTION OF WORMHOLE ATTACK IN MOBILE AD-HOC NETWORKS MOJTABA GHANAATPISHEH SANAEI

DETECTION OF WORMHOLE ATTACK IN MOBILE AD-HOC NETWORKS MOJTABA GHANAATPISHEH SANAEI ii DETECTION OF WORMHOLE ATTACK IN MOBILE AD-HOC NETWORKS MOJTABA GHANAATPISHEH SANAEI A project report submitted in partial fulfillment of the requirements for the award of the degree of Master of Computer

More information

Bluetooth. The Bluetooth Vision. Universal Wireless Connectivity. Universal Wireless Connectivity

Bluetooth. The Bluetooth Vision. Universal Wireless Connectivity. Universal Wireless Connectivity 1 2 The Vision Universal wireless connectivity Replace existing cables with radio Connect systems that have been separate Ubiquitous computing environment Intelligent devices performing distributed services

More information

Jordan University of Science and Technology Electrical Engineering Department Microcontrollers and Embedded Systems Spring 2011

Jordan University of Science and Technology Electrical Engineering Department Microcontrollers and Embedded Systems Spring 2011 Jordan University of Science and Technology Electrical Engineering Department Microcontrollers and Embedded Systems Spring 2011 Microcontrollers andembedded Systems and and EE445 Embedded Embedded Microcontrollers

More information

6/21/2016 bluetooth printing support

6/21/2016 bluetooth printing support Develop hardware and software to enable Wireless printing using a USB printer Setting up of server device/printer Device inquiry Sending of print data to printer What is Bluetooth? Bluetooth is also known

More information

Introduction to Bluetooth

Introduction to Bluetooth Introduction to Bluetooth Kirsten Matheus The idea behind Bluetooth The problems when trying to realize the idea The solutions used in Bluetooth How well the solutions work 12.06.2003 1 he Idea Behind

More information

DEVELOPMENT OF A REAL-TIME EMBEDDED REMOTE TRIGGERING AND MONITORING SYSTEM WITH SC12

DEVELOPMENT OF A REAL-TIME EMBEDDED REMOTE TRIGGERING AND MONITORING SYSTEM WITH SC12 DEVELOPMENT OF A REAL-TIME EMBEDDED REMOTE TRIGGERING 1 Jurnal Teknologi, 41(D) Dis. 2004: 1 10 Universiti Teknologi Malaysia DEVELOPMENT OF A REAL-TIME EMBEDDED REMOTE TRIGGERING AND MONITORING SYSTEM

More information

Development of a Service Discovery Architecture for. Christian Schwingenschlögl, Anton Heigl

Development of a Service Discovery Architecture for. Christian Schwingenschlögl, Anton Heigl Development of a Service Discovery Architecture for the Bluetooth Radio System Christian Schwingenschlögl, Anton Heigl Technische Universität München (TUM), Institute of Communication Networks Arcisstr.

More information

Wireless LANs. The Protocol Stack The Physical Layer The MAC Sublayer Protocol The Frame Structure Services 802.

Wireless LANs. The Protocol Stack The Physical Layer The MAC Sublayer Protocol The Frame Structure Services 802. Wireless LANs The 802.11 Protocol Stack The 802.11 Physical Layer The 802.11 MAC Sublayer Protocol The 802.11 Frame Structure Services 56 802.11 The 802.11 Working Group The IEEE 802.11 was formed in July

More information

SIMULATION BASED ANALYSIS OF BLUETOOTH NETWORKS. M. Subramani and M. Ilyas

SIMULATION BASED ANALYSIS OF BLUETOOTH NETWORKS. M. Subramani and M. Ilyas SIMULATION BASED ANALYSIS OF BLUETOOTH NETWORKS M. Subramani and M. Ilyas College of Engineering Florida Atlantic University Boca Raton, Florida 33431 {msubrama@cse.fau.edu, ilyas@fau.edu} Abstract Many

More information

Jeffrey Price Dr. Konak IST 220 Bluetooth Technology

Jeffrey Price Dr. Konak IST 220 Bluetooth Technology Jeffrey Price Dr. Konak IST 220 Bluetooth Technology 1 TABLE OF CONTENTS 1. INTRODUCTION 2. COMPONENTS 3. BLUETOOTH ADVANTAGES/DISADVANTAGES 4. USES OF BLUETOOTH 5. THE FUTURE 7. DOCUMENTATION 2 1. INTRODUCTION

More information

Wireless Sensor Networks

Wireless Sensor Networks Wireless Sensor Networks 11th Lecture 29.11.2006 Christian Schindelhauer schindel@informatik.uni-freiburg.de 1 Bluetooth in WSN? There are several commercially available MAC protocol/products Wi-Fi Bluetooth

More information

IMPLEMENTATION OF UNMANNED AERIAL VEHICLE MOVING OBJECT DETECTION ALGORITHM ON INTEL ATOM EMBEDDED SYSTEM

IMPLEMENTATION OF UNMANNED AERIAL VEHICLE MOVING OBJECT DETECTION ALGORITHM ON INTEL ATOM EMBEDDED SYSTEM IMPLEMENTATION OF UNMANNED AERIAL VEHICLE MOVING OBJECT DETECTION ALGORITHM ON INTEL ATOM EMBEDDED SYSTEM CHEONG WEI WEI UNIVERSITI TEKNOLOGI MALAYSIA IMPLEMENTATION OF UNMANNED AERIAL VEHICLE MOVING OBJECT

More information

3Com Wireless Bluetooth PC Card, USB Adapter, and Printer Adapter

3Com Wireless Bluetooth PC Card, USB Adapter, and Printer Adapter DATA SHEET 3Com Wireless Bluetooth PC Card, USB Adapter, and Printer Adapter Key Benefits Simplicity Bluetooth Connection Manager provides automatic discovery and point-and-click management of devices,

More information

Bluetooth General Information White Paper

Bluetooth General Information White Paper General Information is the registered trademark of Atmel Corporation, 2325 Orchard Parkway, San Jose, CA 95131 Rev. 1993A 11/00 Introduction The wireless technology is the world s new shortrange RF transmission

More information

IMPLEMENTATION AND SECURITY OF BLUETOOTH TECHNOLOGY

IMPLEMENTATION AND SECURITY OF BLUETOOTH TECHNOLOGY Bachelor s Thesis (UAS) Information Technology Networking and Programming 2011 IDAHOSA AKHANOLU IMPLEMENTATION AND SECURITY OF BLUETOOTH TECHNOLOGY i BACHELOR S THESIS (UAS) ABSTRACT TURKU UNIVERSITY OF

More information

Chapter 10: Wireless LAN & VLANs

Chapter 10: Wireless LAN & VLANs Chapter 10: Wireless LAN & VLANs Abdullah Konak School of Information Sciences and Technology Penn State Berks Wireless Transmission for LAN Radio Frequency Transmission (RF) Infrared Transmission 2 1

More information

Essential Bluetooth It s everywhere you want to be

Essential Bluetooth It s everywhere you want to be IEEE OEB Wireless Seminar Fremont, CA - 12/07/02 Essential Bluetooth It s everywhere you want to be Noel Baisa Technical Marketing Manager Device Connectivity Division 408-721 721-74667466 Noel.Baisa Baisa@nsc.com

More information

Bluetooth. March 28, 2005 Patrick Lui

Bluetooth. March 28, 2005 Patrick Lui Bluetooth March 28, 2005 Patrick Lui 0053252 1. Introduction As our everyday lives move closer towards complete digital age, connectivity between devices is an important aspect that has not been emphasized

More information

CALIFORNIA SOFTWARE LABS

CALIFORNIA SOFTWARE LABS CALIFORNIA SOFTWARE LABS R E A L I Z E Y O U R I D E A S California Software Labs 6800 Koll Center Parkway, Suite 100 Pleasanton CA 94566, USA. Phone (925) 249 3000 Fax (925) 426 2556 info@cswl.com http://www.cswl.com

More information

Bluetooth PC Card from IBM

Bluetooth PC Card from IBM Bluetooth PC Card from IBM Installation and User s Guide IBM 19K4260 Note: Before using this information and the product it supports, read Appendix E, Product warranties and notices on page E-1. First

More information

Rab Nawaz Jadoon (Assistant Professor) Department of Computer Science COMSATS University, Abbottabad, Pakistan

Rab Nawaz Jadoon (Assistant Professor) Department of Computer Science COMSATS University, Abbottabad, Pakistan Rab Nawaz Jadoon (Assistant Professor) Department of Computer Science COMSATS University, Abbottabad, Pakistan rabnawaz@ciit.net.pk 1 TABLE OF CONTENTS 1. Introduction... 3 1.1 History... 3 1.2 Bluetooth

More information

Embedded Systems. PIC16F84A Sample Programs. Eng. Anis Nazer First Semester

Embedded Systems. PIC16F84A Sample Programs. Eng. Anis Nazer First Semester Embedded Systems PIC16F84A Sample Programs Eng. Anis Nazer First Semester 2017-2018 Development cycle (1) Write code (2) Assemble / compile (3) Simulate (4) Download to MCU (5) Test Inputs / Outputs PIC16F84A

More information

CS263: Wireless Communications and Sensor Networks

CS263: Wireless Communications and Sensor Networks CS263: Wireless Communications and Sensor Networks Matt Welsh Lecture 6: Bluetooth and 802.15.4 October 12, 2004 2004 Matt Welsh Harvard University 1 Today's Lecture Bluetooth Standard for Personal Area

More information

Computer Networks II Advanced Features (T )

Computer Networks II Advanced Features (T ) Computer Networks II Advanced Features (T-110.5111) Bluetooth, PhD Assistant Professor DCS Research Group Based on slides previously done by Matti Siekkinen, reused with permission For classroom use only,

More information

Module 5. Embedded Communications. Version 2 EE IIT, Kharagpur 1

Module 5. Embedded Communications. Version 2 EE IIT, Kharagpur 1 Module 5 Embedded Communications Version 2 EE IIT, Kharagpur 1 Lesson 27 Wireless Communication Version 2 EE IIT, Kharagpur 2 Instructional Objectives After going through this lesson the student would

More information

Sensor Application for Museum Guidance

Sensor Application for Museum Guidance Sensor Application for Museum Guidance Radka Dimitrova a a TU,Dresden, Germany, e-mail: dimitrova@ifn.et.tu-dresden.de Abstract - This article examines the conditions for successful communication and power

More information

Bluetooth. Bluetooth Basics Bluetooth and Linux Bluetooth at AG Tech. Dr.-Ing. H. Ritter, 7.1

Bluetooth. Bluetooth Basics Bluetooth and Linux Bluetooth at AG Tech. Dr.-Ing. H. Ritter,   7.1 Bluetooth Bluetooth Basics Bluetooth and Linux Bluetooth at AG Tech Dr.-Ing. H. Ritter, http://www.hartmut-ritter.de/ 7.1 I. Bluetooth Idea Universal radio interface for ad-hoc wireless connectivity Interconnecting

More information

ME 515 Mechatronics. A microprocessor

ME 515 Mechatronics. A microprocessor ME 515 Mechatronics Microcontroller Based Control of Mechanical Systems Asanga Ratnaweera Department of Faculty of Engineering University of Peradeniya Tel: 081239 (3627) Email: asangar@pdn.ac.lk A microprocessor

More information

INSTRUCTION: This section consists of TEN (10) structured questions. Answer ALL questions.

INSTRUCTION: This section consists of TEN (10) structured questions. Answer ALL questions. SECTION B : 30 MARKS BAHAGIAN B : 30 MARKAH INSTRUCTION: This section consists of TEN (10) structured questions. Answer ALL questions. ARAHAN: Bahagian ini mengandungi SEPULUH (10) soalan berstruktur.

More information

Efficient Multicast Schemes for Mobile Multiparty Gaming Applications

Efficient Multicast Schemes for Mobile Multiparty Gaming Applications Efficient Multicast Schemes for Mobile Multiparty Gaming Applications P6-6th semester 2006 Group 681 - ComNet Aalborg University 9th March 2006 Institut for elektroniske systemer Fr. Bajers Vej 7 Telefon

More information

Master. Slave. Master. Slaves. TCP/IP Traffic with Efficient Bluetooth Technology. Shafqat Hameed 1, Umar F.Khan 2, *Muhammad Saleem 3

Master. Slave. Master. Slaves. TCP/IP Traffic with Efficient Bluetooth Technology. Shafqat Hameed 1, Umar F.Khan 2, *Muhammad Saleem 3 / Traffic with Efficient Bluetooth Technology Shafqat Hameed 1, Umar F.Khan 2, *Muhammad Saleem 3 1,3 National University of Sciences and Technology (NUST), Pakistan 2 University of Bradford, Bradford,

More information

DESIGN AND IMPLEMENTATION OF A MUSIC BOX USING FPGA TAN KIAN YIAK

DESIGN AND IMPLEMENTATION OF A MUSIC BOX USING FPGA TAN KIAN YIAK DESIGN AND IMPLEMENTATION OF A MUSIC BOX USING FPGA TAN KIAN YIAK SCHOOL OF MICROELECTRONIC ENGINEERING UNIVERSITY MALAYSIA PERLIS MALAYSIA 2007 DESIGN AND IMPLEMENTATION OF A MUSIC BOX USING FPGA by TAN

More information

Wireless LAN. Access Point. Provides network connectivity over wireless media

Wireless LAN. Access Point. Provides network connectivity over wireless media LAN Technologies 802.11 Wireless LAN Network connectivity to the legacy wired LAN Access Point Desktop with PCI 802.11 LAN card Laptop with PCMCIA 802.11 LAN card Provides network connectivity over wireless

More information

e-pg Pathshala Quadrant 1 e-text

e-pg Pathshala Quadrant 1 e-text e-pg Pathshala Subject : Computer Science Module: Bluetooth Paper: Computer Networks Module No: CS/CN/37 Quadrant 1 e-text In our journey on networks, we are now exploring wireless networks. We looked

More information

Universitetet i Oslo Institutt for informatikk. Monitoring Bluetooth network topology. Cand Scient Thesis. Fredrik Borg

Universitetet i Oslo Institutt for informatikk. Monitoring Bluetooth network topology. Cand Scient Thesis. Fredrik Borg Universitetet i Oslo Institutt for informatikk Monitoring Bluetooth network topology Cand Scient Thesis Fredrik Borg February 1, 2002 II Foreword This thesis is a part of my cand.scient. degree in Communication

More information

ZIGBEE PROTOCOL FOR SYSTEMATIC PARKING SYSTEM

ZIGBEE PROTOCOL FOR SYSTEMATIC PARKING SYSTEM Proceedings of EnCon2010 3 rd Engineering Conference on Advancement in Mechanical and Manufacturing for Sustainable Environment April 14-16, 2010, Kuching, Sarawak, Malaysia ZIGBEE PROTOCOL FOR SYSTEMATIC

More information

A COLLOCATED APPROACH FOR COEXISTENCE RESOLUTION IN WIRELESS HOME NETWORKING

A COLLOCATED APPROACH FOR COEXISTENCE RESOLUTION IN WIRELESS HOME NETWORKING A COLLOCATED APPROACH FOR COEXISTENCE RESOLUTION IN WIRELESS HOME NETWORKING Md Enamul Islam, Sanjay Jha, Dr. Paul W.H. Kwan, Monzurur Rahman School of Mathematics, Statistics and Computer Science, University

More information

MavBlue: A Bluetooth Development Kit for Undergraduate and Graduate Research and Education

MavBlue: A Bluetooth Development Kit for Undergraduate and Graduate Research and Education MavBlue: A Bluetooth Development Kit for Undergraduate and Graduate Research and Education Steven V. Case Department of Computer and Information Sciences Minnesota State University Mankato steven.case@mnsu.edu

More information

Redes Inalámbricas Tema 2.B Wireless PANs: Bluetooth

Redes Inalámbricas Tema 2.B Wireless PANs: Bluetooth Redes Inalámbricas Tema 2.B Wireless PANs: Bluetooth Bluetooh Acknowledgments: Foo Chun Choong, Ericsson Research / Cyberlab Singapore, and Open Source Software Lab, ECE Dept, NUS Máster de Ingeniería

More information

City, University of London Institutional Repository

City, University of London Institutional Repository City Research Online City, University of London Institutional Repository Citation: Mamdouhi, H., Khatun, S. & Zarrin, J. (2009). Bluetooth wireless monitoring, managing and control for inter vehicle in

More information

Implementing A Bluetooth Stack on UEFI

Implementing A Bluetooth Stack on UEFI Implementing A Bluetooth Stack on UEFI Tony C.S. Lo Senior Manager American Megatrends Inc. presented by UEFI Plugfest October 2014 Agenda Introduction Bluetooth Architecture UEFI Bluetooth Stack Summary

More information

Specification Volume 2. Specification of the Bluetooth System. Wireless connections made easy. Profiles

Specification Volume 2. Specification of the Bluetooth System. Wireless connections made easy. Profiles Specification Volume 2 Specification of the Bluetooth System Wireless connections made easy Profiles Version 1.1 February 22 2001 BLUETOOTH SPECIFICATION Version 1.1 page 2 of 452 Revision History The

More information

PRIVACY FRIENDLY DETECTION TECHNIQUE OF SYBIL ATTACK IN VEHICULAR AD HOC NETWORK (VANET) SEYED MOHAMMAD CHERAGHI

PRIVACY FRIENDLY DETECTION TECHNIQUE OF SYBIL ATTACK IN VEHICULAR AD HOC NETWORK (VANET) SEYED MOHAMMAD CHERAGHI i PRIVACY FRIENDLY DETECTION TECHNIQUE OF SYBIL ATTACK IN VEHICULAR AD HOC NETWORK (VANET) SEYED MOHAMMAD CHERAGHI A project report submitted in partial fulfillment of the Requirements for the award of

More information

Wireless standards--home automation, energy, care and security

Wireless standards--home automation, energy, care and security Wireless standards--home automation, energy, care and security Rene Kohlmann - October 30, 2013 Exceptional changes are underway in the home networking market and a wide range of home systems. Everything

More information

2014, IJARCSSE All Rights Reserved Page 1042

2014, IJARCSSE All Rights Reserved Page 1042 Volume 4, Issue 2, February 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Applications

More information

Wireless Communication of Construction Machinery Signal Based on the Bluetooth Technique

Wireless Communication of Construction Machinery Signal Based on the Bluetooth Technique 2010 3rd International Conference on Computer and Electrical Engineering (ICCEE 2010) IPCSIT vol. 53 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V53.No.2.66 Wireless Communication of

More information

Lecture Objectives. Lecture 1 Wireless Environment and Wireless LANs. Agenda (1) Agenda (2) Wireless Spectrum (1)

Lecture Objectives. Lecture 1 Wireless Environment and Wireless LANs. Agenda (1) Agenda (2) Wireless Spectrum (1) Lecture Objectives Wireless Networks and Mobile Systems Lecture 1 Wireless Environment and Wireless LANs Discuss the impact of the wireless environment on networks Explain the concept of spread spectrum,

More information

Special Course in Computer Science: Local Networks. Lecture

Special Course in Computer Science: Local Networks. Lecture Special Course in Computer Science: Local Networks Lecture 11 16.5.2012 Roadmap of the Course So far Basic telecom concepts General study of LANs Local Networks Ethernet Token bus Token ring ATM LAN Wi-Fi

More information

Electromagnetic Spectrum (3kHz 300GHz)

Electromagnetic Spectrum (3kHz 300GHz) Wireless Communication Serial communication Allocated a frequency of operation Could be a range of frequencies Regulated by FCC (Federal Communications Commission) in US Unfortunately, allocations are

More information

INSTRUCTION: This section consists of FOUR (4) structured questions. Answer ALL questions.

INSTRUCTION: This section consists of FOUR (4) structured questions. Answer ALL questions. SECTION B: 60 MARKS BAHAGIAN B: 60 MARKAH INSTRUCTION: This section consists of FOUR (4) structured questions. Answer ALL questions. ARAHAN: Bahagian ini mengandungi EMPAT (4) soalan berstruktur. Jawab

More information

System Level Analysis of the Bluetooth standard

System Level Analysis of the Bluetooth standard System Level Analysis of the standard Massimo Conti, Daniele Moretti Università Politecnica delle Marche, via Brecce Bianche, I-60131, Ancona, Italy Abstract The SystemC modules of the Link Manager Layer

More information

Bluetooth Wireless Technology meets CAN

Bluetooth Wireless Technology meets CAN Bluetooth Wireless Technology meets CAN Matthias Fuchs esd electronic system design GmbH, Hannover, Germany To access mobile and moving CAN fieldbus systems a wireless approach is often a good solution.

More information