Skip to main content

Adrien Lastic

Introduction

Adrien Lastic vibrators (Palpitation and Revelation lines) communicate over BLE using the Nordic UART service. Commands are hardcoded 11-byte packets, one per mode, with 10 pre-defined vibration patterns.

BLE Profile

ble_names:
- varies by model
services:
nordic_uart:
uuid: 6e400001-b5a3-f393-e0a9-e50e24dcca9e
characteristics:
tx: 6e400002-b5a3-f393-e0a9-e50e24dcca9e

Devices

ModelSKU
PalpitationLVS-S001
Palpitation (legacy)LVS-S001L
RevelationLVS-S002
Revelation (legacy)LVS-S002L

Commands

Commands are 11-byte packets written to the Tx characteristic. Each mode corresponds to a fully hardcoded packet; there are 10 pre-defined patterns (modes 0–9) plus a stop command.

ModeDescription
0Stop / off
1Constant low
2Constant medium
3Constant high
4–9Pre-defined vibration patterns

The full byte arrays for each mode are documented in the tracking issue.

Notes

Because the protocol only supports hardcoded pattern packets, there is no continuous speed control — only the 10 fixed modes are available.

Sources