设置:< p>
软件:我们使用DA14583物联网传感器作为参考设计,并运行RAW项目。
硬件:最初的设计来控制电源是基于一个开关,这意味着当开关关闭时,单片机将停止工作。
然而,对于真正的应用程序,我们想改变原来的切换设计为“软”控制,通过进入延长睡眠模式和禁用广告,如果按钮没有按下。
因此,我们想修改原来的固件来实现“唤醒”“功能。
问题:
现在我们想唤醒DA14583,并通过按一个按钮开始广告(输入P2_1)。我如何在RAW项目中做到这一点?你能给我一些提示吗?非常感谢!< / p > < / div > < / div > < / div > < div class =”字段field-name-field-forum-keywords field-type-taxonomy-term-reference field-label-above”> < div class = "字段标签" >关键词:,< / div > < div class = "字段条目" > < div class =”field-item甚至“> < a href = " / resource-keywords / da14583-iot-sensor”“=“skos:概念”属性=“rdfs: label skos: prefLabel” datatype="">DA14583 IoT sensor
我在DA14583物联网传感器上运行RAW项目。
Central: Android phone with evothing software。
现象:当我测试加速度计时,一切都很顺利。但是,当我测试陀螺仪时。除非传感器移动,否则陀螺仪无法将数据发送到手机。
问题:
1。这是关于节约能源的问题吗?因为我想融合加速度计数据和陀螺仪数据。我想发送角速度(0,0,0)如果没有陀螺仪的值。< br / > 2。 If it is the problem of energy saving, how can I close it to make that both the accelerometer and gyroscope output together even the sensor is stable and does not move.
Best Regards,
Yufan