Skip to main content

Realov

Introduction

Realov vibrators use a simple 4-byte BLE command to set vibration intensity on a 0–50 scale.

BLE Profile

ble_names:
- REALOV_VIBE
services:
main:
uuid: 0000ffe0-0000-1000-8000-00805f9b34fb
characteristics:
tx: 0000ffe1-0000-1000-8000-00805f9b34fb

Commands

Set Vibration Intensity

0xc5 0x55 XX 0xaa
  • XX — intensity: 0x00 (off) to 0x32 (50, maximum)

Sources