Hi,
I am trying to use the USB connectivity firmware so that I can use the pc-ble-driver with it.
I downloaded to my custom board the file 'connectivity_4.0.0_usb_with_s140_6.1.0.hex'. When I connect with USB (under Windows 10) I get a 'device not reckognized' failure. Specifically it registers as a 'Device Descriptor Request Failed'.
When I download the same firmware on the PCA10056 dev kit MCU, the device enumerates normally as a CDC COM port. Specifically windows 'see' it as 'nRF Connect USB CDC ACM'. When I tried using the dev kit as a connectivity chip from nRF connect, however, I couldn't make it work. NRF Connect requests a device programming if I answer YES, I get the following
The questions are then the following:
1) Can I use the USB connectivity firmware with my custom board?
2) Are there any special hardware requirements besides the USB port? I guess there should be zero other requirements (i.e like RTS/CTS are for UART)
3) If I manage to make the Connectivity Firmware work on my custom board then, can I use the pc-ble-driver from my Visual C# application to interface to Nordic chip?
4) Why isn't the connectivity firmware working with nRF Connect using the chip on DK PCA10056?
Chip I am using is NRF52840
SDK is 15.2.0
PC OS is Windows 10
NrRF Connecto v.2.2.0
Thank you for your help.