Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 994 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 994 Bytes

MotionCollector

iOS app for collecting data from iPhone's motion sensors (gyroscope, magnetometer, accelerometer) and Apple Watch's sensors (gyroscope, accelerometer). Each session could be marked by record id to distinguish what type of session recorded. For example, to mark running session as record id = 0 and walking session as record id = 1. The result could be exported as *.csv file that contains all the sessions.

There are 3 regimes of working app: collecting data from phone, collecting data from watch and collecting data simultaneously from phone and watch. In the case of second and third regimes record id sets up by Apple Watch's app. To run stop/start menu on Apple Watch you need to force touce the main menu.

Screenshots