• Joined on 2025-05-09
helei pushed to main at helei/shuichan_old 2026-08-22 16:12:23 +08:00
af4e4efdc4 移除误提交的反汇编临时文件
eeb18b66cf V1.5: 485接收改DMA+IDLE架构(DMA1_Channel6+空闲中断定帧),根治丢帧;实测秒回慢回全通
Compare 2 commits »
helei pushed to main at helei/shuichan_old 2026-08-22 13:06:52 +08:00
c5b0922004 V1.5: 485取帧改原子操作USART2_PollFrame,消除Tick/GetFrame交接丢帧窗口
helei pushed to main at helei/shuichan_old 2026-08-22 12:56:39 +08:00
05700826d1 V1.5: 485应答异常自动补发一次查询(400ms无好帧或收到坏帧),对抗收发器切换切帧头
helei pushed to main at helei/shuichan_old 2026-08-22 12:45:13 +08:00
eb2b27ddbc V1.5: 485排障加帧提交/缓冲丢弃两条日志(定位9字节去向)
helei pushed to main at helei/shuichan_old 2026-08-22 12:36:38 +08:00
d2104fd90f V1.5: 485查询前打印USART2硬件状态(CR1/SR/RxState/字节计数/缓冲索引),定位接收死因
helei pushed to main at helei/shuichan_old 2026-08-22 11:55:06 +08:00
7339ce31d9 V1.5: 根治485接收停摆(ORE后RxState卡BUSY_RX致Receive_IT静默失败,强制归位再重挂;查询前检查兜底)
helei pushed to main at helei/shuichan_old 2026-08-22 11:47:39 +08:00
880a83ca02 V1.5: 撤掉485查询前的硬件复位(AbortReceive会把接收搞死),改只清软件缓冲,接收恢复常开
helei pushed to main at helei/shuichan_old 2026-08-22 11:41:15 +08:00
caf406d146 V1.5: 485查询1秒无应答打WARN日志(每次查询有无结果都有日志)
helei pushed to main at helei/shuichan_old 2026-08-22 11:20:44 +08:00
69f698b701 V1.5: 485首次查询延迟3s,避开上电窗口
helei pushed to main at helei/shuichan_old 2026-08-22 11:16:33 +08:00
ab06e715ed V1.5: 修正485回声处理(去掉TX后清缓冲,回声帧按内容识别静默丢弃,帧头搜索兜底)
helei pushed to main at helei/shuichan_old 2026-08-22 11:09:47 +08:00
a4d8420bff V1.5: 修复485回声吞应答帧头(TX后清回声+解析定位01 03 04帧头)
helei pushed to main at helei/shuichan_old 2026-08-22 10:48:06 +08:00
bf828d6a22 V1.5: 修复485首次应答丢失(查询前强制复位USART2接收,防ORE残留卡死)
helei pushed to main at helei/shuichan_old 2026-08-22 10:19:08 +08:00
a8f0ccc6c7 V1.5: 去掉OLED防烧屏左右偏移
helei pushed to main at helei/shuichan_old 2026-08-22 10:15:15 +08:00
d9af7ec0f2 V1.5: OLED带秤模式末行显示重量/读取失败原因;断电预警时OLED关显示黑屏
helei pushed to main at helei/shuichan_old 2026-08-22 09:04:52 +08:00
9fe6cc0b27 V1.5: 新增蓝牙ENCLR命令(累计电能清零,RAM+EEPROM同步)
helei pushed to main at helei/shuichan_old 2026-08-22 08:58:27 +08:00
9c7370b815 V1.5: 去掉电能底数1kWh机制
helei pushed to main at helei/shuichan_old 2026-08-21 22:19:38 +08:00
433030cd9d V1.5: 断电pow:0改等模组OK(1.5s x3次)+OK后800ms空口,失败也照常记录复位
helei pushed to main at helei/shuichan_old 2026-08-20 09:57:04 +08:00
3daf12e144 V1.5: 新增蓝牙发射功率宏BLE_TX_POWER(AT+RFPOWER 1~18级),功率值并入EEPROM缓存判断,改宏自动重设
helei pushed to main at helei/shuichan_old 2026-08-20 09:25:44 +08:00
7e427fbfc4 V1.5: 新增实时功率上报(power字段,与energy同一条报文,策略同步)
helei pushed to main at helei/shuichan_old 2026-08-20 09:20:53 +08:00
e6f25bfa0b V1.5: OTA确认后立即补发状态+fwver(版本序号即时刷新);485首次重量上报失败改重试(发布成功才置标志)