AirSpy Mini/R2¶
AIS-catcher
[-d serial number]
-gm
[setting value]
...
The AirSpy Mini/R2 requires careful gain configuration as described here. As outlined in that reference there are three different gain modes: linearity, sensitivity and so-called free. These can be set via the -gmswitch when using the AirSpy.
We can activate 'linearity' mode with gain 10using the following AIS-catcher command line:
AIS-catcher -gm linearity 10
AIS-catcher -gm lna AUTO vga 12 mixer 12
On the command line, setting names and boolean-ish values are not case-sensitive (e.g. LINEARITY 10 equals linearity 10). In JSON configuration, keys are case-sensitive and must be lowercase.
More guidance on setting the gain model and levels can be obtained in the mentioned link.
Summary Settings¶
| Setting (JSON key / CLI setting name) | Type | Default | Description |
|---|---|---|---|
| Generic Options | |||
| sample_rate | integer | 192K | Sampling rate in Hz (0-20,000,000) |
| bandwidth | integer | 0 | Tuner bandwidth in Hz (0-1,000,000, 0=off) |
| freqoffset | integer | 0 | Frequency correction in PPM (-150 to +150) |
| Specific Options | |||
| sensitivity | integer | - | Sensitivity gain mode (0-21) |
| linearity | integer | 17 | Linearity gain mode (0-21) |
| vga | integer | 10 | VGA gain in Free mode (0-14) |
| mixer | auto/integer | auto | Mixer gain/AGC in Free mode (0-14 or AUTO) |
| lna | auto/integer | auto | LNA gain/AGC in Free mode (0-14 or AUTO) |
| biastee | boolean | false | Enable/disable bias tee power |
| gain_mode | enum | linearity | Explicit gain mode (SENSITIVITY, LINEARITY, or FREE). Set automatically by sensitivity/linearity/vga/mixer/lna. |
| real_mode | boolean | false | Switch sample format between complex CF32 (off) and real F32_FS4 (on) |