Swear collects sensor data and send it to an amazon S3 bucket. The sensors supported by Swear are:
GPS: every minute
Accelerometer: around 10 readings per second
Light: every second
Heart rate: every second
Photoplethysmography (PPG): around 100 readings per second
Sound level: every minute
Step count: when detected
Off body: when detected
Functionalities:
1-Swear turns off the sensors automatically when the watch is not worn. This functionality aims to reduce battery consumption.
2-The app can be synced with a publically available AWS S3 bucket. The bucket name should be specified before pushing the data to the cloud.
3-A participant ID (PID) can be introduced to tag the data belonging to the same user. This is useful to distinguish between multiple users sharing the same S3 bucket (e.g. in the case of a human subject study including multiple participants)
GPS: every minute
Accelerometer: around 10 readings per second
Light: every second
Heart rate: every second
Photoplethysmography (PPG): around 100 readings per second
Sound level: every minute
Step count: when detected
Off body: when detected
Functionalities:
1-Swear turns off the sensors automatically when the watch is not worn. This functionality aims to reduce battery consumption.
2-The app can be synced with a publically available AWS S3 bucket. The bucket name should be specified before pushing the data to the cloud.
3-A participant ID (PID) can be introduced to tag the data belonging to the same user. This is useful to distinguish between multiple users sharing the same S3 bucket (e.g. in the case of a human subject study including multiple participants)
Show More