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 Hey Bracelet Protocol #161

Open
blackspherefollower opened this issue May 6, 2022 · 0 comments
Open

Document Hey Bracelet Protocol #161

blackspherefollower opened this issue May 6, 2022 · 0 comments

Comments

@blackspherefollower
Copy link
Contributor

BLE Name: HEY! Bracelet
Service UUID: edfec62e-9910-0bac-5241-d8bda6932a2f

  • Mode Characteristic UUID: 2d86686a-53dc-25b3-0c4a-f0e10c8dee22
    The app sets the mode to 01 on use, but that doesn't actually seem necessary
    Sending 02 causes power off, re-enabled by plugging the bracelet into a power source

  • Squeeze Characteristic UUID: 2d86686a-53dc-25b3-0c4a-f0e10c8dee20
    Only works when subscribed to the sensor
    Sending 0x64 first seems to be required, afterwards any value works

  • Touch Sensor Characteristic UUID: 2d86686a-53dc-25b3-0c4a-f0e10c8dee21
    Returns 2 bytes:

    • The first seems to be a running count of long touches (resets on power off)
    • The second seems to be the position of the touch: I've seen 01, 03, 05 and 07 (originally suspected bit mapped areas, but maybe not)
  • Charge Status Characteristic UUID: 2d86686a-53dc-25b3-0c4a-f0e10c8dee23
    Always returns 00 for me

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