Reader small image

You're reading from  IoT Projects with Bluetooth Low Energy

Product typeBook
Published inAug 2017
PublisherPackt
ISBN-139781788399449
Edition1st Edition
Right arrow
Author (1)
Madhur Bhargava
Madhur Bhargava
author image
Madhur Bhargava

Madhur Bhargava is specialized in Wireless and Mobile Computing from CDAC ACTS Pune, India. He started his career at Electronic Arts as a software engineer working on mobile games. He later addressed problems in personalized healthcare, leveraging the power of mobile and voice computing. He is proficient in various mobile/embedded technologies and strives to be a software generalist. He believes that good software is a result of talented individuals working together as a communicative team in an Agile manner. He likes to spend time with his family, read, and watch movies.
Read more about Madhur Bhargava

Right arrow

Designing the Tracking App


As already indicated, in this section, we will be designing an app for both Android and iOS platforms, which listens for RSSI updates from a broadcasting iTag sensor and uses these values to predict the distance of the iTag from the receiver.

Our development pre-requisites and setup remain exactly similar to those defined in Chapter 3, Building a Service Explorer App.

Android

We begin by creating an empty project in the Android Studio. We have chosen the name AndroidiTagPersonalTracker; feel free to be creative with your project's name. We have already done this exercise in Chapter 2, Setting Up; hence, we will not be covering that here again.

Note

When you are creating any Android-based Bluetooth Low Energy Project, remember to select the minimum API Level as 21 during the setup, since many Bluetooth Low Energy related system API calls require minimum API level 21.

Once we have finished creating our empty project, as a first step, we can define some simple user interface...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
IoT Projects with Bluetooth Low Energy
Published in: Aug 2017Publisher: PacktISBN-13: 9781788399449

Author (1)

author image
Madhur Bhargava

Madhur Bhargava is specialized in Wireless and Mobile Computing from CDAC ACTS Pune, India. He started his career at Electronic Arts as a software engineer working on mobile games. He later addressed problems in personalized healthcare, leveraging the power of mobile and voice computing. He is proficient in various mobile/embedded technologies and strives to be a software generalist. He believes that good software is a result of talented individuals working together as a communicative team in an Agile manner. He likes to spend time with his family, read, and watch movies.
Read more about Madhur Bhargava