spectacles-ble
Installation
SKILL.md
Spectacles BLE — Reference Guide
Spectacles can act as a BLE Central (scanner + connector) to communicate bidirectionally with any BLE Peripheral — an Arduino, a game controller, a phone app, or any custom BLE device.
Official docs: Spectacles Home · Experimental APIs (BLE enablement)
Enable BLE: Project Settings → Spectacles → Experimental APIs → ✅ Bluetooth Low Energy
Core Concepts
| Term | Meaning |
|---|---|
| Central | The device that initiates connections (Spectacles) |
| Peripheral | The device that advertises and accepts connections (Arduino, phone, etc.) |
| Service | A logical grouping of related functionality, identified by a UUID |
| Characteristic | A specific data value within a service; readable, writable, and/or notifiable |