Skip to content

CLI Shell

olleheugene edited this page Nov 21, 2019 · 1 revision

CLI shell

For command execution on shell based command line interface

  1. Start Window Terminal

  2. Type nRF_DTM cli on prompt

  3. You can run the commands set when the prompt shown as below.

    Currently available commands are "start/stop/showcfg"

    You can easily check the available commands by pressing tab key or typing "help"

    1552547619291

  4. You can check the detail of options by adding --help that whatever you want

    1552548042311

  5. For example,

    You can do trasmitter test as below command

    (if the configuration is same as default you can omit that items)

    DTM> start --port=COM5 --mode=0 --channel=19 --power=0 --model=3 --length=1 --phy=1 --time=1000 --level=0 --repeat=1

    or

    DTM> start --port=COM5

Getting started


Simple Test


Firmware Modification for RSSI


AoA Tx test result

Clone this wiki locally