Reader small image

You're reading from  Building Bluetooth Low Energy Systems

Product typeBook
Published inApr 2017
Reading LevelBeginner
PublisherPackt
ISBN-139781786461087
Edition1st Edition
Languages
Right arrow
Author (1)
Muhammad Usama bin Aftab
Muhammad Usama bin Aftab
author image
Muhammad Usama bin Aftab

Muhammad Usama bin Aftab is a software engineer at one of the leading solar lighting manufacturers in North America. At Carmanah Technologies, he works closely with the product development and management teams to develop software for embryonic technologies such as Bluetooth Low Energy. He also focuses on full-stack development using Angular 2 and Java. His main areas of interest range from mobile application development to information security. Mr. Aftab is an alumnus of the University of Victoria, Canada, where he received his master's degree in applied science in electrical and computer engineering. Mr. Aftab has experience in Android, iOS, and cross-platform gaming technologies (such as Unity 3D), which led him to coauthor Learning Android Intents for Packt in 2014.
Read more about Muhammad Usama bin Aftab

Right arrow

Beacon protocols


Just like any other technology, Bluetooth Low Energy Beacons work with a protocol set. It is like a profile that tells how a beacon is broadcasting information. This information is then handled by a device (typically a cell phone) with the same protocol. Both ends should know the definition of the broadcast data if they want a successful transmission. This is why the broadcast data type is defined by the type of protocol the beacon is using. In some cases, it broadcasts a UUID-based URI, while in other cases, it broadcast URLs or telemetry packets.

The protocol gives a definition to the data broadcast. 

The broadcast data type is defined by the type of protocol the beacon is using. In some cases, it broadcasts a UUID-based URI, while in other cases, it broadcast URLs or telemetry packets. In this section, we will discuss two widely used beacon protocols: Eddystone by Google and iBeacon by Apple.

Note

This protocol standard is not to be confused with the Bluetooth Low Energy...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Building Bluetooth Low Energy Systems
Published in: Apr 2017Publisher: PacktISBN-13: 9781786461087

Author (1)

author image
Muhammad Usama bin Aftab

Muhammad Usama bin Aftab is a software engineer at one of the leading solar lighting manufacturers in North America. At Carmanah Technologies, he works closely with the product development and management teams to develop software for embryonic technologies such as Bluetooth Low Energy. He also focuses on full-stack development using Angular 2 and Java. His main areas of interest range from mobile application development to information security. Mr. Aftab is an alumnus of the University of Victoria, Canada, where he received his master's degree in applied science in electrical and computer engineering. Mr. Aftab has experience in Android, iOS, and cross-platform gaming technologies (such as Unity 3D), which led him to coauthor Learning Android Intents for Packt in 2014.
Read more about Muhammad Usama bin Aftab