Unable to advertise over bluetooth using custom board (Taiyo Yuden EYSHCNZWZ, nrf52832)

Hi,

I am currently working on a custom flex board using the Taiyo Yuden EYSHCNZWZ (based on the nrf52832). I am able to program the device with the soft device, bootloader, and application. I know the application I have uploaded is running as the LED I have connected to the module is able to blink using the app timer. 

Note that I am basing off my code using the ble_app_uart example and using the SDK15.0 and soft device v7.0.1.

However, I am unable to find my device over Bluetooth. I'm unsure whether or not it is a hardware or software issue, but I am leading towards software. Currently I have the following softdevice clock configuration set:

#define NRF_SDH_CLOCK_LF_SRC 1
#define NRF_SDH_CLOCK_LF_RC_CTIV 0
#define NRF_SDH_CLOCK_LF_RC_TEMP_CTIV 0
#define NRF_SDH_CLOCK_LF_ACCURACY 7

I was wondering if I am missing any other configuration settings? Also, below is the block diagram of the taiyo yuden module showing the connected external lf and hf clocks.

  • Hey!

    I was able to scan the device using the nrfconnect app instead of trying to find it using the traditional iphone bluetooth pairing menu.

    I was able to find the device using an android device as well, although it mentions that I can only pair with the device through the use of an app (not sure why though, but this seems more of a software issue). 

    Anywho, thanks for the help with the issue!

Related