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

Usage of Nordic Semiconductors proprietary UART service for commercial products

As stated in the topic. We use BLE to simulate UART. As for now, we have defined our own UUIDs but there would be more straight forward to use the well defined and used one by Nordic. However, is it okay to use these UUIDs for a commercial product?

The only difference is that we allow larger MTU sizes than 23 bytes (20 effective bytes). We support MTU sizes of 247.

Parents
  • Hi

    This is not something I would recommend. The idea of the 128-bit UUID is that everyone can easily generate their own, so as not to mix up your product with all the Nordic kits running the UART example.

    This is why there is no official UART service in BLE, since the Bluetooth SIG doesn't want a load of different devices doing wildly different things using the exact same profile.

    Could you elaborate a bit more on why you find it more straight forward to use the Nordic UUID?
    Generating your own UUID at least is very straight forward :)
    https://www.uuidgenerator.net/

    Best regards
    Torbjørn

Reply
  • Hi

    This is not something I would recommend. The idea of the 128-bit UUID is that everyone can easily generate their own, so as not to mix up your product with all the Nordic kits running the UART example.

    This is why there is no official UART service in BLE, since the Bluetooth SIG doesn't want a load of different devices doing wildly different things using the exact same profile.

    Could you elaborate a bit more on why you find it more straight forward to use the Nordic UUID?
    Generating your own UUID at least is very straight forward :)
    https://www.uuidgenerator.net/

    Best regards
    Torbjørn

Children
Related