I successfully uploaded firmware via j link through USB. ( used SWDIO, SWCLK, GND, VCC pin )
I had to put power to the DWM3001C chip with DC POWER SUPPLY since power through j link is pretty weak.
But I couldn’t find device through
ls /dev/tty*
So, my question is, how can I connect to connect nrf52833 for serial monitor?
I guess USB_N, USB_P pin is needed, is it correct? and then how?
I would not recommend to test in this way.
If you want to evaluate or test the performance of DWM3001C module, it is better to use it with DWM3001CDK board, which has all the necessary communications and power connections to get started.
Once you are happy with the performance of the module, you can use the schematics provided to design your own PCB to meet your specific needs and form factor.
You can check the datasheet for the DWM3001CDK, there you will see the connections needed to make it work.
yes, that is where I got example.
→ DWM3001CDK DK Software, Sources, Tools and Developer Guide/DWM3001CDK DK/DWM3001CDK_SDK/Sources/DWM3001CDK-DW3_QM33_SDK-FreeRTOS_0_1_1/DWM3001CDK-DW3_QM33_SDK-FreeRTOS/SDK_BSP/Nordic/NORDIC_SDK_17_1_0/examples/peripheral/uart/pca10100/blank/ses
I guess it depends on firmware, tty setting got recognized or not.