Watch Motion
Getting Started
Project: Watch Motion
- Getting Started
- Data Collection
- More Training Data
- First try with on-device inference
- A journey through raw data
- Session recording
- More to come...
Started the weekend with a new project. It's an Apple Watch app that collects and analyzes motion data from your daily activities. By leveraging the watch's built-in sensors, it tracks your movements throughout the day to provide insights about your physical activity patterns and movement quality.
The data is sent to a serverless function that stores it in a database and exposed via a REST API to be visualized here. Made a small test in the outdoor gym and it worked pretty well. Next step is probably to see what I can do with the data, it would be pretty cool to be able to predict exercises for example.
I collected the data for 20 seconds with a sampling frequency of 50Hz, and this is what it looks like:
Accelerometer (G-force)
Gyroscope (rad/s)
Magnetometer (µT)