I just released a project that is an iOS utility to log sensor data so it can be processed offline. I wanted to prototype my algorithms in Python with a consistent dataset. This is the solution to that!
It currently logs all the different types of data that are available in the CoreMotion framework. I’ve included an example Python script that shows how to parse and plot the data that results from using the app. Here’s a figure that results from the script:
***** Check out the project on GitHub here.

