NXP FRDM KW36 Link Layer

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

NXP FRDM KW36 Link Layer

跳至解决方案
564 次查看
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 解答
535 次查看
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 回复
536 次查看
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 项奖励
回复