This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

USB nRF52840 Dongle functionality

Hi All.

I am aware that the USB nRF52840 Dongle does not support debugging but, can this device issue AT commands to a remote nRF52840 module in order to check the value of different variables or even set them with different values? Thanks so much for your time.

Parents
  • Hi Jorgen. Thanks for your answer and let me ask you. Apart from the commands described in the BLE Interactive CLI  Example, where could I find --if there is any-- a complete list of  CLI commands I could issue in a nFR5 SDK  v15.2.0 environment?

    Like for instance:

    Command Argument Description
    cancel Cancel the sweep or the carrier.
    data_rate <sub_cmd> Set the data rate.
    end_channel <channel> End the channel for the sweep.
    output_power <sub_cmd> Output power set.
    parameters_print Print current delay, channel, and other parameters.
    print_rx Print the received RX payload.
    start_channel <channel> Start the channel for the sweep or the channel for the constant carrier.
    start_duty_cycle_modulated_tx <duty_cycle> Duty cycle in percent (two decimal digits, between 01 and 99).
    start_rx Start RX.
    start_rx_sweep Start the RX sweep.
    start_tx_carrier Start the TX carrier.
    start_tx_modulated_carrier Start the modulated TX carrier.
    start_tx_sweep Start the TX sweep.
    time_on_channel <time> Time on each channel (between 1 ms and 99 ms).
    toggle_dcdc_state <state> Toggle DC/DC converter state.
    transmit_pattern <sub_cmd> Set transmission pattern.

    if you want to test the radio.

    Thanks so much.

Reply
  • Hi Jorgen. Thanks for your answer and let me ask you. Apart from the commands described in the BLE Interactive CLI  Example, where could I find --if there is any-- a complete list of  CLI commands I could issue in a nFR5 SDK  v15.2.0 environment?

    Like for instance:

    Command Argument Description
    cancel Cancel the sweep or the carrier.
    data_rate <sub_cmd> Set the data rate.
    end_channel <channel> End the channel for the sweep.
    output_power <sub_cmd> Output power set.
    parameters_print Print current delay, channel, and other parameters.
    print_rx Print the received RX payload.
    start_channel <channel> Start the channel for the sweep or the channel for the constant carrier.
    start_duty_cycle_modulated_tx <duty_cycle> Duty cycle in percent (two decimal digits, between 01 and 99).
    start_rx Start RX.
    start_rx_sweep Start the RX sweep.
    start_tx_carrier Start the TX carrier.
    start_tx_modulated_carrier Start the modulated TX carrier.
    start_tx_sweep Start the TX sweep.
    time_on_channel <time> Time on each channel (between 1 ms and 99 ms).
    toggle_dcdc_state <state> Toggle DC/DC converter state.
    transmit_pattern <sub_cmd> Set transmission pattern.

    if you want to test the radio.

    Thanks so much.

Children
Related