How does WICED 6.0 enter sleep mode?

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
JoJo_2624151
Level 3
Level 3
First like received First like given

     Hi:

          Problem one:

          After version 5.0,There is no "wiced_hal_lpm.h" file,Enter and exit the sleep mode of the original has been unable to achieve,Now the 6 set sleep mode of API is where?

          Problem two:

          in addition,Set the sleep in "mesh_application.c" this C file,"#define _DEB_SLEEP ", but open compiler error.why?

                              thanks~

Following screenshot:

QQ截图20171101165528.png微信截图_20171101170613.png

0 Likes
1 Solution
Anonymous
Not applicable

1) You will have to make use of the APIs available in wiced_power_save.h for low power configuration. The wiced_hal_lpm.h has been made an internal file, therefore has been removed. There is no direct replacement for it.

2) By default, the _DEB_SLEEP is commented. Why have you uncommented that line?

View solution in original post

2 Replies
Anonymous
Not applicable

1) You will have to make use of the APIs available in wiced_power_save.h for low power configuration. The wiced_hal_lpm.h has been made an internal file, therefore has been removed. There is no direct replacement for it.

2) By default, the _DEB_SLEEP is commented. Why have you uncommented that line?

Hi  yssu:

          wiced_power_save.h ,I've used this method to experiment in the WICED 4.1, and I'll feed back in the WICED 6 version of the detailed test.

0 Likes