Property |
Type |
Default |
Description |
---|---|---|---|
rx.freq |
uint32 |
2029500000 |
Receive frequency |
rx.rate |
uint32 |
128000 |
Receive bitrate |
rx.bw |
uint8 |
150 |
Receive bandwidth in percent of bitrate |
rx.rs |
bool |
True |
Enable Reed-Solomon coding |
rx.cc |
bool |
True |
Enable Convolutional coding |
rx.rand |
bool |
True |
Enable randomization |
rx.crc |
bool |
True |
Enable CRC checksum |
rx.size |
uint16 |
217 |
Maximum payload size |
rx.id |
uint16 |
0 |
Satellite ID (0 = no ID) |
rx.crypto.key |
binary |
00…00 |
Decryption key |
rx.crypto.decrypt |
bool |
False |
Decrypt frames |
rx.crypto.auth |
bool |
False |
Verify authentication tag |
rx.frames |
uint32 |
— |
Number of received frames |
rx.detected |
uint32 |
— |
Number of detected frames |
rx.rssi |
float |
— |
Measured RSSI of last frame |
rx.freqerr |
float |
— |
Measured frequency error of last frame (unused, always 0) |
rx.pllnolock |
uint16 |
— |
Number of PLL lock lost events |