Giter Club home page Giter Club logo

Comments (8)

duff2013 avatar duff2013 commented on September 27, 2024

Do you have the latest version of Snooze? I have tested the digital wake-ups before for you on the LC and they worked fine for all sleep types i.e.. sleep, deepSleep and hibernate. I'm not sure why yours is not working, what other code and hardware do you have hooked up to the LC? I need to know the details to trouble shoot this.

from snooze.

duff2013 avatar duff2013 commented on September 27, 2024

F.Y.I you got me looking for any bugs in the digital pin driver code and I did find one small one that might effect the LC. While I did test that driver with my LC and it did work I didn't try with all pins so maybe there could be certain pins effected with this bug. I don't have an LC with me now but I went ahead and updated this library.

from snooze.

MarcianoPreciado avatar MarcianoPreciado commented on September 27, 2024

I ran the example sketch and nothing more. Yes, it was the most recent version, and on a bare-bones teensy LC straight out of the packaging.

from snooze.

duff2013 avatar duff2013 commented on September 27, 2024

I don't know, digital wakeups for sleep work just fine with the LC's I have. You ae pulling the wakeup pins to ground to wake right? The example uses Pull-Ups.

from snooze.

darianbjohnson avatar darianbjohnson commented on September 27, 2024

@MarcianoPreciado did you ever figure out why this wasn't working for you? I'm having the same problem with my "straight out of the bag" Teensy LC

from snooze.

MarcianoPreciado avatar MarcianoPreciado commented on September 27, 2024

I believe my issue was that I wasn't configuring my pins correctly. They needed to be INPUT_PULLDOWN

from snooze.

MarcianoPreciado avatar MarcianoPreciado commented on September 27, 2024

I'll check my old code to check.

from snooze.

MarcianoPreciado avatar MarcianoPreciado commented on September 27, 2024

_digital.pinMode(_ackBtn, INPUT_PULLUP, RISING);

from snooze.

Related Issues (20)

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.