K32W(BLE+OpenThread)

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

K32W(BLE+OpenThread)

2,084 次查看
danieltseng
Contributor V

I need to implement BLE+OpenThread, I found the following information:

pastedImage_1.png

1. Doc/readme.txt :  Please refer to "OpenThread Demo Applications User Guide.pdf" but I don't know where to start, can you guide me?

2. Is it correct to use this example?

标签 (1)
  • KW

0 项奖励
回复
5 回复数

2,004 次查看
danieltseng
Contributor V

I understand that two protocol cannot work at the same time.
Just like the previous generation of KW41z, there are examples of providing BLE+thread
It uses the time-sharing fraction to switch the same antenna.

0 项奖励
回复

2,004 次查看
estephania_mart
NXP TechSupport
NXP TechSupport

Hello,

As the device is still new, currently  those are the only examples available.

Sorry for the inconveniences this might cause you.

regards ,

Estephania

0 项奖励
回复

2,004 次查看
danieltseng
Contributor V

This case is not very good, because of the increase of OTA, it becomes very complicated.
Are there other examples of pure BLE+ OpenThread ?
An example that proves that two protocols can run simultaneously.

0 项奖励
回复

2,004 次查看
estephania_mart
NXP TechSupport
NXP TechSupport

Hello,

Sorry for the inconveniences this might cause you but that is currently the only example we have available with both protocols.

You will need to implement the example using as a base either that or the ZigBee and Bluetooth example.

Please consider that the combination of protocols used will not work at the same time, those are not concurrent, there is a switching in the radio between both protocols.

Regards,

Estephania

0 项奖励
回复

2,004 次查看
estephania_mart
NXP TechSupport
NXP TechSupport

Hello,

You can find the information on how to deploy the different examples for the K32W in the SDK documentation of the device. In this case the document that describes the example is the OpenThread Demo Applications User Guide which you can find in the following path

<installation path >\SDK_2.6.0_K32W061\docs\wireless\OpenThread

You will need to check the chapter 9.9 OpenThread Bluetooth Low Energy Dual Mode OTAP Switch Application

Regards,

Estephania

0 项奖励
回复