Hello,
I am developing the following application:
An nRF52840 bluetooth module connected to a sensor does data acquisition and then sends it directly to an nRF52840 dongle which transmits the data to the serial port.
I thought for this I would use the example "ble_app_uart_c" to receive the data and transmit it on the serial port.
This is very easy to do with an nRF52840 DK, but I can't do it with the dongle because it seems that the serial port is not available with the dongle.
What do I need to do in order for this to work properly using the dongle?
Thank you in advance and best regards,
Maxime