Book Image

Building Bluetooth Low Energy Systems

By : Muhammad Usama bin Aftab
Book Image

Building Bluetooth Low Energy Systems

By: Muhammad Usama bin Aftab

Overview of this book

Bluetooth Low Energy (BLE) is a Wireless Personal Area network technology aimed at novel applications for smart devices. High-tech BLE profiles and services are being increasingly used by application developers and hardware enthusiasts to allow devices to interact with the surrounding world. This book will focus on a technical introduction to BLE and how it is reshaping small-distance communication. We will start with IoT, where many technologies such as BLE, Zigbee, and IEEE 802.15.4 Mesh will be introduced. The book will present BLE from an engineering perspective, from which the protocol stack, architecture, and layers are discussed. You will learn to implement customized projects for Peripheral/Central communication, BLE Beacons, indoor navigation using triangulation, and the Internet gateway for Bluetooth Low Energy Personal Network, all using various code samples and APIs on Android, iOS, and the Web. Finally, the book will conclude with a glimpse into future technologies destined to be prominent in years to come.
Table of Contents (14 chapters)
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Summary


In this chapter we spoke about the Internet of Things technology and how it is rooting in our real lives. The introduction of the Internet of Things was given in the form of wearable devices, autonomous vehicles, smart light bulbs, and portable media streaming devices. Internet of Things technologies like wireless local area network, mobile ad-hoc networks and ZigBee was discussed in order to have a better understanding of the available choices in the IoT. The technology discussion led us to the Bluetooth Low Energy, where the concepts and the technical structure of the Bluetooth Low Energy were discussed in great detail. The chapter introduced us to the Bluetooth stack and the key concepts like Attribute Profile, Generic Attribute Profile, GATT Server, GATT Client, UUIDs, Generic Access Profile, Service, Characteristics and the Bluetooth Security. Later we discussed Key Generation mechanism in the Bluetooth Low Energy, pairing, bonding, privacy and signing mechanisms. In the end we concluded with two major IoT platforms Bluetooth Low Energy brings and how Bluetooth beacons and Bluetooth Mesh can be the next big things in the Internet of Things.

In the next chapter we'll discuss different Hardware and Software tools available for Bluetooth Low Energy development.