1
0
mirror of https://github.com/peterantypas/maiana.git synced 2025-05-16 07:20:08 -07:00

Improved RX for Si4463

This commit is contained in:
Peter Antypas 2021-10-23 08:32:00 -07:00
parent bc9b2bf32d
commit 578b8be31f
3 changed files with 1069 additions and 1 deletions

File diff suppressed because it is too large Load Diff

View File

@ -331,6 +331,7 @@
// MODEM_AFC_GAIN_0 - Sets the gain of the PLL-based AFC acquisition loop, and provides miscellaneous control bits for AFC functionality.
*/
#define RF_MODEM_BCR_NCO_OFFSET_2_12 0x11, 0x20, 0x0C, 0x24, 0x05, 0x3E, 0x2D, 0x02, 0x9D, 0x00, 0xC2, 0x00, 0x54, 0x23, 0x81, 0x01
//#define RF_MODEM_BCR_NCO_OFFSET_2_12 0x11, 0x20, 0x0C, 0x24, 0x05, 0x2B, 0x2D, 0x02, 0x9D, 0x00, 0xC2, 0x00, 0x54, 0x23, 0x81, 0x01
/*
// Set properties: RF_MODEM_AFC_LIMITER_1_3

View File

@ -7,7 +7,7 @@
#include <stdint.h>
#include "radio_config_si4463_new.h"
#include "radio_config_Si4463_nonstd_preamble.h"
static uint8_t __si_4463_cfg[] = RADIO_CONFIGURATION_DATA_ARRAY;