8 years, 4 months ago.

Using nRF51 module with mbed BLE_API

Hello,

I would like to replicate the exact same functionality of the mbed HRM1017/ nRF51-DK within the mbed developer tool for creating /advertising a custom GATT Service

BUT:

with a different mbed enabled MCU + a seperate nRF51822 BLE Module. That is, I would like to keep all my mbed code as it exists and works today with the aforementioned development boards, but now with the caveat that the nRF51822 does not come pre-packaged with this new, different mbed-enabled MCU

Has anyone had experience with doing this type of thing yet/ has any advice on how to get this done? I cannot wrap my head around how I am supposed to control the BLE module through mbed and send my GATT Profile to it.

Essentially, I am trying to get done what Nordic does here: http://developer.nordicsemi.com/nRF51_SDK/nRF51_SDK_v7.x.x/doc/7.2.0/s110/html/a00042.html

but using mbed instead of keil uvision

Be the first to answer this question.