Hey folks,
I don't know what's the problem but I am really struggly to implement a simple UART into my heavily modified BLE Multilink Central Example (SDK16)..
Maybe some of you could give me some failproof hints? I just want my nRF52840-DK to allow me to read some data from his COM port.. Like it just should pop up on windows, let me connect and send stuff using print()..
I fiddled around with the UART Examples but nothing compiles or works so well..
Sadly RTT Viewer doesn't allow useful logging+viewing... logging with it locks the file.. and connecting to it using telnet does miss some values then and now which is a no go..
So I tried to directly read the com port of a arduino with about the same amount of data, but just fake data, and it works just fine..
Setup are like 14 peripherals connected to one central (nrf52840-DK) and sending measurements every 200 ms.. so far so good. Working. Only getting the collected measurement data to my PC using a serial connection is giving me a headache... (some versions ago RTT didn't miss any lines using telnet but sadly it does now... while UART seems to be working just fine (tested with an arduino)
PS: Any guide to change it to use CODED PHY is also warmly welcome.