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 013cc64bb2 recode 11 months ago
.vscode recode 11 months ago
app recode 11 months ago
app_protocols@dbdfce1070 add app_protocols 11 months ago
bootloader@84d5e2f402 update 2 years ago
doc remove some code 11 months ago
libznordic@c7ee2af214 update 1 year ago
pemkey@d9e7fcf86d update 2 years ago
res update 2 years ago
scripter init proj 1 year ago
sdk@ce0c31496e update 1 year ago
.clang-format update 1 year ago
.gitignore update 1 year ago
.gitmodules remove some code 11 months ago
381920-110 0.5C充1C放曲线图1.xls 添加电池充放电曲线 1 year ago
README.md recode 11 months ago
temp.txt v2 1 year ago

README.md

hand_acid_remoter_ble

build_app.bat        编译应用程序
build_bootloader.bat 编译bootloader
flash_with_id.bat    烧录程序携带ID

#############################################################################

//休眠
//不休眠
//状态机
    两个状态
        休眠
        不休眠

static bool sleep;
static bool work;
static int  mode;
static bool pumpworkstate;
static connected;
active ble;

一个状态
        updateState();
离线休眠状态
    关机不广播

离线广播状态
    按下按键亮红灯,广播
    
连接状态
    低电量事件
            触发警告灯
    工作
    非工作
    模式1
    模式2
    未定义状态

连接状态休眠
    关灯,不关广播

###############################################################################