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

How to pair exact two nrf52832 central and peripheral.

Hello,

I have two nrf52832 own boards. First is BLE_central receiver, second is BLE_peripheral transmiter. 

SDK 15, SD-140.

I need to pair specyfic transmiter with specyfic receiver for few pairs of them.

I cant find any example or tutorial how to do that.

Can sombody guide me a little bit where to look?

Parents Reply
  • #define BLE_UUID_NUS_SERVICE 0x0001 /**< The UUID of the Nordic UART Service. */
    #define BLE_UUID_NUS_RX_CHARACTERISTIC 0x0002 /**< The UUID of the RX Characteristic. */
    #define BLE_UUID_NUS_TX_CHARACTERISTIC 0x0003/**< The UUID of the TX Characteristic. */

    I see that  i con match BLE_UUID_NUS_SERVICE adress on peripheral and central. But what is BLE_UUID_NUS_RX_CHARACTERISTIC.?

Children
No Data
Related