This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ble device not visible

I have a recent dev board and am using SDK11 with gcc. I can build and flash OK The blinky sketch runs However, when I load up examples/ble_peripheral/ble_app_proximity/pca10040/s132/armgcc and issue "make flash_softdevice" I get what looks OK ..

Flashing: s132_nrf52_2.0.0_softdevice.hex nrfjprog --program ../../../../../../components/softdevice/s132/hex/s132_nrf52_2.0.0_softdevice.hex -f nrf52 --chiperase Parsing hex file. Erasing code and UICR flash areas. Applying system reset. Checking that the area to write is not protected. Programing device. nrfjprog --reset -f nrf52 Applying system reset. Run.

.. but the device is not visible in MCP or nRF Toolbox. several other BLE devices are seen but not the dev board in question

What should I do next to determine what's wrong pls?

Related