summaryrefslogtreecommitdiff
path: root/src/cc1111/ao_pins.h
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2014-07-02 22:30:23 -0700
committerKeith Packard <keithp@keithp.com>2014-07-05 00:38:10 -0700
commitc20ddde2f9eb0ad8dbb982e9d0cbe91639160a34 (patch)
treef47f64ec60384a6a6dbeeb1b14bf8622c297a2eb /src/cc1111/ao_pins.h
parentea5887027e7a39da2b7d84a142d74950b7a24703 (diff)
altos/cc1111: Adjust receive parameters to improve sensitivity
This removes the packet quality test and carrier sense tests when deciding whether to start decoding a packet. This lets more bad packets through, but the CRC check catches those and now we're regularly receiving packets down to -110 or even -112 dBm. Before this change, we'd rarely see packets as low as -105dBm Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/cc1111/ao_pins.h')
-rw-r--r--src/cc1111/ao_pins.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cc1111/ao_pins.h b/src/cc1111/ao_pins.h
index b40acbbd..2d524188 100644
--- a/src/cc1111/ao_pins.h
+++ b/src/cc1111/ao_pins.h
@@ -168,6 +168,7 @@
#define HAS_RSSI 1
#define HAS_AES 0
#define HAS_TELEMETRY 0
+ #define AO_RADIO_REG_TEST 1
#endif
#if defined(TELEMINI_V_1_0)
@@ -363,6 +364,7 @@
#define HAS_RSSI 0
#define HAS_AES 0
#define HAS_TELEMETRY 0
+ #define AO_RADIO_REG_TEST 1
#endif
#if defined(TELEBT_V_0_1)
@@ -410,6 +412,7 @@
#define HAS_RSSI 0
#define HAS_AES 0
#define HAS_TELEMETRY 0
+ #define AO_RADIO_REG_TEST 1
#endif
#if defined(TELELAUNCH_V_0_1)