As of now, the sample program:
- Can kick off the CMSensorRecorder for a defined number of minutes
- When the Watch application is in foreground, it will dequeue whatever records are found and then send them to the iPhone
- The iPhone will dequeue the records and test them for consistency by looking for gaps in the sensor record date stamps.
Here is what the displays look like now:
Above, you will see the new gapError count. This is a consistency of data check; a quick check to ensure that all data is sequential and updating at 50Hz (the count of 1 is expected; the first element since program launch).
Updated code is here.
Next up is to plumb AWS back into the rig to send this data to Kinesis...
No comments:
Post a Comment