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

What are the list of things to mind when porting a project to nRF51 DK Boards?

Hello, this is what I can think of when porting a project, but before that, a little background about my project:

it uses BLE (duh)

it uses uart to print test output

it uses buttons and leds as runtime indication

In other words, it's your standard, typical nrf ble project, so the hoops I can think of which I must jump through:

pinout/GPIO designation & configuration

UART pinout (because 514xx allows pinout remaping, no?) configuration

Burn all the hex files (softdevice & app) to the right address

My question is, am I missing anything? I don't want to charge in underprepared.

Thank you.

Related