我也一直在尝试不同的连接/扫描间隔组合,并在BlueNRG编程手册中找到了一些有用的指导(
http://www.st.com/content/ccc/resource/technical/document/programming_manual/1c/7e/d3/a6/d0/52/4a/35/DM00141271.pdf/files/DM00141271.pdf/jcr:内容/翻译/ en.DM00141271.pdf
例如,这来自第4.3节:
4.每次开始做广告时:
a)如果是直接广告,请选择Advertising_Interval_Min = Advertising_Interval_Max
=最短分配连接间隔的整数倍
b)如果不是直接广告,请选择Advertising_Interval_Min =
Advertising_Interval_Max使得(Advertising_Interval_Min + 5ms)是整数
多个最短的分配连接间隔希望这有帮助
以上来自于谷歌翻译
以下为原文
I have also been experimenting with different connection / scan interval combinations and found some useful guidelines in the BlueNRG programming manual (
http://www.st.com/content/ccc/resource/technical/document/programming_manual/1c/7e/d3/a6/d0/52/4a/35/DM00141271.pdf/files/DM00141271.pdf/jcr:content/translations/en.DM00141271.pdf
For Example, this is from section 4.3:
4. Every time you start Advertising:
a) If Direct Advertising, choose Advertising_Interval_Min = Advertising_Interval_Max
= integer multiple of the shortest allocated connection interval
b) If not Direct Advertising, choose Advertising_Interval_Min =
Advertising_Interval_Max such that (Advertising_Interval_Min + 5ms) is an integer
multiple of the shortest allocated connection intervalHope this helps
我也一直在尝试不同的连接/扫描间隔组合,并在BlueNRG编程手册中找到了一些有用的指导(
http://www.st.com/content/ccc/resource/technical/document/programming_manual/1c/7e/d3/a6/d0/52/4a/35/DM00141271.pdf/files/DM00141271.pdf/jcr:内容/翻译/ en.DM00141271.pdf
例如,这来自第4.3节:
4.每次开始做广告时:
a)如果是直接广告,请选择Advertising_Interval_Min = Advertising_Interval_Max
=最短分配连接间隔的整数倍
b)如果不是直接广告,请选择Advertising_Interval_Min =
Advertising_Interval_Max使得(Advertising_Interval_Min + 5ms)是整数
多个最短的分配连接间隔希望这有帮助
以上来自于谷歌翻译
以下为原文
I have also been experimenting with different connection / scan interval combinations and found some useful guidelines in the BlueNRG programming manual (
http://www.st.com/content/ccc/resource/technical/document/programming_manual/1c/7e/d3/a6/d0/52/4a/35/DM00141271.pdf/files/DM00141271.pdf/jcr:content/translations/en.DM00141271.pdf
For Example, this is from section 4.3:
4. Every time you start Advertising:
a) If Direct Advertising, choose Advertising_Interval_Min = Advertising_Interval_Max
= integer multiple of the shortest allocated connection interval
b) If not Direct Advertising, choose Advertising_Interval_Min =
Advertising_Interval_Max such that (Advertising_Interval_Min + 5ms) is an integer
multiple of the shortest allocated connection intervalHope this helps
举报