Skip to content

pspachos/RSSI-Smartwatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RSS data from smartwatch for Contact Tracing

This dataset was collected for the purpose to understand the proximity between any two smartwatches worn by human. We used the Google's Wear OS based smartwatch, powered by a Qualcomm Snapdragon Wear 3100 processor, from Fossil sport to collect the data. The smartwatch is powered by a Qualcomm Snapdragon Wear 3100 processor and has an internal memory of up to 1GB.

Smartphones carried by users on different body positions

Two volunteers were required to wear the smartwatch on different hand and stand at a certain distance from each other. The direct data refers to the dataset collected when one volunteer wore the smartwatch on the left hand and the other on the right hand; whereas the crosswise data refers to the dataset collected when both volunteers wore the smartwatch on the same hand. Both smartwatches log the following information:

  • the truth distance,
  • name of the smartphone,
  • MAC address of BLE chipset,
  • the packet payload,
  • RSS values,
  • time elapsed, and
  • timestamp
These raw data was exported to Matlab and reorganized into training and testing data.

Specifically, we organize the training and testing dataset by excluding unnecessary information, while grouping the number of samples received when the two volunteers are at certain distance from each other. The final dataset consists the following information:

  • the source of the data, i.e., either 31 or 26 (this number is taken based on the last hex value of the smartwatches's mac address
  • combination, i.e., RR, LL, RL, LR (indicating the position of smartwatch on left or right hand)
  • risk
  • True distance
  • Number of samples
  • mean RSS
  • max RSS
  • min RSS
  • The range of RSS

Paper

Refer to the following paper for more information.

P. C. Ng, P. Spachos, S. Gregory and K. N. Plataniotis, "Epidemic Exposure Notification with Smartwatch: A Proximity-Based Privacy-Preserving Approach," in IEEE Access, vol. x, no. x, pp. xx-xx, 2021 (submitted).

Preprint: https://arxiv.org/abs/2007.04399

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages