Periodic Operations using Low-power Sleep and Wake Mechanism

The framework provides support to put the Microcontroller and Transceiver in to a low-power Sleep mode. The time duration for sleep is specified using the user interface. The microcontroller and transceiver wakes up after the specified time duration and a callback method is called. The application logic can be added in the callback method to perform any task.



Follow these steps in order to configure add this module to the project:
  • Click on the checkbox near the 'Low power Sleep and Wake mechanism' module on the panel on the left hand side to enable this module to be added to the project

  • Select a sleep time duration. (The validation is done to ensure that the time duration entered is within the acceptable range.)