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
  • Hi,

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

    You should normally see the advertising packets from a phone, though there can be some exceptions. Which sample have you programmed?

    Does the provided examples only work on development kits?

    Yes. Most samples work on all development kits, as long as you build for the correct board.

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

    Perhaps it makes sense to start with a multirole sample. For instance Bluetooth: Central and Peripheral HRS.

Reply
  • Hi,

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

    You should normally see the advertising packets from a phone, though there can be some exceptions. Which sample have you programmed?

    Does the provided examples only work on development kits?

    Yes. Most samples work on all development kits, as long as you build for the correct board.

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

    Perhaps it makes sense to start with a multirole sample. For instance Bluetooth: Central and Peripheral HRS.

Children
Related