Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs
This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF52840 USB Name

How do I change the name of the USB device?  I am starting with the USB Audio Demo and, logically, it shows up in Windows as "nRF52 USB Audio Demo" but I cannot find that text anywhere in the project or the SDK.  It must not be related to the vendor ID because I can change the ID and the name still shows.

Parents Reply
  • Agree with you, especially on the serial number. This should be random generated, for instance derived from NRF_FICR->DEVICEADDR or any other unique register to avoid any issues by connecting two "equal" devices to the same system. I'll create a bug for this.

     

    *edit*: There is a function for randomizing the serial number present in app_usbd_serial_num.c, which is used if you set your app_usbd_string_config.h::APP_USBD_STRING_SERIAL_EXTERN 1 and "APP_USBD_STRING_SERIAL g_extern_serial_number"

     

    Cheers,

    Håkon

Children
No Data
Related