Icon

Improving an SDK With Core Bluetooth (Companion Repo)

This is a repo that will accompany a series of posts on introduction to Core Bluetooth.

The “working code” for the repo is in the SDK-Src directory. This will be a simple framework project that implements a very simple “Magic 8-Ball” application that runs on two different Apple devices.

One device acts as a Bluetooth Central device, and the other as a Bluetooth Peripheral device.

The user “asks a question” from the Central device, and “gets an answer” from a Peripheral device.

The communication between the devices is Bluetooth Low Energy, managed by Apple’s Core Bluetooth API.

The Apps-src directory contains 4 applications. These are for each of the Apple platforms: Mac, iOS/iPadOS, Watch, and TV.