FSK modem parameters. More...
#include <LoRaRadio.h>
| Data Fields | |
| int8_t | power | 
| Transmit power.  More... | |
| uint32_t | f_dev | 
| Frequency deviation.  More... | |
| uint32_t | bandwidth | 
| Modulation bandwidth.  More... | |
| uint32_t | bandwidth_afc | 
| Automated frequency correction bandwidth.  More... | |
| uint32_t | datarate | 
| Data rate (SF).  More... | |
| uint16_t | preamble_len | 
| Expected preamble length.  More... | |
| bool | fix_len | 
| This flag turns on if the TX data size is fixed.  More... | |
| uint8_t | payload_len | 
| Size of outgoing data.  More... | |
| bool | crc_on | 
| Turn CRC on/off.  More... | |
| bool | iq_inverted | 
| bool | rx_continuous | 
| Turn continuous reception mode (such as Class C mode) on/off.  More... | |
| uint32_t | tx_timeout | 
| Timeout value in milliseconds (ms) after which the radio driver reports a timeout if the radio was unable to transmit.  More... | |
| uint32_t | rx_single_timeout | 
| Timeout value in symbols (symb) after which the radio driver reports a timeout if the radio did not receive a Preamble.  More... | |
FSK modem parameters.
Parameters encompassing FSK modulation.
Definition at line 117 of file LoRaRadio.h.
| uint32_t bandwidth | 
Modulation bandwidth.
Definition at line 131 of file LoRaRadio.h.
| uint32_t bandwidth_afc | 
Automated frequency correction bandwidth.
Definition at line 136 of file LoRaRadio.h.
| bool crc_on | 
Turn CRC on/off.
Definition at line 161 of file LoRaRadio.h.
| uint32_t datarate | 
Data rate (SF).
Definition at line 141 of file LoRaRadio.h.
| uint32_t f_dev | 
Frequency deviation.
Definition at line 126 of file LoRaRadio.h.
| bool fix_len | 
This flag turns on if the TX data size is fixed.
Definition at line 151 of file LoRaRadio.h.
| bool iq_inverted | 
| uint8_t payload_len | 
Size of outgoing data.
Definition at line 156 of file LoRaRadio.h.
| int8_t power | 
Transmit power.
Definition at line 121 of file LoRaRadio.h.
| uint16_t preamble_len | 
Expected preamble length.
Definition at line 146 of file LoRaRadio.h.
| bool rx_continuous | 
Turn continuous reception mode (such as Class C mode) on/off.
Definition at line 171 of file LoRaRadio.h.
| uint32_t rx_single_timeout | 
Timeout value in symbols (symb) after which the radio driver reports a timeout if the radio did not receive a Preamble.
Definition at line 183 of file LoRaRadio.h.
| uint32_t tx_timeout | 
Timeout value in milliseconds (ms) after which the radio driver reports a timeout if the radio was unable to transmit.
Definition at line 177 of file LoRaRadio.h.