IOT开发套件对话框半导体DA14583:测量雷竞技电竞平台角度数据而不是角度

⚠️
嗨,...感谢您来论坛。令人兴奋的消息!我们现在正在迁至我们的新论坛平台,将提供更好的功能,并包含在主对话框网站中。所有帖子和帐户都已迁移。我们现在只接受新论坛上的流量 - 请发布任何新线程https://www.dialog-seminile.com/support.。我们将在未来几天修复错误/优化搜索和标记。
11个帖子/ 0新
最后一篇
Divya Panchal.
离线
Last seen:3年1个月前
加入:2017-10-31 08:37.
IOT开发套件对话框半导体DA14583:测量雷竞技电竞平台角度数据而不是角度

你好,

希望有人可以在这里建议我!

I am working on Dialog semiconductor IOT development kit DA14583, and here I am using DA1458x_IOT_v5.160.1.19.zip for sensor fusion code and raw data files but here I got very limited values of both library. I have few doubts regarding this.

My questions:

1)首先使用移动android应用程序连接Dialog Dongle时,它具有内置的.log文件。因此,当我将蓝牙加密狗与移动和配对配对连接时,首先我必须根据我的应用程序(即陀螺仪速率和加速度计速率)进行一些设置,并且在此之后,能够在IoT对话框移动应用程序中实现可穿戴的记录。这是必要的吗?而且当我在基本设置中启用传感器融合原始选项时,我们可以看到BMI160和BMM150的曲线,因此必须启用所有时间此选项?
在应用中需要哪种设置以获得BMI160(Gyro + Accel)传感器的大量数据,因为这里我使用BMI160 Bosch Sensor和MPU6050并行检查兼容性。与此对话框进行比较加密狗数据我们在其他传感器中获得了非常好的数据。
2) MPU6050 has DMP library which gave us DMP values. this library (https://github.com/jrowberg/i2cdevlib/blob/master/arduino/mpu6050/mpu605 ...) gave us euler angular data.
In Dialog Dongle which library it needed to get angular data?
3) Dialog Dongle may be give us rate of angles data and here I want angular data so for that which kind of library it needs?
4) How to get plot of measured data in PC?

If anyone has know answer of above any doubts please give me a feedback.

Thanks and Regards,
Divya

Device:
MT_dialog
离线
Last seen:3 months 3 days ago
职员
加入:2015-06-08 11:34
嗨divya panchai,

嗨divya panchai,

1.请重新短语您的问题,因为我无法理解您究竟在询问,请检查UM-B-063 DA14583 IoT传感器开发套件。

2 & 3 I am not aware if there is such kind of library for the BMI160, if there is one then it will be on the net, but if you would like to get angular position you can easily integrate the angular data and get position.

4. There is no dialog tool that will plot the data on your PC, you can either use the .log file which you then use an excell tool in order to make your graphs or you will have to transfer the data from the IoT either via BLE or UART and send it to an application on the PC that will represent them graphically.

Thanks MT_dialog

Divya Panchal.
离线
Last seen:3年1个月前
加入:2017-10-31 08:37.
Hello Support,

Hello Support,

谢谢你的快速反应!!

I read UM-B-063_DA14583_IoT_Sensor_Development_Kit_1v3.pdf and go through that. but i have some doubts regarding angular data.

所以我的问题:

1)IOT应用程序:如果我们加载原始软件并在手机上检查日志文件
(a) Raw data is in deg/sec or deg?
(b)如果它是deg / sec,如何在实际角度解码或转换数据?
2) IOT APP : If we load SFL Software
(a)日志文件在DEG / SEC或DEG中提供数据?
(b)如果deg / sec,如何将它转换为deg?
3) Can we Customize report log to get SFL data only , If yes than How?
4) Here I attached the report log we captured from mobile application,Can you tell me what is the procedure to get SFL values from it?

谢谢,
Divya

MT_dialog
离线
Last seen:3 months 3 days ago
职员
加入:2015-06-08 11:34
嗨divya panchai,

嗨divya panchai,

  1. 由于该数据是RAW,因此您将数据从Gyro Sesnor中提取,因此它们是速率而不是角度,因此它们是DEG / SEC。
  2. I ve allready mentioned that you can integrate the raw values and estimate the actual angle using only the gyro data, but in any case this question is out of scope of this forum.
  3. The log file logs raw data so again is deg/sec
  4. The same way mentioned in answer 2, between the different projects the raw data are the same, but the feeding the sensor fusion engine provides an estimation of the angle using a fusion of all the sensors.
  5. I suppose that you can customize the android application in order to output only that data that you would like, but we dont support modifications on the android applications, the source code is available in order for you to check it. Or you can modify the SFL project in order to send only SFL data instead of raw with SFL but this would require significant modifications on the project and its not just a simple #define or a simple mod.
  6. 关于传感器融合数据,在表12上描述了传感器融合数据包:传感器融合的报告结构,由传感器融合算法返回的值,该算法在QuarteNions中输出方向,如果您想仅隔离SFL报告日志文件您可以使用SW,Except或类似的东西处理日志,查看附录A和B,用于传感器融合数据。

Thanks MT_dialog

Divya Panchal.
离线
Last seen:3年1个月前
加入:2017-10-31 08:37.
你好

你好

谢谢回复。

如果我们加载SFL软件并从移动应用程序获取日志如果它给我们原始数据,请您能让我知道如何将该数据转换为角度?我们可以参考的任何文件?

