diff options
| -rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -132,7 +132,7 @@ byte[20] = 0xFF end marker (last chunk only, appended after text) ``` Message format from FereFit app: `"Title: Content"`, title truncated to 23 bytes, content to 240 bytes. -In practice, you can just send random arbitrary text. The app doesn't really care. +In practice, you can just send random arbitrary text. The watch doesn't really care. Send chunks sequentially with ~100ms delay between each. @@ -170,6 +170,7 @@ The following scripts are available: - FereFit_syncTime_BLE.py --- synchronizes the time on the watch - FereFit_switchFindBand_BLE.py --- vibrates the watch for 5 seconds - FereFit_configRealTimeMeasure_BLE.py --- measures heart rate, TODO add more measurements later +- FereFit_sendMessage_BLE.py --- sends a test message/notification of your choosing to the watch They are named after FereFit, one of the names of the app, because I am decompiling the FereFit APK (even though it's all one codebase under different names, the app detects which one it's meant to be using functions such as isFereFit() and isHomieFit(), etc and just sets the UI and API to that). They will probably stay that way because I can't be bothered to rename them to freefit, and therefore future ones will also be named after FereFit for consistency or something like that. |
