Profile Manager¶
Use the Profile Manager to create, rename, load, and delete Global, Transmit, and Microphone profiles on the radio, and to toggle auto-saving of transmit changes.
Before you start¶
- AetherSDR must be connected to the radio. Profile Manager requires an active radio connection.
- Familiarise yourself with the profile categories: Global profiles store overall radio configuration; Transmit and Microphone profiles store transmission-specific settings.
Opening the Profile Manager¶
Click Profiles > Profile Manager... to open the Profile Manager dialog.
What each control does¶
| Control | Kind | Behavior | Setting key |
|---|---|---|---|
Global (tab) |
Tab | Manages global profiles. | β |
Transmit (tab) |
Tab | Manages transmit profiles. | β |
Microphone (tab) |
Tab | Manages microphone profiles. | β |
Auto-Save (tab) |
Tab | Controls automatic profile saving. | β |
Profile name |
Text field | Name used when saving a new profile. If left blank when Save is clicked and a profile is selected in the list, the selected profile's name is used instead. | β |
Profile list |
List | Shows all existing profiles for the selected category. The active profile is highlighted. | β |
Load |
Button | Loads the selected profile onto the radio. Enabled only when a profile is selected. | β |
Save |
Button | Saves the current radio state under the name typed in Profile name. |
β |
Delete |
Button | Deletes the selected profile after a confirmation prompt. Enabled only when a profile is selected. | β |
Close |
Button | Closes the Profile Manager dialog. | β |
Auto-save profile changes |
Checkbox | When enabled, TX changes are written back to the active profile automatically. | AutoSaveTransmitProfile |
Tab-specific behavior¶
Global tab¶
- The
Savebutton creates or overwrites a global profile. Enter a new name to create a profile, or select an existing one and clickSaveto overwrite it.
Transmit and Microphone tabs¶
- The
Savebutton is labelled Create instead of Save. The radio firmware does not support directly overwriting transmit or microphone profiles. ClickingCreatealways creates a new profile with a unique name. - If a profile with the typed name already exists, a dialog appears offering to enable Auto-Save. Clicking the Enable Auto-Save button in this dialog sends the
profile autosave oncommand to the radio. The Auto-Save checkbox on the Auto-Save tab updates automatically in response to the radio's confirmation. - A note below the buttons explains: "Updates to existing profiles save automatically β enable Auto-Save (Auto-Save tab) so changes follow the active profile. Create makes a new profile; it does not overwrite an existing one."
- The
Loadbutton uses the firmware commandprofile tx load(on the Transmit tab) andprofile mic load(on the Microphone tab) to load the selected profile.
Auto-Save tab¶
- Check
Auto-save profile changesto enable automatic saving of transmit and microphone profile changes. - When enabled, any tweaks you make to an active transmit or microphone profile are written back to that profile immediately on the radio. You do not need to manually save.
- The checkbox stays in sync with the radio's actual auto-save state, even when auto-save is toggled by:
- The Enable Auto-Save button in the Transmit or Microphone tab's duplicate-name dialog
- TCI clients sending auto-save commands
- Loading a profile that has auto-save enabled or disabled
- Remote SmartSDR clients
- The checkbox ignores its own toggled signal when syncing from the radio, preventing feedback loops.
Tips¶
- Clicking an existing profile in the
Profile listpopulates theProfile namefield with that profile's name. If you then clickSaveon the Global tab, the existing profile is overwritten with the current radio state. - You can also double-click a profile in the
Profile listto load it immediately without clickingLoad. - The
Profile listupdates automatically when the radio confirms the save. You do not need to close and reopen the dialog to see the new entry. - For transmit and microphone profiles, enable Auto-Save before making adjustments so you do not lose your changes.
Troubleshooting¶
- Save has no effect and the profile does not appear in the list β Confirm the radio is connected. Profile Manager requires an active radio connection; if the connection dropped, reconnect via
Settings > Connect to Radio...and try again. - Clicking Save with an empty
Profile namefield does nothing β Either type a name inProfile nameor select an existing profile in theProfile listfirst (its name will fill the field automatically). - Cannot overwrite a transmit or microphone profile β This is by design. Use
Createto make a new profile, or enable Auto-Save so changes to the active profile are saved automatically. - The Auto-Save checkbox seems to change by itself β This is normal. The checkbox reflects the radio's actual auto-save state. It may update when you enable Auto-Save from the Transmit or Microphone tab, or when another client toggles auto-save on the radio.