1.. zephyr:board:: decawave_dwm1001_dev 2 3Overview 4******** 5 6The DWM1001 development board includes the DWM1001 module, battery 7connector and charging circuit, LEDs, buttons, Raspberry-Pi and USB 8connector. In addition, the board comes with J-Link OB adding 9debugging and Virtual COM Port capabilities. 10 11See `Qorvo (Decawave) DWM1001-DEV website`_ for more information about the development 12board, `Qorvo (Decawave) DWM1001 website`_ about the board itself, and `nRF52832 website`_ for the 13official reference on the IC itself. 14 15Programming and Debugging 16************************* 17 18Applications for the ``decawave_dwm1001_dev`` board configuration can be built, 19flashed, and debugged in the usual way. See :ref:`build_an_application` and 20:ref:`application_run` for more details on building and running. 21 22Flashing 23======== 24 25Follow the instructions in the :ref:`nordic_segger` page to install 26and configure all the necessary software. Further information can be 27found in :ref:`nordic_segger_flashing`. Then build and flash 28applications as usual (see :ref:`build_an_application` and 29:ref:`application_run` for more details). 30 31Here is an example for the :zephyr:code-sample:`hello_world` application. 32 33First, run your favorite terminal program to listen for output. 34 35.. code-block:: console 36 37 $ minicom -D <tty_device> -b 115200 38 39Replace :code:`<tty_device>` with the port where the board nRF52 DK 40can be found. For example, under Linux, :code:`/dev/ttyACM0`. 41 42Then build and flash the application in the usual way. 43 44.. zephyr-app-commands:: 45 :zephyr-app: samples/hello_world 46 :board: decawave_dwm1001_dev 47 :goals: build flash 48 49References 50********** 51.. target-notes:: 52 53.. _nRF52832 website: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF52832 54.. _Qorvo (Decawave) DWM1001 website: https://www.qorvo.com/products/p/DWM1001C 55.. _Qorvo (Decawave) DWM1001-DEV website: https://www.qorvo.com/products/p/DWM1001-DEV 56