Skip to main content

Zalo

Introduction

Zalo devices are luxury vibrators and oscillators controlled over BLE with a compact 3-byte command format. The Queen and King models use the same command structure but swap the roles of the two intensity bytes.

BLE Profile

ble_names:
- ZALO-Queen
- ZALO-King
services:
main:
uuid: 0000fff0-0000-1000-8000-00805f9b34fb
characteristics:
tx: 0000fff1-0000-1000-8000-00805f9b34fb

Commands

All commands are 3-byte writes to the Tx characteristic:

0xAA 0xBB 0xCC

Zalo Queen

AABBCCDescription
0x01oscillator speed (0x010x08)vibrator speed (0x010x08)Manual mode
0x02Off
0x03pattern (0x010x08)intensity (0x010x08)Pattern mode

Zalo King

AABBCCDescription
0x01vibrator speed (0x010x04)oscillator speed (0x010x04)Manual mode
0x02Off
0x03patternintensityPattern mode
0x04Shutdown

Notes

The roles of BB and CC are swapped between the Queen and the King models. On the Queen, BB controls the oscillator and CC controls the vibrator; on the King, BB controls the vibrator and CC controls the oscillator.

Sources