Dear Dialog Team,
I tried to play around with the connection current as suggested in last and third last comment in thread:-
https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bl...
Observations:-
1在默认连接间隔配置中,我发现连接电流为210uA(最小间隔=10ms,最大\u间隔=20ms)
2. I found connection current to be ~25uA when min_interval = 300ms, max_interval = 310ms
3.最初,无论连接间隔(2-3秒),最初就是100uA。之后基于连接间隔配置,当前生效。
Queries:-
1.从默认配置的10ms移动到连接间隔300ms的不利影响是什么?
2. I understand that it can affect throughput, but if my usecase is transferring a few bytes per day (400 bytes max. per day, max. 40 bytes at a time), what time I connection interval I should configure?
3.是否可以更改连接间隔运行时?如果是,您可以指向代码中的API /地点吗?
4与第三次评论中建议的120uA相比,当前可能的原因是什么:-
https://support.dialog-semiconductor.com/forums/post/dialog-smartbond-bl...
5. Can you elaborate on causes of observation 3?
如果您需要任何其他细节,请告诉我。
Thanks in advance,
Karan.
嗨Karanshah28,
您能否注明当前消耗测量所关注的程序?我假设你正在获得平均的电流消耗。该系统在广告或连接间隔之间进入睡眠模式。因此,具有更大的连接或广告间隔意味着系统处于睡眠模式,因此功耗将较低。
The amount of data that the device sends during a connection interval depends on the packets that the central allows to a peripheral to send. The payload for each packet with the standard MTU selection is 20 bytes. So each data that you send can carry up to 20 bytes. You can't control the how many packets the BLE will send during a connection interval because is up to the master of the connection, if he doesn't want to accept the data he just won’t accept it even if you indicate that you have more data to send. In addition, there are is not a fixed connection interval regarding your application.
让我快速描述您的连接参数更新过程:
正在进行广告的外围设备承担从属设备的角色,而正在搜索要连接的设备的扫描仪设备在连接过程中扮演主设备的角色。后者负责执行各种强制操作,包括要传输的通道和使用的事件间隔。但是,在成功连接之后,从设备可以通过更新连接参数请求提出自己的首选参数(连接间隔、监督超时等)。之后,如果奴隶的要求得到批准,主程序会对其作出响应。为此,外围设备发送连接参数更新请求,协商过程将在空中进行,如果认证通过,将发生连接参数更新事件。有关更新连接参数的更多信息,请参阅蓝牙LE规范。
user_gapm_conf结构保持用户的配置,并且在连接时设备将具有来自此结构的连接间隔。user_connection_param_conf保留连接参数更新配置。连接间隔由中央定义,因此您可以做的是发出连接更新请求,中央将决定它是否会接受您所要求的连接参数。If the current parameters don’t match will send a request to the central in order to update the connection parameters (the request is sent 10 seconds after the connection is established), so if the central accepts the parameters the connection will change to the specified values in the user_connection_param_conf structure.
关于1个连接事件,您如何测量它?您应该像附加的成像一样衡量它。这是1个连接事件。我的电力分析仪进行此测量。
Thanks, PM_Dialog
谢谢你的简介explanation.
我们将分享您的详细信息,我们如何衡量当前。
In our testing, we found that when we set connection interval above 100ms, we are seeing disconnections between central device and da14586.
你对此有何评论?这是预期的行为吗?或者设备应该保持连接?
另外,有没有办法改善这个?
嗨对话小组,
Waiting for your response.
Thanks, Karan
嗨Karan,
哪个是您连接的中心设备?
BR,Paolo.
嗨Paolo,
我们正试图与Android手机连接。
谢谢,Karan.
你好,
我在前一个线程中看到你谈到了一个范围扩展器,你还在这里使用吗?
您是否使用了自定义PCB或我们的Pro Starter Kit +我们的Daugther Loard?
在哪个距离是来自董事会的Android手机?
BR,Paolo.
你好,
我们正在使用范围扩展器。
我们使用自定义PCB。
And distance is 3m.
Thanks, Karan
你好,
当MIN间隔为10ms时,我们甚至断开连接,最大间隔为300ms
Can you provide the Connection settings other than 10ms min interval and 20 ms max interval which reduces current?
嗨Karanshah28,
由于不需要高的延迟,也许您可以尝试:
INTV_MIN:300ms.
INTV_MAX:400ms
延迟:0
connect_timeout:5s.
Br
宜宾
你好,
我们用你的参数测试,但设备断开了。
We tested this with multiple central devices and with light blue application.
您能否向我们建议我们可以使我们拥有除10ms和20毫秒以外的连续连接和连接间隔的新设置
- karan
I mistakenly clicked "accept answer" Link. Please ignore it
- karan
嗨对话小组,
Can we have quick resolution to disconnection issue?
我们的目的是保持连接到中央设备,在这种情况下可以是Android或iOS手机。一旦连接,我们从不断开连接。如果中央或外围设备远离BLE范围,我们只会断开连接。感谢您对此的及时帮助。
当做,Karan.
嗨Karan,
Can you confirm that different connection parameters will lead to different results? What the connection parameters is good for this use case?
Can you tell the disconnect reason code? You can print it out in the disconnect event callback function ( user_app_on_disconnect() ).
Br
宜宾
你好,
For same connection parameters we seen different observation..
第一次设备在1小时后与5分钟后断开连接,第二个时间设备在17分钟内断开连接。
断开原因的时间都在断开回调时为0x13。
如果需要更多信息,请告知我们。
What can be the issue of disconnection?
Is there anything we can tune connection parameters and can solve the issue ?
当做,
Karan.
Hi Karanshah28,
0x13表示超时断开连接。
以下是我可以想到的所有可能原因:
1应用程序(中央设备)被手机系统杀死。
2.在固件中,无法及时处理BLE事件。这意味着,固件中有很长的时间,这会阻止您的主要过程。
3.射频性能不好。例如,RF TX的功率较弱,或者频率偏移量大等。
4.手机和设备之间存在兼容性。在这种情况下尝试另一个手机进行测试。
Br
宜宾
Dear Support Team,
感谢更新。
So out of 4 reasons we have to find out the actual reason. For that we did following experiment.
我们将一个项目二进制文件闪存到板中,并与手机连接板。
该连接建立并连接到7小时,2分钟后,该设备与断开原件断开连接0x8。
但是,BLE_ALL_IN_ONE固件中的性能很好,但仍然已断开连接。
So what can be the reason here ?
1)移动应用程序没有崩溃,因为我收到了应用程序中的断开消息。我有附加截图。
2)现在我猜我们可以说它不是因为在固件中的长过程,因为我们使用了BLE_ALL_IN_ONE。如果我错了,请纠正我。
3)RF性能不好。不确定这一点。请注意,我们在董事会中使用了频率扩展Sky66111-11。有没有办法检查rf性能是问题吗?
是否有其他方法或建议来找出问题的根本原因?
当做,
Karan.
嗨Karanshah28,
There are various reasons that can broken a connection down, such as moving the peer device out of the range, power failure conditions, several interferences etc. According to Bluetooth LE specifications, since the aforementioned reasons may happen without any prior warning, it is important for both the
Master和Slave监视连接的状态。为此,中环和外围设备都应使用链路层连接监控定时器,以便检测链路损耗。有关此主题的更多信息,请参阅蓝牙核心规范。在sdk的user_connection_param_conf配置结构中,有一个名为的参数。超时。这是连接监控超时,它定义了两个接收到的数据包PDU之间的最长时间
connection is considered lost. According to the core specifications, the Connection supervision timeout shall be a multiple of 10 ms in the range of 100 ms to 32.0 sec and it shall be larger than
(1 + connection_latency)* connection_interval * 2.您已设置给设备的监控超时?如果设置较长的超时,设备将需要更多的时间才能断开连接或无法断开连接?co_error_con_timeout = 0x08错误是连接超时错误代码,指示链路监控超时已过期为给定连接。
Thanks, PM_Dialog
Dear Suport Team,
我们正在使用BLE_ALL_IN_ONE作为我们的基本代码,并添加了一些更改(范围扩展器芯片驱动程序https://www.dialog-seminile.com/sites/default/files/rext_sky66111-1 ...+一些产品水平的变化)的代码。
我们在使用固件后15分钟内观察到2小时内的两次断开连接。
要进一步调试此问题,我们确实在实验之后:
请注意,我们在我们的设计中使用范围扩展器芯片:Sky66111。
Here is the summary of all observation:
1)我们在董事会中闪现了固件,并观察到2小时内的断开连接,有时在15分钟内。
我们的固件是BLE_ALL_IN_ONE + RANGE扩展器驱动程序+有关更改的一些产品。
2)然后找到断开的问题,我们将BLE_ALL_IN_ONE FIRINE BINARE BINAR BINARD DO14586 EVM板闪烁,未观察到断开10小时。
3) Then, we flashed ble_all_in_one firware binary into our board, and observed same result, i.e. did not observed disconnection for 10 hours.
4) Then we assumed that there is some issue in our firmware as we have not observed disconnection with ble_all_in_one code with our board.
5)然后我们从我们的固件代码中删除了范围扩展器驱动程序支持,即我们的固件代码将是BLE_ALL_IN_ONE +一些产品有关更改的产品。
在这种情况下,我们也没有观察到移动电话断开超过9小时。
So based on this experiments we concluded that there is some issue with range extender driver.
这个问题的根本原因是什么?
这个问题是否与range扩展器芯片断开连接是已知的问题?
有没有解决方案?
FYI, mobile is always next to the pcb which we are testing. we can share the code if required.
感谢致敬,
Karan.
嗨支持团队,
你能更新这个吗?这对我们来说是阻止问题。
问候,卡兰
嗨Karanshah28,
请检查代码是否在断开连接后运行或陷入困境?例如,断开连接后,应用程序是什么?断开后设备是否再次启动广告?在断开连接后是否能够在空中检测到空气中,而不重置电路板?您是否可以使用BLE嗅探器才能检查通过空中传输的数据包?
哪个是断开的原因代码?您可以在断开事件回调函数中打印出来(User_App_On_disconnect()),因为它在帖子中已提及。
我读了你的帖子,我发现断开的原因是0x13。你能肯定吗?
“断开原因的时间都在断开回调时为0x13。”
The 0x13 ( CO_ERROR_REMOTE_USER_TERM_CON ) error code, named REMOTE USER TERMINATED CONNECTION and indicates that the user on the remote device terminated the connection. Do you have a custom mobile application?
“我们在董事会中闪过固件,并观察到2小时内的断开连接,有时在15分钟内。我们的固件是BLE_ALL_IN_ONE + RANGE EXTENDER驱动程序+有关更改的一些产品。“
您是否拥有Range Extender参考设计,以便尝试复制此问题?您是否在ble_all_in_one中完成了任何修改?
“Then to find the issue of disconnection, we flashed ble_all_in_one firware binary into DA14586 EVM board and did not observed disconnection for 10 hours. “
你能澄清董事会吗?你的意思是pro dk或585 range extender?
然后,我们将BLE_ALL_IN_ONE FIRIN DINARY闪存到我们的电路板上,并观察到相同的结果,即未观察到10小时的断开连接。
与下面的结果相同?断开连接没有发生。?另外,有或没有SKY66111?
“然后我们从我们的固件代码中删除了范围扩展驱动程序支持,即我们的固件代码将是BLE_ALL_IN_ONE +一些产品有关更改的产品。
在这种情况下,我们也没有观察到移动电话断开超过9小时。“
您能否在您提到的司机分享更多澄清?
最好设立一个新的论坛帖子,以便最好地跟踪断开问题,因为最初的帖子与目前的连接消费有关。但这取决于你。
Thanks, PM_Dialog