Hi
I am using nRF52840. I want to add type C with the device and want to send commands. How can I do that? Any starting point to do that?
Thanks!
Hi
I am using nRF52840. I want to add type C with the device and want to send commands. How can I do that? Any starting point to do that?
Thanks!
Not sure I understand, isn't Type C just the USB connector? A type C connector can support higher throughput given the USB controller support it, but it is still backwards compatible with older USB controllers:
https://en.wikipedia.org/wiki/USB_hardware
The nRF52840 is a USB 2.0 full speed controller even if you use a different USB type connector. For a list of examples:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/usb/usb.html
Best regards
Kenneth
Not sure I understand, isn't Type C just the USB connector? A type C connector can support higher throughput given the USB controller support it, but it is still backwards compatible with older USB controllers:
https://en.wikipedia.org/wiki/USB_hardware
The nRF52840 is a USB 2.0 full speed controller even if you use a different USB type connector. For a list of examples:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/zephyr/samples/subsys/usb/usb.html
Best regards
Kenneth