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

How do you setup an Arduino Nano BLE 33 for use with softdevice?

I have an arduino nano ble 33. I want to use the nrf softdevice as I need some features that aren't already exposed.

From look through the SDK examples, it seems that all I need to do is:
Define a custom board the nano ble (seems straightforward)
Compile the open USB bootloader with my custom board
Flash the softdevice (plus MBR) using a jlink
Flash the bootloader using jllink
Then use nrfconnect to flash a program (a bit unsure here)

I'd really appreciate some guidance on this. Thanks.

Related