Skip to content

Instantly share code, notes, and snippets.

@aaronjamt
Created April 15, 2020 21:20
Show Gist options
  • Save aaronjamt/d2a22cebe2f217d81d143ac1b29085e6 to your computer and use it in GitHub Desktop.
Save aaronjamt/d2a22cebe2f217d81d143ac1b29085e6 to your computer and use it in GitHub Desktop.
ID115 Watch BLE Protocol
-------------Camera fields---------------
Enable:
WRITE 06 02 00 00 00 00 => 0af6
Disable:
WRITE 06 02 01 00 00 00 => 0af6
Shutter pressed:
READ 07 01 06 00 00 00 <= 0af7
Camera exited:
READ 07 01 0B 00 00 00 <= 0af7
-------------Message fields---------------
Send message (1st 12 characters):
WRITE 05 03 02 01 01 LENGTH 00 08 {12 BYTES}
Send message (2nd 12 characters):
WRITE 05 03 02 02 {12 BYTES}
Send message (3nd 12 characters):
WRITE 05 03 02 03 {12 BYTES}
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment