Request: synchronized streaming from multiple devices
I would like to stream data from multiple devices simultaneously, but I cannot start recording from all the devices at the same time. Would it be possible to add a feature to signal when a devices begins measuring data? I realize that perfect synchronization may be difficult through BLE, but I'm finding that the differences in starting time can be order of many seconds even for the gyrometer and accelerometer on the same device. Reducing that delay to something less than a second and knowing about when the streaming or logging has started would be really helpful .
I'm working with an iPhone 5S using the MetaWear RG's with hardware versions 0.3 and firmware 1.1.3.
This discussion has been closed.
Comments
You are alerted to when streaming has started, by virtue of simply receiving data. However, for the reasons mentioned above, streaming can be unteliable. The only way to get accurate timestamps is to use logging in which the first entry you download will tell you when logging started.