FOSSASAT-1B
Loading...
Searching...
No Matches
FSK Radio Configuration
Collaboration diagram for FSK Radio Configuration:

Macros

#define FSK_CARRIER_FREQUENCY   436.8
 
#define FSK_BIT_RATE   9.6
 
#define FSK_FREQUENCY_DEVIATION   5.0
 
#define FSK_RX_BANDWIDTH   39.0
 
#define FSK_OUTPUT_POWER   20
 
#define FSK_PREAMBLE_LENGTH   16
 
#define FSK_DATA_SHAPING   RADIOLIB_SHAPING_0_5
 
#define FSK_CURRENT_LIMIT   140.0
 

Detailed Description

Todo:
check FSK_RX_BANDWIDTH value
Description Value Units
Carrier Frequency. 436.7 MHz
Bit Rate. 9.6 Kbps
Frequency Deviation. 5.0 KHz single-sideband
RX Bandwidth. 19.5 KHz single-sideband
Output Power. 20 dBm
Preamble Length. 16 bits
Data Shaping. 0.5 GFSK filter BT product
Current Limit. 160.0 mA
Test:

(ID CONF_FSK_RADIO_T0) (SEV 1) Check that the radio functions at FSK_CARRIER_FREQUENCY.

(ID CONF_FSK_RADIO_T1) (SEV 1) Check that the radio functions with bit rate of FSK_BIT_RATE.

(ID CONF_FSK_RADIO_T2) (SEV 1) Check that the radio functions with a frequency deviation of FSK_FREQUENCY_DEVIATION.

(ID CONF_FSK_RADIO_T3) (SEV 1) Check that the radio receives FSK messages at FSK_RX_BANDWIDTH.

(ID CONF_FSK_RADIO_T4) (SEV 1) Check that the radio outputs at FSK_OUTPUT_POWER.

(ID CONF_FSK_RADIO_T5) (SEV 1) Check that the radio preamble is FSK_PREAMBLE_LENGTH.

(ID CONF_FSK_RADIO_T6) (SEV 1) Check that the data shaping is FSK_DATA_SHAPING.

(ID CONF_FSK_RADIO_T7) (SEV 1) Check that the maximum drawn current is no more than FSK_CURRENT_LIMIT.

Macro Definition Documentation

◆ FSK_BIT_RATE

#define FSK_BIT_RATE   9.6

kbps nominal

Definition at line 544 of file configuration.h.

◆ FSK_CARRIER_FREQUENCY

#define FSK_CARRIER_FREQUENCY   436.8

MHz

Definition at line 543 of file configuration.h.

◆ FSK_CURRENT_LIMIT

#define FSK_CURRENT_LIMIT   140.0

mA

Definition at line 550 of file configuration.h.

◆ FSK_DATA_SHAPING

#define FSK_DATA_SHAPING   RADIOLIB_SHAPING_0_5

GFSK filter BT product

Definition at line 549 of file configuration.h.

◆ FSK_FREQUENCY_DEVIATION

#define FSK_FREQUENCY_DEVIATION   5.0

kHz single-sideband

Definition at line 545 of file configuration.h.

◆ FSK_OUTPUT_POWER

#define FSK_OUTPUT_POWER   20

dBm

Definition at line 547 of file configuration.h.

◆ FSK_PREAMBLE_LENGTH

#define FSK_PREAMBLE_LENGTH   16

bits

Definition at line 548 of file configuration.h.

◆ FSK_RX_BANDWIDTH

#define FSK_RX_BANDWIDTH   39.0

kHz single-sideband

Definition at line 546 of file configuration.h.