From previous forum posts, it seems like it’s somewhat difficult to get the DWM3001C running user code in standalone applications, with no external microcontrollers involved:
This repository contains a port of the official DWM3001C examples to the nRF52833 onboard the DWM3001C, along with a tested and working build/flash/debug workflow. The entire firmware builds with a single “make” command. I hope you all find it helpful!
Nope! The installer runs completely in text-mode, but wouldn’t start or run properly without these two libraries present. They’re usually already installed on most systems, so I can see why the SEGGER folks didn’t mention it as a dependency, but for a Docker image we have to manually add them!
You also won’t need X11 for any of the build, program, or debug operations either - for example, for debugging via RTT, you’d usually use SEGGER J-Link RTT Viewer, but here I’ve chosen SEGGER J-Link RTT Logger instead due to it being far more scriptable.