NSD PB-700BT
The NSD PB-700BT (also sold as NSD Spinner Bluetooth) is a Bluetooth gyroscopic hand exerciser (powerball). BLE, 7.5 cm, rotor-powered; pairs with the NSD Workout app. Use the shared device interface to connect and interact with the device.
Basic usage
ts
import { PB700BT } from "@hangtime/grip-connect"
const device = new PB700BT()
await device.connect(
async () => {
// Use read/write and notify as needed
device.disconnect()
},
(err) => console.error(err),
)Methods
PB-700BT supports all shared methods (connect, disconnect, isConnected, notify, active, read, write, download). See Device interface for details. No device-specific methods beyond the shared interface; use read(), write(), and notify() as needed for the gyroscopic exerciser protocol.