Hi, I’m working with the DWM3001CDK code from Qorvo_Nearby_Interaction_3_0_0 on Mac OS. I see that, by default, ranging information from the Qorvo module is available via the JLink connector, which I can view on my Mac using JLinkRTTViewer. However, I am trying to collect this information programmatically using Python on my Mac, using Pylink. The problem I’m having is that every time I connect to the CDK using Pylink, it crashes the application running on the CDK.
So… I’ve been trying to direct the CDK log prints to the other USB connector in UART mode, which I’d like to listen to on my Mac using a simple serial port. I have not been able to figure out how to this in the DWM3001CDK code. Can anyone offer any pointers?