Skip to main content

Sexverse LG389

Introduction

The Sexverse LG389 is a BLE-controlled vibrator with configurable vibration mode, anchor position, intensity range, and speed, communicated via structured hex command packets.

BLE Profile

ble_names:
- LG389
services:
main:
uuid: 0x0000bae0-0000-1000-8000-00805f9b34fb
characteristics:
tx: 0x0000bae1-0000-1000-8000-00805f9b34fb
rx: 0x0000bae2-0000-1000-8000-00805f9b34fb

Commands

Set Vibration

10-byte command packet:

aa 05 XX 14 YY 00 ZZ 00 UU 00
ByteFieldRangeDescription
XXVibe mode0x000x03Vibration mode
YYAnchor0x010x03Anchor position
ZZRange0x010x04Intensity range
UUSpeed0x000x0AMotor speed

Battery Query

Send:

aa 04

Response from Rx characteristic:

55 04 01 01 XX 00 ...

XX — battery level (value interpretation may vary).

Sources