From dcbd0e93b5cc05ea9f1e1152c7951a37e12d177f Mon Sep 17 00:00:00 2001
From: chen <15335560115@163.com>
Date: 星期二, 03 六月 2025 15:23:36 +0800
Subject: [PATCH] V1.13版本修改接收时间和帧间隔和延迟接收时间参数,适配铁鞋稳定一对多测距版本

---
 user_config.h |   14 ++++++++++----
 1 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/user_config.h b/user_config.h
index bd57b7a..db4de06 100644
--- a/user_config.h
+++ b/user_config.h
@@ -154,7 +154,8 @@
 #define PHY_PAYLOAD_LEN_MAX (127)
 
 //#define BOXING
-#define BOXING
+//#define BOXING
+#define LED_PIN  IO_PIN_4
 /* =========================================================================================================================== */
 /* ================                                     Simple Selection                                      ================ */
 /* =========================================================================================================================== */
@@ -174,15 +175,20 @@
 
 //#define MK_SS_TWR_DW_RESP
 
-#define INPUT_5V_Pin  IO_PIN_11
+#define INPUT_5V_Pin  IO_PIN_2
 
-#define RSSI_EN (1)
+#define RSSI_EN (0)
 /** channel number: 2, 5, 9 */
-#define UWB_CH_NUM (9)
+#define UWB_CH_NUM (5)
 /** Velocity of propagation (%) */
 #define VP_VAL (100)
 #define RANGING_CORR (0)
 #define XTAL_AUTO_TUNE_EN (0)
+//#define STS_MODE
+//#define MK_MODE
+#define SLEEP_COUNT 1000
+#define DW1000
+
 /* =========================================================================================================================== */
 /* ================                                           End                                             ================ */
 /* =========================================================================================================================== */

--
Gitblit v1.9.3