Dialog Semiconductor customer support - Evothings https://support.dialog-semiconductor.com/resource-keywords/evothings Evothings移动应用程序和Dialog物联网传感器套件 https://support.dialog-semiconductor.com/evothings-mobile-app-dialog-iot-sensor-kit < div class = "字段field-name-taxonomy-forums字段-type-taxonomy-term-reference field-label-above">
Forums: 

Check out the Evothings & Dialog IoT sensor starter guide !

https://evothings.com/dialog-iot-sensor-starter-guide/

Evothings Studio is a development tool that makes it easy to create mobile apps for the Internet of Things (IoT) in JavaScript and HTML. In this tutorial you will learn how to create a mobile application for Dialog’s IoT Sensor using the Evothings Workbench.

Keywords: 
Device: 
2016年5月4日星期三14:50:48+0000 JE\U对话框 3357 at https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/evothings-mobile-app-dialog-iot-sensor-kit#comments
基于Evothing框架的加速度计与陀螺仪的同步问题 https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/synchronization-problem-accelerometer
论坛:
Dialog Smartbond Bluetooth低能耗–软件摘要字段标签隐藏的字段类型文本“>

实验设置:我使用华为智能手机作为中心,DA14583物联网传感器作为外围设备。运行在智能手机上的软件是一个使用Evothing框架的应用程序。我想同时读取加速度和角速度来进行运动捕捉。
传感器的firmaware:IoT原始项目。
加速度计和陀螺仪的采样率:50Hz。
使用Evothing的中央设备上的代码如下:
/接收数据
app.handleSensorAccelerometer=函数(数据){
data[“time”]=Date.now()
data[“type”]=“加速计”
app.data.accelerator.push(数据)
document.getElementById(“传感器加速度计计数”).innerHTML=app.data.accelerator.length
}

app.handleSensorGyroscope=函数(数据){
data[“time”]=Date.now()
data[“type”]=“陀螺仪”
应用程序数据陀螺仪推送(数据)
document.getElementById(“传感器陀螺仪计数”).innerHTML=app.data.gylotor.length
}

问题:加速度计和陀螺仪不能同步。通常情况下,陀螺仪的数据小于加速度计的数据。
问题:到目前为止,我发现Evothing只提供了两个回调接口函数,app.handleSensorAccelerometer()和handleSensorGyroscope()。我目前用于同步的方法是将加速度计和陀螺仪的数据分别发布到两个阵列。结果,数据不是严格同步的,只是随机同步。通常情况下,在周期采样时,陀螺仪的数据小于加速度计的数据。我的问题是,如何同步两个传感器或消除以前的错误?

敬礼,
Elvis

关键词:
设备:
Wed, 26 Jul 2017 04:19:16 +0000 埃尔维斯1991 72179在https://support.dialog-semiconductor.com https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bluetooth-low-energy-%E2%80%93-software/synchronization-problem-accelerometer#comments