This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Using the nRF52840 dongle to receive and display data via the serial port (terminal)

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

Parents Reply Children
  • Hello,

    I've tried the example. However I can't receive/send data via the serial port.

    I can connect/disconnect to the dongle with another Bluetooth device. When I send data to the dongle, it seems that the data is received (The LD2 led flashes differently every time I send data).

    But nothing is visible in my serial port... (I use the "Termite" terminal, which works very well with a nrf52840 DK and the examples ble_app_uart and ble_app_art_c)

Related