This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

About sleep mode

Hi,

I'm confused with the functions (sd_power_mode_set and sd_app_event_wait). 1.I think there are described with the same function.I can't tell the difference between this two.And I can't find the function that is used to wake up the chip. 2.Can someone tell me where I can find the define of the Constant Latency and Low Power.

Thank you.

Parents
  • Hi Paul

    During connection event, the radio is active. Between connection event, the CPU will sleep. The same applies for advertising events, the device will sleep when it is not transmitting advertising packets. While the device is in a connection with a peer device, there will be number of connection events. There is one connection event in each connection interval. Connection interval can be minimum 7.5ms and maximum 4000ms. You can realize and visualize what a connection events and advertising events are made of by looking at figures 9 and 10 in the S110 Softdevice Specification v1.2 respectively.

Reply
  • Hi Paul

    During connection event, the radio is active. Between connection event, the CPU will sleep. The same applies for advertising events, the device will sleep when it is not transmitting advertising packets. While the device is in a connection with a peer device, there will be number of connection events. There is one connection event in each connection interval. Connection interval can be minimum 7.5ms and maximum 4000ms. You can realize and visualize what a connection events and advertising events are made of by looking at figures 9 and 10 in the S110 Softdevice Specification v1.2 respectively.

Children
No Data
Related