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 0043a803e9 init 3 months ago
.settings init 3 months ago
.vscode init 3 months ago
Core init 3 months ago
Drivers init 3 months ago
FATFS init 3 months ago
Middlewares init 3 months ago
USB_HOST init 3 months ago
app_protocols init 3 months ago
doc init 3 months ago
release init 3 months ago
stm32basic init 3 months ago
stm32components init 3 months ago
stm32halport init 3 months ago
uappbase init 3 months ago
ucomponents init 3 months ago
ui init 3 months ago
usrc init 3 months ago
.clang-format init 3 months ago
.cproject init 3 months ago
.gitignore init 3 months ago
.mxproject init 3 months ago
.project init 3 months ago
README.md init 3 months ago
STM32F407VETX_FLASH.ld init 3 months ago
STM32F407VETX_RAM.ld init 3 months ago
build.bat init 3 months ago
command.js init 3 months ago
flush.bat init 3 months ago
hand_acid_mainboard Debug.launch init 3 months ago
hand_acid_mainboard.cfg init 3 months ago
hand_acid_mainboard.ioc init 3 months ago
hand_acid_mainboard.launch init 3 months ago

README.md

RELEASE
V301:
    1. 修复板子启动失败的问题(通过调整电机驱动使能间隔时间实现)
    2. 调整电机使能位置(移动到了屏幕初始化之后)
    3. 修复测试模式下,电机停止动作不连续的问题。

V304:
    1. 修复U盘导出文件错位BUG

V310:
    1. 改善通道配置页面
TODO:
    1. 输入超过10次错误密码后,弹出提示框,请等待24小时,24小时后,页面将自动切换到恢复出厂设置页面。
    2. 添加恢复出厂设置按键,且恢复出厂设置按键按下后,需要根用户二次确认。
    3. 转换比设置错误可能到只泵机不转
    4. 修改muSetting名为 muAdvanced
    5. 添加审计功能
    6. 添加自动unlogin功能
    1. 将confirm功能提取出来,单独有一个confirm页面进行处理
    2. 添加返回按键事件
    3. 添加page_init事件,去掉page_load事件
    4. 修改键盘逻辑,中文输入时,显示中,英文输入时显示英


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

    蓝牙主机BUG
        1. 无法停止扫描。
        2. 扫描的结果没有过滤,都上报了。

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

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

    3. 用户修改通道名称时,修改用户名时,或者,删除用户时,如果审计记录不为空,则不允许修改。