NXP FRDM KW36 Link Layer

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

NXP FRDM KW36 Link Layer

ソリューションへジャンプ
1,209件の閲覧回数
kaviya
Contributor I

Hi

I am developing BLE 5.0 Link Layer packet generation and analysis. I want to verify my generation and analysis with some evaluation kit . can we configure NXP FRDM KW36 to transmit different Link Layer Packets like ADV_IND, ADV_EXT_IND....?

0 件の賞賛
返信
1 解決策
1,180件の閲覧回数
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @,

Different Link Layer packets can be configured; as an example, you can refer to project "temp_coll" under wireless_examples and bluetooth. Here, you can change the parameters in "gScanParameters" and change the type to the packet to send.

You can find them defined in "ble_general.h";

  • gBleAdvRepAdvInd_c (ADV_IND)
  • gBleAdvRepAdvDirectInd_c (ADV_DIRECT_IND)

Unfortunately, the Advertising Extensions (ADV_EXT_IND) BLE 5 Optional Errata is not implemented for the KW36 Family of MCUs. Ir is, however, implimented in the KW38 family.

There's also some documentation on enabling the advertising extensions on the KW38's SDK examples, here.

I hope you find this helpful!

Best regards, Julián

元の投稿で解決策を見る

0 件の賞賛
返信
1 返信
1,181件の閲覧回数
Julián_AragónM
NXP TechSupport
NXP TechSupport

Hi @,

Different Link Layer packets can be configured; as an example, you can refer to project "temp_coll" under wireless_examples and bluetooth. Here, you can change the parameters in "gScanParameters" and change the type to the packet to send.

You can find them defined in "ble_general.h";

  • gBleAdvRepAdvInd_c (ADV_IND)
  • gBleAdvRepAdvDirectInd_c (ADV_DIRECT_IND)

Unfortunately, the Advertising Extensions (ADV_EXT_IND) BLE 5 Optional Errata is not implemented for the KW36 Family of MCUs. Ir is, however, implimented in the KW38 family.

There's also some documentation on enabling the advertising extensions on the KW38's SDK examples, here.

I hope you find this helpful!

Best regards, Julián

0 件の賞賛
返信