使用HA1.2协议栈版本,其配置如下:
1.开启POWER_SAVING 预编译
2.f8wConfig_cfg 中的RFD_RCVC_ALWAYS_ON=FALSE
3.hal_drivers.c中if(!Hal_KeyIntEnable)中的语句关掉
4.osal_pwrmgr_init(void)中pwrmgr_attribute.pwrmgr_device=PWRMGR_BATTERY
低功耗节点如何定时唤醒,对无线数据进行接收和发送?
协议栈应该在哪些地方做修改?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
使用HA1.2协议栈版本,其配置如下:
1.开启POWER_SAVING 预编译
2.f8wConfig_cfg 中的RFD_RCVC_ALWAYS_ON=FALSE
3.hal_drivers.c中if(!Hal_KeyIntEnable)中的语句关掉
4.osal_pwrmgr_init(void)中pwrmgr_attribute.pwrmgr_device=PWRMGR_BATTERY
低功耗节点如何定时唤醒,对无线数据进行接收和发送?
协议栈应该在哪些地方做修改?