Skip to content

Commit 347bd9f

Browse files
doc: samples: added documentation for new radio_test hopping_sequence commands
added documentation for the new set_channel_sequence and set_channel_sequence commands in radio_test as well as a changelog entry for the new commands. Signed-off-by: Thomas Johansen <thomas.johansen@nordicsemi.no>
1 parent 728faee commit 347bd9f

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

doc/nrf/releases_and_maturity/releases/release-notes-changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,10 @@ Peripheral samples
343343

344344
* Added the new ``start_tx_sweep_with_sleep`` shell command.
345345
It allows for running a TX sweep with silent periods between each frequency.
346+
* Added the new ``set_channel_sequence`` shell command.
347+
It allows for setting a custom channel sequence for the ``start_tx_sweep_with_sleep`` command.
348+
* Added the new ``print_channel_sequence`` shell command.
349+
It prints the channel sequence set with the ``set_channel_sequence`` command.
346350

347351
PMIC samples
348352
------------

samples/peripheral/radio_test/README.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,15 @@ User interface
102102
* - parameters_print
103103
-
104104
- Print current delay, channel, and other parameters.
105+
* - print_channel_sequence
106+
-
107+
- Print the custom sequence set with the set_channel_sequence command
105108
* - print_rx
106109
-
107110
- Print the received RX payload.
111+
* - set_channel_sequence
112+
- <sequence of up to 80 channels>
113+
- Set a custom sequence for the start_tx_with_sleep command
108114
* - start_channel
109115
- <channel>
110116
- Start channel for the sweep or the channel for the constant carrier (in MHz, as difference from 2400 MHz).

0 commit comments

Comments
 (0)