Sleep options
Sleep Modes enable the RF module to enter into states of low-power consumption when not in use. To set sleep mode on, there are some parameters involved.
Sleep Mode
By default, Sleep Modes are disabled and the RF module remains in Idle/Receive Mode. When in this state, the module is constantly ready to respond to either serial or RF activity.
Different options can be set:
0: Disabled.
1: Pin Hibernate Mode.
2: Pin Doze Mode.
Example of use:
Related variables:
Sleep mode example: https://development.libelium.com/802-10-set-low-power-mode/
Pin Hibernate Mode
Pin Hibernate Mode minimizes power consumption (<10 uA). This mode is voltage level-activated; when Sleep_RQ (pin 9 of XBee) is asserted, the module will finish any transmission, reception or association activities, enter Idle Mode, and then enter a state of sleep. The module will not respond to either serial or RF activity while in pin sleep.
To wake up a sleeping module operating in Pin Hibernate Mode, de-assert Sleep_RQ (pin 9 of XBee). The module will be awake after 13.2 ms.
Example of use:
Pin Doze Mode
Pin Doze Mode works as Pin Hibernate Mode. However, Pin Doze features faster wake-up time (2 ms) and higher power consumption (<50 uA).
Example of use:
Last updated