Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Building Bluetooth Low Energy Systems

You're reading from  Building Bluetooth Low Energy Systems

Product type Book
Published in Apr 2017
Publisher Packt
ISBN-13 9781786461087
Pages 242 pages
Edition 1st Edition
Languages
Author (1):
Muhammad Usama bin Aftab Muhammad Usama bin Aftab
Profile icon Muhammad Usama bin Aftab
Toc

Table of Contents (14) Chapters close

Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface
1. BLE and the Internet of Things 2. BLE Hardware, Software, and Debugging Tools 3. Building a BLE Central and Peripheral Communication System 4. Bluetooth Low Energy Beacons 5. BLE Indoor Navigation Using Estimote Beacons 6. Bluetooth Mesh Technology 7. Implementing a Bluetooth Gateway Using the Raspberry Pi 3 8. The Future of Bluetooth Low Energy

Deploying a Bluetooth gateway on your Raspberry Pi


The goal of this project is to convert your Raspberry Pi into a Bluetooth gateway so that it can scan and inform you about the surrounding Bluetooth devices (including their services and characteristics). The prerequisites of this project are:

  • A Raspberry Pi 3 Model B (or Raspberry Pi 2 with Wi-Fi and Bluetooth dongles)
  • An Internet connection

Let's start by setting up the required packages on the Raspberry Pi. I will assume that you are a Linux novice and will explain every step in detail. 

Step 1 - Update and upgrade the Pi

The first step before starting development on your Raspberry is to make sure that it is up to date. To do this, run the following command:

sudo apt-get update

This command will update the package lists from the repositories and update them to get information on the newest versions of packages and their dependencies. The next step is to upgrade the installed packages to the latest packages. To do this, run the following command...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime