Book Image

IoT Projects with Bluetooth Low Energy

By : Madhur Bhargava
Book Image

IoT Projects with Bluetooth Low Energy

By: Madhur Bhargava

Overview of this book

Bluetooth Low Energy, or Bluetooth Smart, is Wireless Personal Area networking aimed at smart devices and IoT applications. BLE has been increasingly adopted by application developers and IoT enthusiasts to establish connections between smart devices. This book initially covers all the required aspects of BLE, before you start working on IoT projects. In the initial stages of the book, you will learn about the basic aspects of Bluetooth Low Energy—such as discovering devices, services, and characteristics—that will be helpful for advanced-level projects. This book will guide you through building hands-on projects using BLE and IoT. These projects include tracking health data, using a mobile App, and making this data available for health practitioners; Indoor navigation; creating beacons using the Raspberry Pi; and warehouse weather Monitoring. This book also covers aspects of Bluetooth 5 (the latest release) and its effect on each of these projects. By the end of this book, you will have hands-on experience of using Bluetooth Low Energy to integrate with smart devices and IoT projects.
Table of Contents (15 chapters)
Title Page
Credits
Foreword
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Introduction to Bluetooth Low Energy Sensors


Almost every BLE device that you will be interacting with in the real world and during the course of this book, will be a sensor that senses and stores data, waiting to be read. For example, a Fitbit senses heart rate, quality of sleep, and the number of steps walked. We will be interacting with a Fitbit device in the next chapter to understand how it stores the sensed data and how it makes that data available to us:

Figure 1: A Fitbit charge 2 device; source: www.fitbit.com

Temperature and humidity sensors can also use Bluetooth Low Energy as their communication protocol to transfer data to handheld devices or hubs. We will be creating an IoT + BLE solution for one such use case involving temperature and humidity sensors in Chapter 6, Weather Monitoring Using BLE in Warehouses:

Figure 2: Temperature and humidity sensor by Xiaomi; source: www.Xiaomi.com

Bluetooth Low Energy sensors can also be used to sense the approximate location (mainly distance...