QN908x BLE HID Device Example not working

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

QN908x BLE HID Device Example not working

跳至解决方案
883 次查看
ankur_rathi
Contributor IV

Hi,
I am new to QN908x BLE development environment.
I have imported SDK Example code listed in MCUExpresso IDE.(SDK_2.x_QN908XCDK version:2.2.0)
Example code: HID Device bare metal.
I have followed the steps in readme file, but I am not able to see HID device while scanning on Mobile device.
I am able to load other example code and
Is there any document explaining how exactly this example code works or any document explaining the structure for setting up of BLE profile.

标签 (2)
1 解答
737 次查看
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

No, it is not available on the web page, once you install the SDK there will be a folder with documentation: 

<installation path>\SDK_2.2.0_QN908XCDK\docs\wireless\Bluetooth

When building the package in the MCUXpresso dashboard, you can also see there a link to download the documentation separated.

Regards, 

Estephania

在原帖中查看解决方案

0 项奖励
4 回复数
737 次查看
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

Did you check the BLE Demo Applications User's Guide?  I believe chapter 5.6 HID Device (Mouse) will be helpful. 

The document is available on the SDK documentation 

Regards, 
Estephania 

0 项奖励
737 次查看
ankur_rathi
Contributor IV

Hi Estephania,
https://www.nxp.com/docs/en/application-note/FRDMKW40ZDAUG.pdf

https://www.nxp.com/docs/en/user-guide/UM10995.pdf 
Are you referring to any of these one.

If not, can you please point the link where the document is.
I am not able to get it from NXP Documentation link (Documentation | NXP ).

0 项奖励
738 次查看
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

No, it is not available on the web page, once you install the SDK there will be a folder with documentation: 

<installation path>\SDK_2.2.0_QN908XCDK\docs\wireless\Bluetooth

When building the package in the MCUXpresso dashboard, you can also see there a link to download the documentation separated.

Regards, 

Estephania

0 项奖励
737 次查看
ankur_rathi
Contributor IV

Thanks Estephania for pointing the location for the document.
Now, I am able to get the device.
Thanks a lot.