8 Commits

Author SHA1 Message Date
48a443c6c1 Update FreeRTOS configuration and enhance upper computer AI documentation
- Increased total heap size in FreeRTOSConfig.h from 10000 to 18000.
- Modified stack sizes for various tasks in freertos.c to improve performance:
  - initTask: 128 to 256
  - CarCtrlTask: 256 to 1024
  - timerTask: 512 to 1024
  - sr04Task: 128 to 512
  - rc522Task: 128 to 512
- Added comprehensive upper computer AI guide for TCP client implementation, detailing protocol contracts, command sets, telemetry, architecture requirements, and error handling strategies.
- Introduced a Python web upper computer AI guide with a recommended tech stack and project structure.
- Created a Chinese version of the upper computer AI guide for local developers.
- Updated STM32 project configuration to reflect new task stack sizes and heap settings.
- Adjusted configuration files for various tools to ensure compatibility with the new project structure.
2026-04-17 22:15:54 +08:00
a5f8e8149a feat: 修正红外循迹方向符号,解决循迹偏差越修越偏问题
- 反转了循迹P控制输出的角速度修正方向,保证检测到黑线时车辆向正确方向修正
- 同步修正丢线回找时的转向方向
- 相关代码在 track_ir_algo.c
- 编译通过,功能已现场验证
2026-04-16 00:44:01 +08:00
e5b2ad20a3 feat: 添加状态报告和反馈功能,更新协议文档 2026-04-15 00:54:14 +08:00
9313675630 feat: 添加RC522站点匹配逻辑及到站提示功能 2026-04-15 00:06:45 +08:00
65478d9f02 feat: 集成循迹与超声波驱动并优化控制任务节拍
- 新增 HC-SR04 驱动与测距接口(bsp_sr04)

- 增加循迹状态读取与输出,完善任务内日志

- 调整 CarCtrl 闭环更新周期,匹配霍尔测速周期,降低抖动

- 同步更新 CubeMX/CMake 生成配置与相关引脚定义
2026-04-14 21:59:49 +08:00
a8c97567c8 feat: 添加 PID 控制器及霍尔传感器转速获取功能 2026-04-04 00:44:37 +08:00
e382b06b03 feat: 添加小车控制指令解析和校验和计算工具 2026-04-03 21:20:30 +08:00
a53aa38ed3 feat: 添加协议处理和校验和计算功能,更新 UART 相关代码 2026-04-02 01:52:28 +08:00