Hi everyone,
I found this example in the SDK for the nRF52840 Dongle: nRF5_SDK_15.0.0_a53641a\examples\connectivity\ble_connectivity\pca10059\ser_s140_usb_hci.
With this example, the dongle is recognized as a virtual COM port when running the application, but I can't do much else with it and I can't really find more documentation on the info center to understand this code.
Can anyone please give me pointers on how to integrate the example above with a uart or ble communication example to be able to read and write from a PC?
I have tried to #DEFINE BOARD_PCA10059 on an example for the PCA10056 but I haven't had any real success with that. Or maybe I have to do some other type of configuration?
Any help is appreciated. Thanks!