Getting Started with Bluetooth Low Energy
Description: Getting Started with Bluetooth Low Energy provides practical instructions for developers and hardware engineers on using BLE technology to enable data sharing between mobile apps and external devices
ISBN: 9781491900550
I recently built an application involving BLE (although not in a browser), and was quite surprised by how straightforward it can be. I’d recommend O’Riley’s Getting Started with Bluetooth Low Energy[1] as a quick skim to understand the core BLE concepts.
If you’re unsure how your device’s services and characteristics are set up, then using a decent inspector app is good if you’re trying to reverse engineer the values, I recommend BT Inspector[2] but unfortunately it’s iOS/MacOS only.
[0] https://developer.chrome.com/articles/bluetooth/#https-only
[1] https://www.oreilly.com/library/view/getting-started-with/97...
[2] https://apps.apple.com/gb/app/bluetooth-inspector/id15090850...