A simple motion sensor data recorder for iPhone. Written with SwiftUI.
✔️ Records sensor data from accelerometer, gyroscope and magnetometer
✔️ Records both raw and processed data
✔️ Up to thousands of data points per sample
✔️ Up to 200Hz sampling frequency (device-dependent)
✔️ Built-in data graph preview
✔️ Easily exports to CSV or JSON files
✔️ Purely Swift!
Built on Xcode 11.3.1 and tested on iOS 13.3.1.
- Timer (using CMSensorRecorder; accelerometer data only)
MIT license.