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

Issue with UART on nRF52840DK multi-link-multi-role example

Hello,

I`m trying to get this (https://github.com/NordicPlayground/nrf52-ble-multi-link-multi-role/) working properly to test the possible working range between two nRF52840. I have flashed demo ble_perephial_long_range_color.hex on one of my nRFs, and aggregator on the other. When I connect to the aggregator from my phone, i see rssi of the perephial there and everything is ok, but i would like not to use my phone and view all the information via UART USB. I have connected the aggregator to my PC and when opening the serial console, ugly characters are displayed. BLE Interactive Command Line Interface Example worked just fine, I was able to open the serial communication with the same settings on my PC and everything worked. What could possibly be the problem?

Related