Recent content by KailoWren

  1. K

    Issues using an E-paper display after waking Teensy 4.1 from sleep

    Hi there, I am working on a simple project that handles very basic event logging. We want this device to do the following: Update an attached E-paper display with status (up or down) and the time stamp from the RTC. (Working when device is first programmed.) Go to deep sleep after a set...
  2. K

    Teensy 4.1 sleep support?

    That did it! Now to press forward and see if I can make it work with the rest of the code. :) Thanks!!
  3. K

    Teensy 4.1 sleep support?

    Thanks for the fast reply; I'm running Teensyduino 1.57. I'll go through the referenced examples tomorrow and see if something sticks. I might try a different device to see if maybe I have a defective one here.
  4. K

    Teensy 4.1 sleep support?

    I'm working on a project that requires running a Teensy 4.1 in low-power mode with the ability to wake it up. However, it appears that any example code I attempt to load on the device that uses <Snooze.h> prevents the Teensy 4.1 from functioning. In fact, just adding the line "#include...
Back
Top