You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the set_channel_sequence_hopping_mode command to control how
TX sweep with sleep uses the configured channel list.
* sequential: hopping follows the stored channel list in index order.
The list is restored to the last saved baseline (same order as
after the sequence was set or restored).
random [seed]: optional seed from 1 to 511;
if omitted, seed 1 is used. The hopping order is a Fisher–Yates shuffle
of the list driven by that seed, applied immediately when switching
to random mode.
Signed-off-by: Aleksandr Mirlenko <aleksandr.mirlenko@nordicsemi.no>
It allows for running a modulated TX sweep with silent periods between each frequency.
352
-
* ``set_channel_sequence`` shell command.
353
-
It allows for setting a custom channel sequence for the ``start_tx_sweep_with_sleep`` and ``start_tx_sweep_with_sleep_modulated`` commands.
354
-
* ``print_channel_sequence`` shell command.
355
-
It prints the currently configured channel sequence.
348
+
* ``start_tx_sweep_with_sleep`` shell command that allows for running a TX sweep with silent periods between each frequency.
349
+
* ``start_tx_sweep_with_sleep_modulated`` shell command that allows for running a modulated TX sweep with silent periods between each frequency.
350
+
* ``set_channel_sequence`` shell command that allows for setting a custom channel sequence for the ``start_tx_sweep_with_sleep`` and ``start_tx_sweep_with_sleep_modulated`` commands.
351
+
* ``print_channel_sequence`` shell command that prints the currently configured channel sequence.
352
+
* ``set_channel_sequence_hopping_mode`` shell command that allows for setting the hopping mode for the channel sequence.
356
353
* Support for pin debugging of radio events on nRF54L Series devices.
0 commit comments