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

simple bluetooth example code for nRF52832

Hello,

can i get the simple bluetooth example code for nrf52.

thanks and regards

Varun.

Parents Reply
  • hi awneil,

    we are using sdk  nRF5_SDK_14.2.0 in our project for nrf52, now we need to add bluetooth feature. so i started to take reference from example in ble_peripheral "ble_app_uart" from  sdk nRF5_SDK_14.2.0_17b948a.

    i started changes in existing project from sdk_config.h file

    and added ble API files as below,

    and ble softdevie files as below,

    and header files path i added, used s132 ble softdevice  path

    after this changes if i compile, i am facing so many errors.

    am i following the correct steps? or not?

    and in code NRF_SD_BLE_API_VERSION macro value is less then 2, but  i am using ble softdevice s132 version 5.0, 

    why like this? 

    am i following the correct steps to add ble?

    thanks and regards

    Varun.

Children
Related