Skip to main content

Cachito

Introduction

Cachito manufactures BLE-controlled devices with both thruster and vibration/suction capabilities. Known models include the "Lure Tao Out of Control" (CCTSK) and "More Ice Cream" (CCTXueGao).

BLE Profile

ble_names: ["CCTSK", "CCTXueGao"]
services:
- uuid: "0000fff0-0000-1000-8000-00805f9b34fb"
characteristics:
- uuid: "0000fff2-0000-1000-8000-00805f9b34fb"
properties: [write]
role: tx
description: "Command endpoint"

Commands

Thruster

Controls the thrusting motor.

Format:

0x02 0x01 0x0X 0x00
ByteDescriptionRange
0x02Thruster commandFixed
0x01UnknownFixed
0x0XSpeed0x00-0x05 (0-5)
0x00PaddingFixed

Suction/Vibrate

Controls the suction or vibration motor.

Format:

0x03 0x02 XX 0x00
ByteDescriptionRange
0x03Vibrate/suction commandFixed
0x02UnknownFixed
XXSpeed0x00-0x64 (0-100)
0x00PaddingFixed

Sources