Synchronization

Synchronization problem for accelerometer and gyroscope when using Evothing framework

Wed, 2017-07-26 05:19--Elvis1991

Experimental Setup: I use Huawei smartphone for Central and DA14583 IoT sensor as peripheral. The software running on the smartphone is an app using Evothing framework. I would like to read acceleration and angular velocity at the same time to do the motion capture.
Sensor's firmaware: IoT raw project.
Sample rate for accelerometer and gyroscope: 50Hz.
The code on the central device using Evothing is as follows:
//Received data
app.handleSensorAccelerometer = function (data) {
data["time"] = Date.now();

订阅RSS - Synchronization