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

BLE config

Hi all,

I am using nRF52832 DK for my project. I need to config BLE for connecting with my phone. After a lot searching, I know that I can use softdevice API for configuring BLE. The problem is that I can not find any document about softdevice BLE API. I also modified an BLE example (ble_app_uart), and it worked, but I can not do anything further. Can anyone help me please?

Thanks for reading and replying.

Parents Reply
  • Hi Phil. That has some resoning, e.g. nRF51 chip (for which most of older tutorials and guides were written) is supported only until nRF5 SDK v12.3.0. However there are no structural differences between V12 and V14, just update of stacks aka Soft Devices (which you can do manually down to legacy SDK if you want or simply go to newer SDK) and certain changes in libraries/modules (+ new examples etc.) I would say many tutorials will even work if you just go with SDK V14 instead of V12. If not then rise a question on the forum with precise pointing to the step which fails and how, you will get support.

Children
No Data
Related