Sound Feature - Apt3kStudio/Phone GitHub Wiki

Feature Document

The purpose of this feature is for the phone to make a Sound when the phone and watch goes out of the assigned range, in order to locate the phone.

The watch to phone sound event is divided into 3 different approaches:

  1. Via the Internet - The watch application will initiate the Sound event by sending a command to the phone via the internet. The phone will then use this command to initiate a predefined event.

  2. Via Bluetooth - The watch application will initiate the sound event by sending a command to the phone via Bluetooth. The phone will then use this command to initiate a predefined event.

  3. Via NFC - The watch application will initiate the sound event by sending a command to the phone via NFC. The phone will then use this command to initiate a predefined event.

Versions

v1.0 : Make the phone produce a Sound

v2.0 : Add 3 Sound Levels

  1. Level 1 - Make a soft Sound (this can be a bird whisper)
  2. Level 2 - Make a medium-loud Sound (this can be the sound of motorcycle horn)
  3. Level 3 - Make a super-loud Sound (this can be the Sound of a truck's horn)

Features Specification