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