You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
zhaohe 9f9e64482f update 8 months ago
.settings update 8 months ago
.vscode 添加popWinPage 9 months ago
Core@41922cfe8e update 8 months ago
Drivers@c3dadcb8c6 add usb 9 months ago
FATFS add usb 9 months ago
Middlewares@0aa6384240 add usb 9 months ago
USB_HOST init 9 months ago
app_protocols@38674eceb0 update 11 months ago
doc update 9 months ago
release/V200 updata ui 9 months ago
stm32basic@cba5845768 update 8 months ago
stm32components@c955b971d3 update 8 months ago
stm32halport@4875d12037 update 9 months ago
uappbase update 8 months ago
ucomponents update 9 months ago
ui update 8 months ago
usrc update 8 months ago
.clang-format init 12 months ago
.cproject 添加popWinPage 9 months ago
.gitignore update 10 months ago
.gitmodules add app protocols 11 months ago
.mxproject update 9 months ago
.project init proj 12 months ago
README.md update 8 months ago
STM32F407VETX_FLASH.ld update 8 months ago
STM32F407VETX_RAM.ld init 12 months ago
auto.py update 11 months ago
command.js update 8 months ago
hand_acid_mainboard Debug.launch init proj 12 months ago
hand_acid_mainboard.cfg init proj 12 months ago
hand_acid_mainboard.ioc update 9 months ago
hand_acid_mainboard.launch fix some bug 11 months ago
hello.cpp 添加popWinPage 9 months ago

README.md

V101:
1. 重构加酸逻辑
2. 预充管路,改成先回流再预冲
3. 修改提示 "泵机" 为 "通道"
4. 修改预充管路,只充满选中管路

V102:
    1.设备在工作时,禁止离开首页
    2.设备在工作时,禁止切换模式

V103:
    1. fix some bug

任务:

TODO:
    1. 输入超过10次错误密码后,弹出提示框,请等待24小时,24小时后,页面将自动切换到恢复出厂设置页面。
    2. 添加恢复出厂设置按键,且恢复出厂设置按键按下后,需要根用户二次确认。
    3. 转换比设置错误可能到只泵机不转
    4. 修改muSetting名为 muAdvanced
    5. 添加审计功能
    6. 添加自动unlogin功能
UI修改项:
    1. 登录页面去掉 login按键的自动切换页面指令
    2. 主页,调整遥控器和阀门控制板状态的位置
    3. 去掉加载页面自动跳转功能
    4. 主页控制模式,支持触摸
    5. 调整5s的位置
    6. 首页添加加酸间隔时间单位显示
    7. 修改confirm页面取消按键和确定按键位置
    8. 修改主页面 menu按键切换页面由后台处理逻辑
    9. 修改每个页面的后初始化事件,区分当前页面是键盘,还是弹窗,还是普通页面。
    10. 去掉menu页面的setfrompage
    11. 美化提示栏

    1. 将confirm功能提取出来,单独有一个confirm页面进行处理
    2. 添加返回按键事件
    3. 添加page_init事件,去掉page_load事件
    4. 修改键盘逻辑,中文输入时,显示中,英文输入时显示英


量产时注意事项:
    1. 量产时,需要注意注意掉显示密码的相关日志
    2. 考虑干掉蓝牙通信,换成433
    3. 蓝牙主机扫描,停止扫描,做成停止上报扫描结果。(虽然依然在扫描)
    4. 如果从屏幕读取状态失败,则自动重启设备

BUG:
    1. 数字键盘按下任意键,会清除输入(这是正确的),但会忽略掉本次输入
    蓝牙主机BUG
        1. 无法停止扫描。
        2. 扫描的结果没有过滤,都上报了。

    如果没有挂外置CAN,can发送会疯狂占用CPU导致 UI读写错误

    3. 考虑将所有串口接收改成DMA,目前串口有点多,中断接收有点吃不消了。
    2. 用户登录时检查记录是否快满或者满,给出提示或者报警