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

Custom profile

Dear nordic,

I have some doubts in BLE profiles.

1. If i started make custom profile as per your examples is that make any issue in BLE certification of product?

2.If  answer is no can you guide how to make custom profile? or if yes i need a guidance .My application is just transfer data from Mobile application to BLE device(nrf52832). this is for just configure the device can you suggest which profile i use and how to achive this.(I need a product that without voilating BLE rules ie, no issue in certification).

  • 1. If i started make custom profile as per your examples is that make any issue in BLE certification of product?

    I could not find any specific documentation about any extra certification for using custom services/profiles, as most of the certification/qualification is related to the hardware design. It seems like there is not much difference between choosing a predefined UUID vs. a custom UUID (Read more here and here), regarding certification. However, if you want to create your own 16 bit UUID, you have to pay a fee of $2500 for each.

    You should contact Bluetooth SIG for more detailed information.

     

    2.If  answer is no can you guide how to make custom profile? or if yes i need a guidance .My application is just transfer data from Mobile application to BLE device(nrf52832). this is for just configure the device can you suggest which profile i use and how to achive this.(I need a product that without voilating BLE rules ie, no issue in certification).

     Take a look at this tutorial.

    Best regards,

    Simon

Related