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
  • Hello,

    I am using softdevice s132 version 5.0.0-1.alpha and nRF52832 DK (PC10040). I said "modify", I mean I used functions in "ble_app_uart" example to create my own .c and .h file but I don't know to change these function correctly in order to work as I wish (like connecting to my phone automatically or send a character/ a file to my phone). Can you tell me how to configure BLE using softdevice APIs?

    Thanks

Reply
  • Hello,

    I am using softdevice s132 version 5.0.0-1.alpha and nRF52832 DK (PC10040). I said "modify", I mean I used functions in "ble_app_uart" example to create my own .c and .h file but I don't know to change these function correctly in order to work as I wish (like connecting to my phone automatically or send a character/ a file to my phone). Can you tell me how to configure BLE using softdevice APIs?

    Thanks

Children
Related