Search results

  1. D

    Serial Monitor outside of Arduino

    Thanks guys, I guess more specifically I'm trying to print debug messages during the initialization of Audio Library objects. I can't start the Arduino serial monitor fast enough after loading my project to catch these initial messages. Also, it would be nice to be able to print and monitor...
  2. D

    Serial Monitor outside of Arduino

    Is there an easy way to monitor the serial debug messages on a Teensy 3.1 outside of Arduino? I'm trying to print debug messages inside of the a Audio library and I'm not having any luck with Arduino's built in Serial Monitor app.
  3. D

    Teensy 3.0 Project Template

    Follow dhylands' tips above to build for teensy 3.1 To build on Mac OS X just copy "/Applications/Arduino.app/Contents/Resources/Java/hardware/tools" into the template folder to get the correct binaries. Of course you'll need to make sure Arduino & Teensyduino are installed first. You can omit...
  4. D

    Teensy 3.1 without arduino IDE

    Bump. Any ideas guys?
  5. D

    Teensy 3.1 without arduino IDE

    Thanks Steve, very helpful tips. I have a teensy 3.1 project building outside of Arduino with the 3.0 makefile edited for the 3.1's arm. Things seem to be compiling and working fine. Where i'm running into a snag is in trying to integrate the Audio Library and using the Audio Shield. I can...
Back
Top