Hi, I am developing a board with an nRF52840 QFAA, which needs to communicate via BLE. I tried loading the test code 'ble_app_hrs' from the 'nRF5_SDK_17.1.0_ddde560' folder, but when using a spectrum analyzer, I can’t detect the Bluetooth signal, which I can detect when using the nRF52840-DK evaluation board with the nRF52840 QIAA microcontroller.
When using an oscilloscope, I can see RF power consumption from the chip on the evaluation board, but there’s no RF power consumption on the custom board.
What could be causing this?
I’m using SEGGER Embedded Studio to program the microcontroller. Is there anything I need to configure differently since I’m using a QFAA instead of a QIAA, or should Bluetooth communication work the same way?
Let me know, thanks!