Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document ManNuo Protocol #149

Open
blackspherefollower opened this issue Nov 8, 2021 · 0 comments
Open

Document ManNuo Protocol #149

blackspherefollower opened this issue Nov 8, 2021 · 0 comments

Comments

@blackspherefollower
Copy link
Contributor

blackspherefollower commented Nov 8, 2021

BLE Name:

  • Sex Toys
  • LXCDVP

Service UUID: 0000fff0-0000-1000-8000-00805f9b34fb
Tx Characteristic UUID: 0000fff1-0000-1000-8000-00805f9b34fb
Rx Characteristic UUID: 0000fff4-0000-1000-8000-00805f9b34fb

Commands: [ 0xAA 0x55, 0x06, 0x01, 0x01, 0xXX, 0xYY, 0xZZ, 0xSS ]
Where:

  • Shutdown: X = 1, Y = 1, Z = 0xFA
  • Direct speed control: X = 1, Y = 1, Z = speed
  • Patterns: X = 1, Y = 00-0a, Z = 0xFA

SS is a checksum:

for (int i = 0; i < 8; i++) {
    data[8] = (byte) (data[8] ^ data[i]);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant