... | @@ -30,13 +30,13 @@ It is important to mention for users of this wristband that: |
... | @@ -30,13 +30,13 @@ It is important to mention for users of this wristband that: |
|
|
|
|
|
### Motion Detection
|
|
### Motion Detection
|
|
|
|
|
|
The wristband uses an accelerometer to identify its slope. Since it is attached to the user's wrist, the degree of tilt on the 3 axes (X, Y and Z) can be used to indicate whether the user's hand is close to their face or not. If a sequence of angles detected by the bracelet matches a hand-to-face movement, it will vibrate. Therefore, the mere fact that it is close to the user's face does not trigger the vibrating motor.
|
|
The wristband uses an accelerometer to identify its slope. Since it is attached to the user's wrist, the degree of tilt on the 3 axes (X, Y and Z) can be used to indicate whether the user's hand is close to their face or not. If a sequence of angles detected by the wristband matches a hand-to-face movement, it will vibrate. Therefore, the mere fact that it is close to the user's face does not trigger the vibrating motor.
|
|
|
|
|
|
<img src="https://gitlab.devtag.com.br/davi/pulseira-covid19/-/raw/master/wiki/images/rann.svg" width="500">
|
|
<img src="https://gitlab.devtag.com.br/davi/pulseira-covid19/-/raw/master/wiki/images/rann.svg" width="500">
|
|
|
|
|
|
The figure above shows the recurrent neural network used to predict the user's hand movements. This network is fed with the data from x, y and z axes of the accelerometer and the output of the network at the previous time. After the training, the network is able to predict a hand-to-face movement with a hit rate of approximately 90% [6].
|
|
The figure above shows the recurrent neural network used to predict the user's hand movements. This network is fed with the data from x, y and z axes of the accelerometer and the output of the network at the previous time. After the training, the network is able to predict a hand-to-face movement with a hit rate of approximately 90% [6].
|
|
|
|
|
|
It is important to emphasize that at certain times the device may present false positives, i.e., when the bracelet vibrates in non-touch movements, or false negatives, when it does not vibrate in touch movements. User can adjust sensitivity to decrease the amount of false positives or false negatives. To adjust this sensitivity, use the wristband app described in the next sections.
|
|
It is important to emphasize that at certain times the device may present false positives, i.e., when the wristband vibrates in non-touch movements, or false negatives, when it does not vibrate in touch movements. User can adjust sensitivity to decrease the amount of false positives or false negatives. To adjust this sensitivity, use the wristband app described in the next sections.
|
|
|
|
|
|
### Wrist Positioning
|
|
### Wrist Positioning
|
|
<img src="https://gitlab.devtag.com.br/davi/pulseira-covid19/-/raw/master/wiki/images/uso_mao_dir.png" height="200">
|
|
<img src="https://gitlab.devtag.com.br/davi/pulseira-covid19/-/raw/master/wiki/images/uso_mao_dir.png" height="200">
|
... | @@ -49,7 +49,7 @@ Note in the images above that there is a correct orientation of the wristband on |
... | @@ -49,7 +49,7 @@ Note in the images above that there is a correct orientation of the wristband on |
|
|
|
|
|
### Switching Function
|
|
### Switching Function
|
|
|
|
|
|
Currently the wristband has two functions: **Avoid hand-to-face contact**, **chew time control** and **sleep activity monitoring**. To switch between these three functions, rotate the wristband around your wrist repeatedly as illustrated in the image below. The wristband will vibrate 3 times to indicate that function 3 (sleep) has been activated, 2 times for function 2 (chew) or 1 time to indicate function 1 (touch) has been activated. These functions are disabled by default. Configure the wristband by connecting it to a computer through the USB port.
|
|
Currently the wristband has three functions: **Avoid hand-to-face contact**, **chew time control** and **sleep activity monitoring**. To switch between these three functions, rotate the wristband around your wrist repeatedly as illustrated in the image below. The wristband will vibrate 3 times to indicate that function 3 (sleep) has been activated, 2 times for function 2 (chew) or 1 time to indicate function 1 (touch) has been activated. These functions are disabled by default. Configure the wristband by connecting it to a computer through the USB port.
|
|
|
|
|
|
<img src="https://gitlab.devtag.com.br/davi/pulseira-covid19/-/raw/master/wiki/images/change_func.gif" width="300">
|
|
<img src="https://gitlab.devtag.com.br/davi/pulseira-covid19/-/raw/master/wiki/images/change_func.gif" width="300">
|
|
|
|
|
... | @@ -77,7 +77,7 @@ To configure the wristband you need to install the app. Download for free from t |
... | @@ -77,7 +77,7 @@ To configure the wristband you need to install the app. Download for free from t |
|
|
|
|
|
9. Collects accelerometer data and stores it in a file. This function is useful for those who want to train their own Artificial Neural Network.
|
|
9. Collects accelerometer data and stores it in a file. This function is useful for those who want to train their own Artificial Neural Network.
|
|
|
|
|
|
10. Set the wrist on which the bracelet will be used.
|
|
10. Set the wrist on which the wristband will be used.
|
|
|
|
|
|
11. Sets the intensity of the wristband vibrator motor.
|
|
11. Sets the intensity of the wristband vibrator motor.
|
|
|
|
|
... | @@ -95,7 +95,7 @@ To configure the wristband you need to install the app. Download for free from t |
... | @@ -95,7 +95,7 @@ To configure the wristband you need to install the app. Download for free from t |
|
|
|
|
|
16. Enables/Disables the **Fork** function of the wristband. This function monitors the user's chewing time.
|
|
16. Enables/Disables the **Fork** function of the wristband. This function monitors the user's chewing time.
|
|
|
|
|
|
17. Defines the operating mode of the fork function. In **Teacher mode**, the bracelet vibrates at preset intervals. Use this mode to reach your goal, the bigger the better. In **Supervisor mode**, the wristband will only supervise if the interval between bites is longer than specified. The wristband will vibrate only when the range is shorter.
|
|
17. Defines the operating mode of the fork function. In **Teacher mode**, the wristband vibrates at preset intervals. Use this mode to reach your goal, longer is better. In **Supervisor mode**, the wristband will supervise the interval between bites and vibrate if this interval is less than specified in field 18.
|
|
|
|
|
|
18. Minimum interval in seconds for bites to occur.
|
|
18. Minimum interval in seconds for bites to occur.
|
|
|
|
|
... | | ... | |