Wake up from shut down mode

I am using nrf52832 dev kit and soft device s132. I have use my board as an advertiser.

Like if as i put coin cell battery into the dev kit it should wake up from a system off mode automatically and start advertising.

https://embeddedcentric.com/lesson-14-nrf5x-power-management-tutorial/

i found that if i use nrf_pwr_mgmt_shutdown() then how can i wake up automatically.

actually i dont want to do advertising after pressing a Button. 

Is there a way that i can wake up from system off mode using nrf connect app directly or other way

Parents
  • "The CPU can NOT wake up on interrupts. There are only a few limited wake up sources from System Off: GPIO, NFC and pin reset."

    "System On : The most commonly used sleep mode. The expected SoC current is few micro amps."

    Do you wan tthe system to wake based a  timer?

  • i want  a suggestion that we are working on cattle health monitoring for which our dk will be advertising the data of accelerometer sensor. What is the issue that the farmer dont want to use button to wake from system off mode. So pls suggest a way that as soon as we put battery in the dev kit it should not consumpe much current before it starts advertising and how can we wake it up 

  • Why do you want to use "system off" mode?

    The system will reset and start running when you insert the battery.

    Perhaps instead of the dev board you should look at something like a Ruuvi Sensor tag

    I think it already does what you need   see ruuvi.com

    less expensive, comes in a water resistant enclosure and includes accelerometer and movement counter.

  • i want the system to work like when i put battery into it initially it is in off mode so that least power consumption occurs.

    actually when i used system off mode i was i able to get 0.34 micro amp current and then when press a button i am able to wake it and start advertising. 

    but the user wants that it should advertise without any button press and maintain minimum consumption of current.

  • I do not understand 

    1) why do you want system off when battery can last maybe 2 years?

    2) After inserting battery,  what would cause system to come back on ?

  • 1). can you tell what is the current consumption in system on and system off modes so that it will helpful fo me to select which mode

    2). currently my device i have used system off mode which gives 0.3 micro amp current with nrf52832, i am waking ut using button press which puts it in advertising mode.

    3). is there a way that wake from system on or system off without any button press ?

  • 1) I cannot tell you "total system" current consumption since it depends on what other devices you have enabled. System off will be much less.

    2) You said you do not want to use button push. 

    3a) There are many ways to RESUME processing if the system is in "system on" sleep without external stimuli .

    3b)There are only a few ways to RESTART from system off all of which require external stimuli.

    A) You need to stop focusing on micro amps.

    B) You need to read the tutorial you referred to in your original post.

    Please re read all the posts here and the tutorial before posting another question.

Reply
  • 1) I cannot tell you "total system" current consumption since it depends on what other devices you have enabled. System off will be much less.

    2) You said you do not want to use button push. 

    3a) There are many ways to RESUME processing if the system is in "system on" sleep without external stimuli .

    3b)There are only a few ways to RESTART from system off all of which require external stimuli.

    A) You need to stop focusing on micro amps.

    B) You need to read the tutorial you referred to in your original post.

    Please re read all the posts here and the tutorial before posting another question.

Children
No Data
Related