Skip to main content

Svakom Iker

Introduction

The Svakom Iker is a BLE-controlled prostate massager with independent vibration and pulsation motors.

BLE Profile

ble_names: ["Iker"]
services:
- uuid: "0000ffe0-0000-1000-8000-00805f9b34fb"
characteristics:
- uuid: "0000ffe1-0000-1000-8000-00805f9b34fb"
properties: [write]
role: tx
description: "Command endpoint"

Commands

Vibrate

Controls the vibration motor with selectable modes.

Format:

0x55 0x03 0x03 0x00 XX YY
ByteDescriptionRange
0x55Command prefixFixed
0x03Command type (vibrate)Fixed
0x03UnknownFixed
0x00UnknownFixed
XXMode0x01-0x0B
YYSpeed0x00-0x0A (0-10)

Pulsate

Controls the pulsation motor.

Format:

0x55 0x07 0x00 0x00 ZZ 0x00
ByteDescriptionRange
0x55Command prefixFixed
0x07Command type (pulsate)Fixed
0x00 0x00UnknownFixed
ZZSpeed0x00-0x05 (0-5)
0x00UnknownFixed

Notes

  • Setting the vibrator speed to 0 will also turn off the pulsator. If you only want to stop vibration while keeping pulsation active, you must resend the pulsator command after setting vibration to 0.
  • The vibrator supports 11 modes (0x01-0x0B) and 11 speed levels (0x00-0x0A).
  • The pulsator supports 6 speed levels (0x00-0x05).

Sources