hi:
There is an example of webusb next in Zephyr's latest Samples. I ran it with nrf52840 and encountered an error requesting the Microsoft operating system 2.0 descriptor set. I would like to confirm if nrf52840 supports webusb next
hi:
There is an example of webusb next in Zephyr's latest Samples. I ran it with nrf52840 and encountered an error requesting the Microsoft operating system 2.0 descriptor set. I would like to confirm if nrf52840 supports webusb next
Hi,
The WebUSB-next sample should work out of the box on the nRF52840 DK. Can you check where the device shows up in the device manager? It should appear as "Zephyr WebUSB sample" under "Universal Serial Bus devices".
Best regards,
Marte
NCS 2.8.0 only has webUSB, no webUSB next. docs.zephyrproject.org/.../usbd.html
It's just a USB port that dynamically switches between two functions, hid keyboard and webUSB. Now I found that if hid device is configured on the device tree, webUSB cannot be used. Is there any way to achieve this requirement
It's just a USB port that dynamically switches between two functions, hid keyboard and webUSB. Now I found that if hid device is configured on the device tree, webUSB cannot be used. Is there any way to achieve this requirement