Hi everyone,
I saw a lot of example in SDK (CDC ACM example, Audio example, MSC example,...) and I want to know if is possibile to modify them and use the USBW (USB WIRELESS) rather than USB. Is it possible?
BR
Hi everyone,
I saw a lot of example in SDK (CDC ACM example, Audio example, MSC example,...) and I want to know if is possibile to modify them and use the USBW (USB WIRELESS) rather than USB. Is it possible?
BR
Hi,
Are you asking if it's possible to modify the USB examples so that they use the Wireless USB protocol?
Yes
Hi,
No the radio of the nRF52 doesn't support this,
regards
Jared
Hi,
No the radio of the nRF52 doesn't support this,
regards
Jared
So, it's not possible to make a USB wireless connection beetwen PCA10056 and PC host?
Thanks for your answer
BR
Hi,
I don't really have any experience with this protocol. From what I understand the radio protocol is active in the 3.1 GHz - 10 GHz spectrum. Our radio is a 2.4 GHz radio. So my conclusion is that our radio wouldn't work for this purpose. By wireless USB I understand that you mean this protocol.
regards
Jared
Have you seen the USBD_BLE_UART example?
Yes, I saw it. In USBD_BLE_UART the comunication is over BLE, right? I need a USBW comunication for speed reasons.
BR
Yes it uses BLE. Then you would have to try to implement it. But as I've already said, most probably our radio wouldn't support this.