在我们的最终应用程序中,我们想要使用传感器融合数据,因此我们需要使用附录A和B中所述的方法来读取正确的值,是正确的吗?

更新的速率/频率传感器融合数据是什么?

Thanks
Divya

MT_dialog
离线
Last seen:3 months 3 days ago
职员
加入:2015-06-08 11:34
你好Divya Panchal.,

你好Divya Panchal.,

如上所述,您可以使用和获取实际角度的原始数据是来自陀螺仪的数据,集成数据将估计对象在三个陀螺轴上旋转对象,但是当仅使用陀螺仪来估计时存在缺陷。位置。为了进入方向,IOT使用来自所有三个传感器的数据,加速度计,陀螺仪和磁力计(取决于配置),以便定位对象的方向更准确。对话框的SFL库和传感器融合算法未提供。通过互联网有方法和占用的解释,用于描述如何估计可用空间中对象的位置。

Yes, the Appendixes A and B describe the output of the sensor fusion data of the SFL library and how should be interpreted, there is also a reference to the appropriate wikipedia explanation.

SFL中的登录将为您提供RAW数据和SFL数据的需求(传感器融合原始启用选项),关于传感器融合的速率,这是可配置的,取决于加速度计和陀螺仪的速率,请检查UM-B-063 DA14583 IOT传感器开发kit.pdf在第7.3段中,以了解如何计算传感器融合率以及通过空中发送的数据。

Thanks MT_dialog

Divya Panchal.
离线
Last seen:3年1个月前
加入:2017-10-31 08:37.
Hello Support,

Hello Support,

Thank you very much for very quick respond on my comnets.

如果我们加载SFL软件并从移动应用程序获取日志,我重复了所有传感器(Accel + Gyro)的重复值。所以收到的数据也是一样的。

有没有解决解决这个问题的解决方案,
1)如何刷新传感器的数据?
2)我们把所有的设置(如新stalled application).
3)我们使用SmartSnippet擦除了对话框内容的闪存,并使用IoT传感器开发套件加载了SFL代码。
4)我们卸载并重新安装应用程序,但我们得到了相同的结果。
5) Here i attached the log file which we got from SFL code for your reference,you can check that there all data are same.
6) "07 02 03 FC 7F EC FF D4 01 01 00" <-------- Can you please decode this string in angular form?
7)I引用UM-B-063_DA14583_IT_SENSOR_DEVELINMENT_KIT_1V3.PDF和附录A和B的ORE。我们没有任何类型的移动应用程序和他们的SFL代码也是如此.IS需要任何更改?
8)在我们的最终应用中,我们希望使用传感器融合的角度数据。所以请给我适当的指导来解决我的问题。

谢谢,
Divya。

附件:
MT_dialog
离线
Last seen:3 months 3 days ago
职员
加入:2015-06-08 11:34
你好Divya Panchal.,

你好Divya Panchal.,

1)关于刷新传感器上的数据,在SFL上,数据应该自动更新,您不必做任何令人默认的事情,如果您在日志上获取相同的数据,您是否可以移动传感器,以便您可以获得新数据?

6)IOT应用程序使用SFL数据并将其转换为滚动,音高和偏航,以便移动3D图像,如果这是“Angull Form”,那么您可以检查在线上可用的Android源代码检查应用程序如何使用UpdateScene方法中的接收数据并转换SFL数据。应用程序获取SFL数据包后,也会记录这些数据。

Thanks MT_dialog

Divya Panchal.
离线
Last seen:3年1个月前
加入:2017-10-31 08:37.
你好Support,

你好Support,

我正在附加我在剧烈移动IOT加密狗的日志文件中,近2分钟。
我已经对值进行了排序,以便阅读ACC的变化,或陀螺数据变得容易。即使在移动加密狗2分钟后,我也可以仅在其中记录近6秒的数据,只有在其中,加密狗仍然在运动中,但是日志中的数据根本没有变化显示较小或没有动作。
here are the settings that I used in the mobile application (android)
ACC = 2G的范围
range of gyro = 2000 dps
frequency for both = 25hz
sensor fusion rate = 25hz
校准模式=静态
auto calibration mode = basic

and my firmware version is 5.160.01.19

please let me know if I am doing anything wrong.

谢谢,
Divya。

附件:
MT_dialog
离线
Last seen:3 months 3 days ago
职员
加入:2015-06-08 11:34
你好Divya Panchal.,

你好Divya Panchal.,

Apparently there is an issue in the currently uploaded version of the IoT application, when the application is on any of the screens that will present the data, either raw or fusion screen the application will disable the logging mechanism. For example if you switch to settings and set the enable logging at that point then the data should logged, if you switch to any of the screens that visualize the data the application will disable the logging mechanism and the values wont be recorded. The team is working on this issue and is expected to be fixed on the next release of the application. Apparently the data that you saw are values when the device was still and when you start moving the sensor perhaps you switched on the standard screen and the logging mechanism was disabled.

Thanks MT_dialog

Divya Panchal.
离线
Last seen:3年1个月前
加入:2017-10-31 08:37.
Hello Support,

Hello Support,

非常感谢您非常快速的回复!

实际上我使用了您的申请,但不能解码传感器融合库的接收数据,我需要对话DA-14583传感器融合数据的角度数据(riaw音调&roll)。

所以我用了,https://evothings.com/dialog-iot-sensor-starter-guide/

it is very useful to create our own application and now i am getting what i need.

感谢您,
Divya。