BLE Toolkit
Bluetooth Low Energy scanning and communication — discover devices, connect, read/write characteristics, and subscribe to notifications. Requires@stoprocent/noble as an optional peer dependency.
Quick Start
Config
Default scan duration in milliseconds.
Only discover devices advertising these service UUIDs.
Tools
| Tool | Description |
|---|---|
ble_scan | Discover nearby BLE peripherals |
ble_connect | Connect to a device by ID |
ble_read | Read a characteristic value |
ble_write | Write data to a characteristic |
ble_notify | Subscribe to characteristic notifications |
Workflow
- Scan for devices with
ble_scan - Connect to a device using its ID from the scan results
- Read/Write characteristics or subscribe to notifications