I am very new to this product and Bluetooth technology in general. I am trying to determine what I have done wrong. I have purchased the nRF52 dev kit and downloaded and installed the Segger Embedded Studio. I have downloaded and installed the nRF5_SDK_17.1.0 package and have successfully compiled the peripheral examples and interacted with them on the dev kit. My next attempt was to try a simple Bluetooth application with the dev kit and see if I could get my android phone to interact with dev kit board. So, I downloaded the soft device S132 since I am working with the PCA10040 and my target SOC is going to be the nRF52832. I downloaded the nRFgo Studio and installed it and uploaded the soft device S132 into the dev board. I compiled the ble_app_interactive_s132_pca10040 application using the Segger studio and then uploaded the hex file using nRFgo Studio. Verified all images and ran the application. While using the terminal program, I can type scan on <CR> and the LED1 does turn on. I type devices<CR> and it seems that the dev board does nothing after that. On my phone I do not see any new available devices showing up and the only thing the interactive application seems to do is allow me to toggle the LED1 on and off using the scan on and scan off commands. Can anyone guide me as to what I am doing wrong or give suggestions as to where to go from here? Any help would be greatly appreciated.