Giter Club home page Giter Club logo

Comments (1)

nullboundary avatar nullboundary commented on August 17, 2024

Hi fishBone000, sorry for the slow response. I don't recall all of the details right now (its been awhile since I have worked with sleep mode on the arduino). However I do know some of the sleep modes disable the timer that millis() depends on. The Sleep_n0m1 library uses the watchdog timer to wake itself up, but the millis function uses a different timer which disabled in some sleep modes so it won't count correctly. The idleMode is different because that one doesn't disable timers and so doesn't save much power. Also the first loop is always 7 seconds because the way the library works is it uses the first loop to calibrate the sleep times. So it only does idleMode sleep on the first cycle (and every 100th cycle) while calibrating regardless of what mode you set it in. After its finished calibrating in the first cycle it will switch to the sleep mode you set. I think if you use a stop watch on your phone or something you will see that it should be keeping a 7 second time cycle for all loops with any sleep mode. Just the millis display is wrong. I hope that helps!

from sleep_n0m1.

Related Issues (17)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.