QN908x BLE HID Device Example not working

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

QN908x BLE HID Device Example not working

Jump to solution
840 Views
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.

Labels (2)
1 Solution
694 Views
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

View solution in original post

0 Kudos
4 Replies
694 Views
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 Kudos
694 Views
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 Kudos
695 Views
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 Kudos
694 Views
ankur_rathi
Contributor IV

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