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

"Please provide an Implementation for mbed ble" error.

I implemented a custom Bluetooth service on the nrf52_sdk similar the BLE LED project in the mbed site however when I copy the hex file and look at the debug output at the COMM virtual port using docklight, the following message is printed out.

"Please provide an Implementation for mbed ble".

I am assuming this is because I don't have the "nrf52832.lib" included in my mbed program. However I cant find this library in online mbed compiler to import, I see the earlier library nrf51822.lib.

Any idea where I can find the "nrf52832" library or any other library which has the implementation that would work for the nrf52_dk and mbed.

Thanks, Yogesh

Related