Skip to main content

Meese Tera Protocol

Introduction

The Meese Tera is a Bluetooth LE device with vibration and suction motors. Commands are 4 bytes sent to a 0xffe0 service.

BLE Profile

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

Commands

Vibration

01 80 01 VV

Where VV is speed 0x000x0a.

Suction

01 80 02 VV

Where VV is suction level 0x000x03.

Sources