Hi,
I am currently developing a long range bluetooth module with the U-Blox NINA-B31 BLE module, based off the Nordic nRF52840 chip. I have come across an issue which I have been trying to resolve which I am running out of things to try.
Basically we have a software application that can scan over bluetooth for devices designed to connect to it (done via prefix in device name) which is designed using the QT Framework. These devices are filtered and added to the program and displayed in a list. The user can then select a device and connect to it. If I disable CODED PHY and set the Extended Advertising and Scanning settings to: Scan and Advertising on 1Mbps, Extended advertising disabled , then the device is able to be identified and added to the list in the program.
Further, sniffing via WireShark and using the Windows Bluetooth Virtual Sniffer, I am able to scan with our application and see the following in WireShark (marked as scannable:
However, enabling CODED PHY results in the device becoming unscannable. Explicitly, I have set the CODED implementation to: Scan and advertising on 1Mbps, CODED secondary. Enabling this, the software is not able to identify the device. I have confirmed this with a series of debug prints that just prints all the devices it is able to identify. Further checking WireShark, it seems that the "scannable" status is set to false:
I've been reading the AT command manual for the NINA-B3 but have not been able to find anything related to scanning while CODED PHY is active.
But, if I attempt to scan via the nRF Connect app on my phone, I am able to identify the device and its connection parameters.
I am not really sure what else to do at this moment. I have been digging extensively through QT documentation (which is what our software is based off), but I am unable to find information that can help me here so I am unsure if the issue lies in our software, or if this is a limitation of nRF chips. To add, I have also modified the scan and connection intervals and windows where interval = 2*window.
I have an nRF52840 DK on my desk and can sniff via wireshark with it as well, but I wanted to check the bluetooth on my PC first before I scanned with that. The result of the nRF sniffer:
Computer Platform:
Hardware: NINA-B311-01BDKR-ND based on nRF52840