ARMmbed / nrf51-sdk

Module to contain files provided by the nordic nRF51 SDK
Other
13 stars 17 forks source link

nrf52-sdk support #28

Closed yogeshk19 closed 7 years ago

yogeshk19 commented 7 years ago

I was wondering if there are any updates when the nrf52832 drivers would be made available? Currently the nrf52_dk based platform is available in the online mbed compiler, but using the ble_api libraries generates the following error:

"Please provide an Implementation for mbed ble"

Can you please provide a timeline when the nrf52_sdk would be made available?

Thanks, Yogesh

nvlsianpu commented 7 years ago

BLE support for nrf52 is available in mbed 5.0 which is successor of the mbed 2.0 (classic) and the mbed 3.0 (previous called mbed-os). In online compiler you can select e.g. mbed-os-example-ble-HeartRate. In case you prefer developing in local environment (mbed command line tool or a regular IDE) you can look at https://github.com/ARMmbed/mbed-os-example-ble.

nvlsianpu commented 7 years ago

answered here https://github.com/ARMmbed/nrf51-sdk/issues/25 as well.