Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

USB Naming not working. #7

Open
bobsupercow opened this issue Jul 29, 2022 · 1 comment
Open

USB Naming not working. #7

bobsupercow opened this issue Jul 29, 2022 · 1 comment

Comments

@bobsupercow
Copy link

bluemicro_hid.setUSBStringDescriptor(DEVICE_BLE_NAME);

I would expect this to be set as USB device name on PC, but it does not work.
Alternatively, I would expect the definition in your code to be the default:

  HID_Queues::HID_Queues(Adafruit_USBD_HID* usb_hid)
  {
    usb_hid_driver = usb_hid;
    _HIDMessageDelay=10;
    _power=0;
    _interval_ms=2;
    _manufacturer="BlueMicro Industries";
    _model = "BlueMicro_USB";
    _descriptor = "BlueMicro_DESC";
  }

Instead, I only get:
Feather nRF52840 Express

Perhaps something upstream, or with my build env?

@jpconstantineau
Copy link
Owner

I have the same issue with plain arduino IDE - As such, it's not the build env.

We need to test out with plain TinyUSB if that's an issue with it and go from there. If so, we will need to post an issue overthere to resolve. If it's not related to TinyUSB itself we will need to look into it a bit more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants