Navigation

    Welcome to the Pycom forum

    Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    1. Home
    2. Tags
    3. deepsleep
    Log in to post

    • J

      Use of RTC with XTAL and deepsleep
      Discussion • deepsleep rtc power saving xtal32 • • Jardar  

      6
      0
      Votes
      6
      Posts
      1572
      Views

      T

      @robert-hh I have the same impression. I had a 15 minutes deep sleep cycle running the night and the time was ~4 minutes off in the morning.
    • T

      Using LoRaWAN and deepsleep
      LoPy • lora deepsleep • • tuftec  

      1
      0
      Votes
      1
      Posts
      544
      Views

      No one has replied

    • H

      deep sleep lopy pysense
      LoPy • lopy pysense pymakr deepsleep • • han  

      4
      0
      Votes
      4
      Posts
      1075
      Views

      H

      @jmarcelino I use a Lopy direct on the KPN LoRa network. What should it be in place of this part of code?
    • R

      Disable DC-DC 3.3v
      WiPy 2&3 • deepsleep sd card dc-dc current drain • • Roqueton  

      5
      0
      Votes
      5
      Posts
      1118
      Views

      G

      @livius Agreed. I was going to use an SD Card to store config, state and logs, but now my device is no longer low power... Seems a bit off when you can switch all (that I know of) bit off.
    • B

      General LoPy + Pytrack Sleep Questions
      LoPy • lopy pytrack deepsleep python sleep • • Burgeh  

      1
      0
      Votes
      1
      Posts
      749
      Views

      No one has replied

    • L

      lora.nvram example needed
      LoPy • deepsleep lopy lorawan nvram lopy nvram • • luc hanneuse  

      8
      0
      Votes
      8
      Posts
      2449
      Views

      G

      I know this is an old post but for me this is still an issue. Any may of learning more about the specifics would be very much appreciated e.g what does pycom.nvs_get(key) return? Should I see somthing in the REPL? Example: >>> lora.nvram_save() >>> l= pycom.nvs_get('lora') >>> print(l) None Am I going about this in completely the wrong way?
    • D

      deepsleep maximum time
      LoPy • deepsleep • • dhk111  

      22
      1
      Votes
      22
      Posts
      6279
      Views

      seb

      @jcaron Sorry, yes you are correct, looks like I need a stronger morning coffee! @combaindeft The Pytrack has the same functionality as the deepsleep shield built in, the example code should be very similar and can be found here: https://docs.pycom.io/chapter/pytrackpysense/apireference/sleep.html
    • Thosch42

      Guru Meditation Error right after go_to_sleep()
      LoPy • lopy deepsleep guru meditation shield • • Thosch42  

      5
      0
      Votes
      5
      Posts
      1430
      Views

      Thosch42

      @seb Yep! That fixed it. Thanks! Cheers, Thomas
    • C

      LoPy 4 - Current consumption and Deep Sleep
      LoPy • lopy lopy4 deepsleep consumption current • • cduplouy  

      23
      0
      Votes
      23
      Posts
      10458
      Views

      C

      @cduplouy I am also getting around 15mA during deepsleep. I tried with 3.3v and 3.7v using resistor but then it is not sufficient power for the pycom to run.
    • EndoMonkey

      Deepsleep wake reason crashes board when on battery power
      LoPy • lopy deepsleep crash latest firmware • • EndoMonkey  

      1
      1
      Votes
      1
      Posts
      730
      Views

      No one has replied

    • F

      When is the Deep Sleep Shield required?
      Announcements & News • lopy deepsleep deep sleep deepsleep fipy ultra low power • • Fred  

      3
      0
      Votes
      3
      Posts
      1485
      Views

      I

      @fred said in When is the Deep Sleep Shield required?: Ultra Low Power mode is available on the devices straight out of the box. It's probably also worth mentioning that it doesn't work...
    • T

      18mA deepsleep
      LoPy • deepsleep • • theozed  

      4
      0
      Votes
      4
      Posts
      1197
      Views

      seb

      Yes they are, just email sales@pycom.io and they'll sort you out
    • iber

      Deepsleep with Lopy4 on expansionboard
      Comments & Feedback • lopy4 expansion board deepsleep • • iber  

      4
      0
      Votes
      4
      Posts
      1209
      Views

      livius

      @iber Just for the info if you need some details https://forum.pycom.io/topic/1022/root-causes-of-high-deep-sleep-current
    • R

      Wipy3. Pin.hold during deepsleep
      Discussion • deepsleep wipy 3.0 pin.hold • • Roqueton  

      1
      0
      Votes
      1
      Posts
      622
      Views

      No one has replied

    • G

      Deep Sleep Shield
      Expansion Board • pytrack pysense deepsleep pycom deep sleep • • gruia.nichita  

      2
      0
      Votes
      2
      Posts
      982
      Views

      jmarcelino

      @gruia-nichita You don’t need the deep sleep shield on the Pysense/Pytrack, that functionality is built in.
    • S

      Deep Sleep Shield with LoPy wake timing is inconsistent
      Issues & Bugs • lopy deepsleep deep sleep sleep power saving • • shivams  

      7
      0
      Votes
      7
      Posts
      1907
      Views

      J

      You can get the wake reason using ds.get_wake_status(). I think the default is that there are no other wake-up sources configured, but you may try to disable_wake_on_fall(['P10','P17', 'P18']) and disable_wake_on_raise(['P10','P17', 'P18']) just to be sure. Full details here: https://docs.pycom.io/chapter/datasheets/boards/deepsleep/api.html
    • J

      py.get_wake_reason not working fine
      Issues & Bugs • pysense deepsleep • • JuanMa  

      1
      1
      Votes
      1
      Posts
      731
      Views

      No one has replied

    • B

      DeepSleep Still Randomly Ending
      SiPy • sipy expansion board deepsleep • • bradnz  

      6
      0
      Votes
      6
      Posts
      1775
      Views

      S

      @bradnz Exactly which version of deepsleep.py did you use? There are many commits which mention version 1.0.0 for this file. I am trying your solution, but it's not working for me on LoPy.
    • B

      Deepsleep randomly ends
      SiPy • sipy deepsleep • • bradnz  

      5
      0
      Votes
      5
      Posts
      1231
      Views

      B

      Further to this, I have found even more weird. I simply cannot get this Pycom SiPy device with a deepsleep module attached to wake every 30mins. Its so random. @crumble if I needed to fix the floating pins issue, what resistor size would you suggest, and would this be pull up or pulldown? Also what commands in the SW would I need to ensure that P17/P18 doesnt wake the module from deepsleep if I do this? (Assuming of course that these are the only two pins I need to control - P10 is used to communicate with the deepsleep module, but I dont think this needs a pullup / pulldown on my board?) Any help would be appreciated. Cheers.
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 3 / 6