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

Using nRF52-DK for BLE Relay

I recently got the nRF52-DK for using as BLE Relay evaluation.

I have downloaded following and installed to run the code

- Segger Embedded Studio (v5.1)

- nRF5_SDK_17.0.2_d674dde

I have build and loaded the "examples\ble_central\ble_app_blinky_c" project, but the App doesn't seems doing much.

Is there an example project which do the following ?  If there is documentation for the example project be even better. 

- Scan for available BLE device on list

- Connect BLE device base on handler

- Discover available services and setup for notification to receive data from device

Parents Reply
  • Thanks.

    I also noticed that the call below will connect my device after I changed the name.

    Since, I need to support multiple device, need to connect base on MAC address + name.

    Will take a look at nrf_ble_scan.c... 

    nrf_ble_scan_filter_set(&m_scan, SCAN_NAME_FILTER, m_target_periph_name);

    Do you know any Application Note document for using BLE API in Central (master) mode  ?

Children
Related