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

creating service specific to my ios app in nrf51 dk

Hi

i want to create specific service on ble so that only my mobile app should recognize it and able to connect to it. i have gone through devzone.nordicsemi.com/.../ if this is the right way then how should i get uuid specific to my app only for production purpose.

Thanks

Parents
  • Hi

    You can use the following UUID generator to generate a random UUID for your application: https://www.uuidgenerator.net/

    You should use the version 4 generator.

    Because of the huge number of 128-bit UUID's available it is sufficient to use one that is randomly generated.

    Best regards
    Torbjørn

Reply
  • Hi

    You can use the following UUID generator to generate a random UUID for your application: https://www.uuidgenerator.net/

    You should use the version 4 generator.

    Because of the huge number of 128-bit UUID's available it is sufficient to use one that is randomly generated.

    Best regards
    Torbjørn

Children