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 f190fb7964 add sample capture irq mode 1 year ago
.vscode add sample capture irq mode 1 year ago
app add sample capture irq mode 1 year ago
bootloader@84d5e2f402 update 1 year ago
doc 修改蓝牙名称生成规则 1 year ago
dynamic_electrocardiograph_ble_server@54b9b561f2 update 1 year ago
ify_hrs_protocol@b93a5139c4 update 1 year ago
libznordic@e18fec728b update 1 year ago
pemkey@d9e7fcf86d update 1 year ago
res update 1 year ago
scripter 修改蓝牙名称生成规则 1 year ago
sdk@ae45a16c26 update 1 year ago
tools update 1 year ago
.clang-format add sample capture irq mode 1 year ago
.gitignore update 1 year ago
.gitmodules update 1 year ago
README.md add sample capture irq mode 1 year ago

README.md

three_lead_ecg_v2


# TODO:
    1.  修改蓝牙测试Server程序,测试程序蓝牙名称过滤标志为 iflytop_ble_test_device OK
    2.  修改蓝牙名称生成规则,规则为,当device_id为0或者全F,蓝牙名称为iflytop_ble_test_device,否则蓝牙名称为产品SN码 OK
    3.  手机端可以看到设备的软件版本信息。
    3.  心率采集改成由IO中断驱动。
    8.  开机,蜂鸣器响一声,开始采集,蜂鸣器响一声,结束采集,蜂鸣器响一声。

    7.  修正回执包错误码
    8.  添加心跳检测,1分钟内没有收到心跳包,设备自动断开蓝牙连接。
    9.  设备断开连接后,停止采集(临时代码)
    10. 添加一条新的开始采集指令,支持定时参数。(或者使用旧的开始采集指令)
    11. 导联断开检测触发后,上报事件(不停止采集),蜂鸣器响三声。
    12. 低电量进入关机模式而非休眠模式
    13. 添加指令上传最新一条记录

    4.  修改电量检测,电量过低时,指示灯闪烁三下后进入低功耗。
    5.  电量过低上报低电量事件。电量不足%1时,设备自动断开连接,并关机。
    6.  设备充电时候,不允许采集。

规范:
    寄存器(NRF_UICR->CUSTOMER[0],0x10001080) 用于存储设备ID,当设备ID为FFFFFFFF或者0时,表明当前设备为测试程序