This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Custom USB device descriptor with Nordic Semiconductor's vendor ID

Hi,

We are developing a product (to be produced in small quantities only) that included USB data transfer based on your USB CDC ACM module. We do not have our own USB vendor ID.

From https://devzone.nordicsemi.com/f/nordic-q-a/33851/nrf52840---usb-vendor-id-and-usb-product-id/130140#130140 I get that you are ok with customers using idVendor = 1915h. I could not find any conventions or best practises when doing so.

Is it ok to use something like the following?

idVendor: 1915h
idProduct: 521Ah
manufacturer: "Nordic Semiconductors - <e-mail address, DNS name, or URL associated with our company>"   
product: "<name unique among our products>"

Best regards,

Daniel

Parents
  • Hi,

     

    Although we do recommend that you use your own VID; you are free to use our VID if you want.

    But we do not have any table or database with the already used PID's that our customers use.

     

    I would recommend that you take another PID than one that is default set in our examples, unless you plan to use that example as-is.

      

    Kind regards,

    Håkon

Reply
  • Hi,

     

    Although we do recommend that you use your own VID; you are free to use our VID if you want.

    But we do not have any table or database with the already used PID's that our customers use.

     

    I would recommend that you take another PID than one that is default set in our examples, unless you plan to use that example as-is.

      

    Kind regards,

    Håkon

Children
Related