Created
April 15, 2020 21:20
-
-
Save aaronjamt/d2a22cebe2f217d81d143ac1b29085e6 to your computer and use it in GitHub Desktop.
ID115 Watch BLE Protocol
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-------------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