Issue in Type2AB_EVB-QANI-FreeRTOS_full_QNI_3_0_0 binary

I’m using a custom board with a Type2AB module. I tried running the example “Qorvo_Nearby_Interaction_3_2_0” and used the binary for Type2AB “Type2AB_EVB-QANI-FreeRTOS_full_QNI_3_0_0,” but it’s not working as expected. After flashing the binary, when I try to connect using the iOS app, it disconnects immediately. I tried erasing the chip and reflashing it, but the issue persists.

I then built and debugged the example source code “Type2AB_EVB-QANI-FreeRTOS” and got these logs:

BEGIN
ADV NAME: Type2AB_EVB (D17D294D)
INITIALIZING BOARD...
INITIALIZED
Application: Nearby Interaction
BOARD: Type2AB_EVB
OS: FreeRTOS
Version: 3.0.0
DW3XXX Device Driver Version 06.00.14
MAC: cmsis_v1_R11.9.2
ACCESSORY_RANGING_ROLE: Initiator
<info> app: Slow advertising.
<info> app: Connected
<info> app: Notification is enabled
<info> app: App requests accessory config data
<info> app: Slow advertising.
<info> app: Disconnected
THREAD NAME        Stack usage
defaultTask        148/4304
IDLE               308/512
Tmr Svc            156/512
logger             348/1024
BLE                568/1024
Total HEAP         51200
Current HEAP used  9296
Max HEAP used      9488

I’m using Qorvo Nearby Interaction (V1.3.4) on an iPhone 12 Pro.

Please help me if I’m missing something or doing something wrong. Thank you!

Welcome, @ali_jayyad!

First, can you check if the device was already connected to the iPhone? In the BLE Settings, if the device is there, please try removing it from the iPhone and erasing your device again to make sure both devices have no pairing information.

If it doesn’t work you can try to “Reset Network Settings”.

Kind Regards!

1 Like

Thanks it worked after resetting network settings!

The issue was due to “airplane mode” being enabled. After resetting the network settings, airplane mode was disabled, and the device began functioning properly. To verify, I turned airplane mode back on, and the device stopped working again. When I switched airplane mode off, it started working once more.