KW41Z beacon

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

KW41Z beacon

3,312件の閲覧回数
seanwu
Contributor V

Dear sir,

KW41Z now supports single beacon(beacon example). And I want to modify to support dual beacon (ibeacon+eddystone) at the same time. I want to change the time interval(50ms ibeacon, and 50ms eddystone). I traced the code, but I still have no idea to implement the dual beacon. Could you please help me?

Thanks.

BR,

Sean

#KW41Z#kw41z ble 802.15.4#ble beacon

ラベル(2)
0 件の賞賛
返信
3 返答(返信)

2,704件の閲覧回数
stephanie_m
NXP TechSupport
NXP TechSupport

Hello ,

 

Could you please check this thread and see if this works for you?

Implementing Bluetooth® LE Beacons on the KW40Z Wireless Microcontroller

I believe that the implementations you were looking for are in that thread.

Best Regards,

Estephania

0 件の賞賛
返信

2,704件の閲覧回数
seanwu
Contributor V

Dear sir,

This is just single beacon at one time. I want to modify the interval time to transfer two type beacon.

Thanks.

BR,

Sean

0 件の賞賛
返信

2,704件の閲覧回数
stephanie_m
NXP TechSupport
NXP TechSupport

Hello,

Sorry for the late response.

 

Unfortunately, the KW41 won’t be able to achieve two beacons simultaneously, not even changing the ADV data on the fly.

 

You will need to stop advertising, change ADV data, re-start advertising; this approach may show the two beacons OTA, but this might not fulfill the ADV interval and other system requirements.

 

Other choice you can have it’s to use the GENFSK link layer and have them generate the beacons packets, the only drawback here is that your application must keep track of the timings and changing the ADV channels manually.

 

Best Regards,

Estephania

0 件の賞賛
返信