//datarate=100k filter bandwidth=250k calibrate at 433 CC1110_SETTINGS CC1110_Rf_Setting = { 0x10, // FREQ2 Frequency control word, high byte. 0xB2, // FREQ1 Frequency control word, middle byte. 0x76, // FREQ0 Frequency control word, low byte. 0xC0, // PA_TABLE1 output power setting 0xC0= +10 dBm, 0x60 = 0dBm ;0x84=+5dBm 0x00, // PA_TABLE0 output power setting 0xB6, // FREND1 Front end RX configuration. 0x11, // FREND0 Front end RX configuration. 0xFF, // PKTLEN Packet length. 0x04, // PKTCTRL1 Packet automation control. 0x05, // PKTCTRL0 Packet automation control. 0x08, // FSCTRL1 Frequency synthesizer control. 0x00, // FSCTRL0 Frequency synthesizer control. 0x7B, // MDMCFG4 Modem configuration. 0xF8, // MDMCFG3 Modem configuration. 0x3B, // MDMCFG2 Modem configuration. 0x22, // MDMCFG1 Modem configuration. 0x47, // DEVIATN Modem deviation setting (when FSK modulation is enabled). 0x07, // MCSM2 RX_TIME, WOR!!! 0x30, // MCSM1 Main Radio Control State Machine configuration 0x00, // MCSM0 Main Radio Control State Machine configuration. 0x1C, // FOCCFG Frequency Offset Compensation Configuration. 0x1C, // BSCFG Bit synchronization Configuration. 0x47, // AGCCTRL2 AGC control. 0x00, // AGCCTRL1 AGC control. 0xB2, // AGCCTRL0 AGC control. 0xEA, // FSCAL3 Frequency synthesizer calibration. 0x2A, // FSCAL2 Frequency synthesizer calibration. 0x00, // FSCAL1 Frequency synthesizer calibration. 0x1F, // FSCAL0 Frequency synthesizer calibration. 0x00, // Device address };