Search results

  1. J

    Teensyduino 1.26 Beta #2 Available

    Thanks! One minor issue: the Windows installer won't let me choose individual libraries. I can click All or None, but it will not let me check or uncheck any items. Clicking None, then clicking an item checks them all.
  2. J

    Maker Faire 2015 at San Mateo

    It was great to meet and talk with you, Paul!
  3. J

    Crash calling RTC.read using DS1307RTC Library and Teensyduino 1.21 (but not 1.20)

    Not that I can find, they're all %d, %0d, etc. Now that it's working in optimized mode, I'm not terribly concerned with it. I'll try not to waste any more of your time. :) Thanks!
  4. J

    Crash calling RTC.read using DS1307RTC Library and Teensyduino 1.21 (but not 1.20)

    Yeah, the ReadTest example from the DS1307RTC library works fine. I've narrowed it down to the CPU Speed setting. It works fine now when set to '96 MHz optimized (overclock)', but hangs when set to '96 MHz (overclock)'. Thank you both for your responses and help.
  5. J

    Crash calling RTC.read using DS1307RTC Library and Teensyduino 1.21 (but not 1.20)

    Sorry, correction: using hour(), minute(), etc, just delayed the crash. Looks like the Time library waits five minutes before syncing with the RTC. It froze when it finally did sync.
  6. J

    Crash calling RTC.read using DS1307RTC Library and Teensyduino 1.21 (but not 1.20)

    First, thank you for all of your hard work. I've used Teensy 3.1, Teensyduino, and many of your libraries in a few projects and have been very happy with them. I've switched the Aurora project for the SmartMatrix display from Teensyduino 1.20 to 1.21 and everything works great except it...
  7. J

    Arduino 1.6.0 - any plans to support it?

    Can't tell if this is a Teensyduino or FastLED problem. Compiles fine with the slightly older FastLED 3.1 version shipping with TD 1.21 beta 12, but not with latest from 3.1 branch on github: https://github.com/FastLED/FastLED/issues/143
  8. J

    Teensyduino 1.20 Release Candidate #6 Available

    Everything (SD, IR, Audio, FFT, etc) is working fine for me, thanks!
Back
Top