Top Banner
Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster Prof. Peter Clayton
17

Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Jan 12, 2016

Download

Documents

Dominick Cox
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks

Brian FoxSupervisors:Dr Greg FosterProf. Peter Clayton

Page 2: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Introduction

Part of the Automated Wireless Identification System project

Specifically focused on how to expose Bluetooth functionality in embedded devicesI.e. design and build a custom OS image

which exposes some form of API allowing access to the Bluetooth stack

Page 3: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Timeline

Look at the various OS builders in use for various embedded OS’sThis entailed identifying and studying the

architecture of some embedded OS’s on the market and looking at the tools provided to help create a custom image for that OS

Create and build own custom Windows CE .NET platform

Page 4: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Problems involved with Embedded Systems Design

Hardware / Software partitioning What parts of the solution should be

implemented where? Can lead to integration problems in later

development stages

Power Some microprocessors can operate in “sleep

mode” and only wake up on a timer tick

Debugging Hooks provided in microprocessor circuitry

Page 5: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Embedded Operating Systems

Highly modular/componentisedSupport wide variety of target

hardware and processors through use of BSPs

Real-timePower management

Page 6: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Windows CE .NET

Designed around mobile devices Minimum footprint of 200k

Actual footprint currently

Power management “Instant On” Control of device level power states

Wide range of board support packages (BSPs)

Microsoft is the only vendor to supply a Bluetooth stack with the operating system

Page 7: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Windows CE .NET Architecture

OEM Hardware

Embedded Shell

ApplicationsApplications

WIN32 APIsCOREDLL, WINSOCK, OLE, COMMCTRL, COMMDLG, WININET, TAPI

Windows CE Shell Services

Remote Connectivity

WIN32 APIsCOREDLL, WINSOCK, OLE, COMMCTRL, COMMDLG, WININET, TAPI

Windows CE Shell Services

Remote Connectivity

KernelLibrary Blue-

tooth

GWES Device Manager

FileManager

TCP/IP

KernelLibrary Blue-

tooth

GWES Device Manager

FileManager

TCP/IP

OALBootloader

DriversDevice Drivers

File DriversOAL

BootloaderDrivers

Device Drivers

File Drivers

Page 8: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Platform Builder

Integrated Development Environment Provides the means to create, build, deploy and

debug a custom image of the OS Provides an emulator to allow for simultaneous

hardware and software development Automatically determines dependencies between

modules Practical experience

Have built a headless operating environment exposing Bluetooth functionality through the WINSOCK API

Page 9: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Platform Builder

Page 10: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

QNX Neutrino

Designed around microkernel and central software bus

“Plug-in” type architecture Inter-process communication via message

passing handled by the microkernel OS exposes standard POSIX API Platform creation either manual or through

use of the Momentics Professional Edition IDE Will run on multiple host platforms

Page 11: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

QNX Neutrino Architecture

Page 12: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Wind River VxWorks

Modules implemented on top of the core OSCore OS consists of a microkernel and

debug agent and interacts with the BSPPlatform creation either manual or

through use of the Torando IDE

Page 13: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Bluetooth Stacks

Means by which the OS and applications access and control the Bluetooth hardwareExpose an API to application developers

Modular in concept and designMay need to be ported to a specific OSBluetooth Qualification

Need to implement all core stack layers and Generic Access Profile and Serial Port Profile

Page 14: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Microsoft Bluetooth Stack

Page 15: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Stonestreet One Bluetopia

Page 16: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Where to from here?

Test and debug practical imageHopefully deploy onto a development

board for full testing with the other team members

Page 17: Providing Bluetooth Functionality on Embedded Devices: A look at Embedded Operating Systems and Bluetooth Stacks Brian Fox Supervisors: Dr Greg Foster.

Questions?