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

BLE Central, Custom UUID

Hello,

i would like to scan for a custom UUID Ventor. And when the BLE Central found this BLE Client. I will Change one Output pin from low to high.

I start with the example from nrf5 "ble_app_hrs_c". How can i Change the script, that it will search for i custom UUID like "{0x22, 0x74, 0x63, 0x07, 0xEB, 0xC6, 0xCF, 0xAF, 0xB1, 0x4F, 0xE2, 0xA4, 0x93, 0x06, 0xA5, 0xF1};

Thanks for helping

  • FormerMember
    0 FormerMember

    The example ble_app_uart_c example in the SDK uses a custom UUID. I would recommend you to take a look at that example to see how you can implement a central that scans for customer UUIDS.

    I would also recommend you to take a look at this tutorial. It gives you an introduction to the ble_app_uart_c example. (The tutorial was made with an older version of the SDK, however, the flow of the example should be the same.)

Related