buttplugio / stpihkal

Repo deprecated, STPIHKAL moved to docs.buttplug.io repo
https://docs.buttplug.io/
93 stars 21 forks source link

Document Mizz Zee protocol #136

Open blackspherefollower opened 3 years ago

blackspherefollower commented 3 years ago

BLE name: NFY008

Service UUID: eea0 Tx Characteristic UUID: eea0

Control: 0x69 0x96 0x03 0x03 0x01 0xXX 0xYY Where XX is mode: 0x01 = on, 0x00 = off Where YY is speed: 0x00 is on, slowest. The app sent a maximum of 0x59 but I couldn't sense a difference above 0x44

This applies to the Pill and "Bosom Vibrator"

Spazznyan commented 2 years ago

New model: image

BLE name: XHT

Service UUID: eea0 Tx Characteristic UUID: ee01

Control: 0x69 0x96 0x04 0x02 0xXX 0x2c 0xXX Where XX is speed, 00 is off and 1 - 64 is on and speed variable

Attached edited protocol file: mizzzeev2.rs.txt

buttplugdevice.json entry: "mizzzeev2": { "btle": { "names": [ "XHT" ], "services": { "0000eea0-0000-1000-8000-00805f9b34fb": { "tx": "0000ee01-0000-1000-8000-00805f9b34fb" } } }, "defaults": { "name": { "en-us": "Mizz Zee Device v2" }, "messages": { "VibrateCmd": { "FeatureCount": 1, "StepCount": [ 68 ] } } }