stpihkal icon indicating copy to clipboard operation
stpihkal copied to clipboard

Advanced Vibratissimo Vibes

Open blackspherefollower opened this issue 4 years ago • 0 comments

Turns out there's a few different Vibratissimo types:

  • KV Model
  • 1-KEY CH (I think this is the standard Vibratissimo models: 1 motor)
  • 2-KEY CH
  • 3-KEY CH
  • SecretKiss
  • Licker (Not actually the Licker model, but actually the SecretKiss)
  • Womenizer (Looks like this was renamed to SecretKiss. Naming issues?)
  • Rabbit
  • Licker

Other newer devices declare their model names, but are handled by the "1-KEY CH" logic.

These names are found by reading 0x180A: 0x2A24

SecretKiss

The name string on mine is "Licker" The 2 byte motor controls (0xAA 0xBB) are: A = suction speed, B = Oscillating "tongue"

Rabbit

The 2 byte motor controls are in fact 3 byes (0xAA 0xBB 0xCC): A = External Vibe , B = Internal Vibe, C = Angle oscillator (I think this is similar to Lelo's Wave) Note, only 2 speeds on 0x01 and 0x02, everything else is off

blackspherefollower avatar Apr 14 '20 10:04 blackspherefollower