Custom channel sequence in tx with sleep#28036
Conversation
CI InformationTo view the history of this post, click the 'edited' button above Inputs:Sources:sdk-nrf: PR head: 5a539c0b984fef36b9b3a836e16531016071f49f more detailssdk-nrf:
Github labels
List of changed files detected by CI (5)Outputs:ToolchainVersion: 911f4c5c26 Test Spec & Results: ✅ Success; ❌ Failure; 🟠 Queued; 🟡 Progress; ◻️ Skipped;
|
03af616 to
f9e1701
Compare
|
You can find the documentation preview for this PR here. Preview links for modified nRF Connect SDK documents: https://ncsbmdoc.z6.web.core.windows.net/ncs/PR-28036/nrf/releases_and_maturity/releases/release-notes-changelog.html |
f9e1701 to
347bd9f
Compare
347bd9f to
9894173
Compare
| * Added the new ``start_tx_sweep_with_sleep`` shell command. | ||
| It allows for running a TX sweep with silent periods between each frequency. | ||
| * Added the new ``set_channel_sequence`` shell command. | ||
| It allows for setting a custom channel sequence for the ``start_tx_sweep_with_sleep`` command. | ||
| * Added the new ``print_channel_sequence`` shell command. | ||
| It prints the channel sequence set with the ``set_channel_sequence`` command. |
There was a problem hiding this comment.
| * Added the new ``start_tx_sweep_with_sleep`` shell command. | |
| It allows for running a TX sweep with silent periods between each frequency. | |
| * Added the new ``set_channel_sequence`` shell command. | |
| It allows for setting a custom channel sequence for the ``start_tx_sweep_with_sleep`` command. | |
| * Added the new ``print_channel_sequence`` shell command. | |
| It prints the channel sequence set with the ``set_channel_sequence`` command. | |
| * Added: | |
| * ``start_tx_sweep_with_sleep`` shell command. | |
| It allows for running a TX sweep with silent periods between each frequency. | |
| * ``set_channel_sequence`` shell command. | |
| It allows for setting a custom channel sequence for the ``start_tx_sweep_with_sleep`` command. | |
| * ``print_channel_sequence`` shell command. | |
| It prints the channel sequence set with the ``set_channel_sequence`` command. |
we see value in being able to run a custom sweep in the tx_with_sleep mode where not all channels are used, or even where the sequence isn't a strictly rising sweep. added a new command that allows users to configure if they want a custom sweep sequence with a custom amount of channels in the sweep. also added a new command to print out this channel sequence so that users can verify that it is configured correctly and check initial array configuration. Signed-off-by: Thomas Johansen <thomas.johansen@nordicsemi.no>
9894173 to
321513f
Compare
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>
321513f to
5a539c0
Compare
No description provided.