device cannot be connected

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

device cannot be connected

810 Views
aiswaryakrishna
Contributor II

Iam using wireless uart bm example code to make my device(qn9080dk board) to communicate through ble wireless uart service.iam able to connect my device through nxp iot tool box app only.I cant connect with other terminal apps.

please help me to solve the problem. 

Labels (1)
0 Kudos
4 Replies

609 Views
xing_chang
NXP Employee
NXP Employee

Hello,

The Wireless UART application implements both the GATT client and server for the custom Wireless UART profile and
services.

The APP needs to implement service_wireless_uart otherwise the device will BleServDisc_FindService fails and disconnect.

0 Kudos

609 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

The IoT Toolbox mobile application features NXP’s proprietary tools/applications, including:

  • NXP BLE Beacon.
  • Wireless UART.
  • Over-The-Air Programming (OTAP)

Maybe the guide for the tool might be helpful for you. As those are proprietary, that might be the reason why you can't use other terminals to get the same functionality. Also, consider that the device it's a Bluetooth Low Energy and other applications might be for Bluetooth Classic.

Regards, 

Estephania

0 Kudos

609 Views
aiswaryakrishna
Contributor II

hi,

can you tell me where i can remove this proprietary properties in the wiresless uart code.

0 Kudos

609 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

I believe you might have a confusion regarding the different Bluetooth profiles, could you please check the following documents available in the SDK of the part?

BLE Application Developer's Guide

BLE Demo Applications User's Guide

Regards, 

Estephania

0 Kudos