Will there be an example of the Nordic UART Service in the central role for the PCA10059 (nRF52840-dongle)? If so is there any timeline on release?
Will there be an example of the Nordic UART Service in the central role for the PCA10059 (nRF52840-dongle)? If so is there any timeline on release?
Although the EWARM file open dialog box is looking for Debug files (*.d*,*.out) there is a All Files (*.*) option and it used to work for the released Soft Device hex files. Not sure about now.
Hey there.. Did you ever achieve success with this project. I am beginning the process of doing exactly what you've described. nRF52840 dongle connecting as a CDC device to a PC and over BLE to another nordic device using the BLE UART interface.
Any hints you might have (or even example code) would be most welcome!
There are UART central example and CDC example in th SDK but are 2 examples. You need make a new project to combine them.