Unable to see BLE advertising

Hi All,

I have flashed one of the samples on our custom board based on NRF52833. 

SDK : nrf connect v1.7

IDE : Vs Code

OS : Windows 10

I can see the that code is running when I connect a debugger and have played around BLE advertising options. 

Still I couldn't see device advertising in nrf Connect mobile application.

Does the provided examples only work on development kits?

"I have to build an application which can switch between central and peripheral roles on receiving a command from UART."

which example shall I pick to start my development?

I'm relatively newbie in BLE development and completely new to RTOS applications. Need a little help here.

Parents Reply
  • Hi,

    viswa said:
    Thanks for prompt reply. We will modify the design to use external 32MHZ crystal.

    Good.

    viswa said:
    But, in the mean while, can we start testing the radio and other Bluetooth functionalities using internal 64MHz oscillator

    That is not possible. The internal 64 MHz RC oscillator (HFINT) is way to inaccurate for using the radio. Therefore, the Bluetooth stack we provide does not support using the HFINT as a clock source. You will need to wait for your redesigned HW.  I suggest you test your BLE code on a DK in the meantime.

Children
Related