-deleted-
9 years, 9 months ago.

NRF52 Support

Hello mbed,

I've been waiting for mbed support for the NRF52 for some time now. I have followed the HDK with a custom board using the Kinetis MKLxxxxx as an interface chip. All I need now is the target to be added in the official target registry so that I can put code on it in yotta (or mbed ide).

I see these git repos:

https://github.com/ARMmbed/target-nrf52dk-gcc/ https://github.com/ARMmbed/nordic-nrf52832-gcc https://github.com/ARMmbed/cmsis-core-nrf52832 https://github.com/ARMmbed/mbed-hal-nrf52832-mcu

If someone could help me use these to make my yotta project compatible with my board I would buy you the biggest steak dinner you've ever had X_X....

Thanks very much,,

Matt

By the way, if it helps I am developing on Ubuntu

posted by -deleted- 15 Mar 2016

1 Answer

9 years, 4 months ago.

Hello,

The NRF52_DK is supported by mbed OS 5.1: release note.

You can check out BLE examples from the mbed OS examples team here. They are identical to the examples provided for mbed OS 3.

Warning

mbed OS 5 does not use yotta but as detailed in this blog post, it use mbed cli a new command line tool.

Information

While mbed OS 5 does not provide an event loop like minar at this stage, it is possible to possible to use an external event loop with mbed BLE and build your application around it if it's the design you want. See the examples to see it in action.

Accepted Answer