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!