7 years, 3 months ago.

How to flash mbed code into nrf51DK using PlatformIO atom

I was using MBED online compiler to flash BLE_GAP_EXAMPLE and it was working fine but when I tried the same code using PlatformIo Atom the led's are blinking randomly.

platform.ini file contains: platform = nordicnrf51 board = nrf51_dk framework = mbed

  1. lib_deps = ble-nrf51822

There is no error in compiling or uploading

Please help

1 Answer

6 years, 10 months ago.

Me too!!!