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 bb6475db47 update 5 months ago
.settings v3.0.2 fix some bug 5 months ago
.vscode update 8 months ago
Core@5aebdfa1b7 update 8 months ago
Drivers@c3dadcb8c6 add usb 9 months ago
FATFS update 8 months ago
Middlewares@0aa6384240 add usb 9 months ago
USB_HOST update 8 months ago
app_protocols@3969364cdb v3.0.2 fix some bug 5 months ago
doc update 9 months ago
release v3.1.2 5 months ago
stm32basic@3bea086b95 append 5 months ago
stm32components@90f08ae581 v3.0.3 5 months ago
stm32halport@4875d12037 update 9 months ago
uappbase v3.1.2 5 months ago
ucomponents update 9 months ago
ui v3.1.2 5 months ago
usrc update 5 months ago
.clang-format init 12 months ago
.cproject update 8 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 v3.1.2 5 months ago
STM32F407VETX_FLASH.ld update 8 months ago
STM32F407VETX_RAM.ld init 12 months ago
build.bat v301 7 months ago
command.js update 8 months ago
flush.bat add flush.bat 7 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

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. 用户修改通道名称时,修改用户名时,或者,删除用户时,如果审计记录不为空,则不允许修改。