Forum Rule: Always post complete source code & details to reproduce any issue!

Search:

Type: Posts; User: kramer

Search: Search took 0.00 seconds.

  1. Replies
    12
    Views
    2,541

    I have just been experimenting with the DACs...

    I have just been experimenting with the DACs myself the past few days. You can certainly get an audible signal straight out of them, but it won't be strong.

    If you add:...
  2. Replies
    16
    Views
    3,318

    That's good advice, thanks.

    That's good advice, thanks.
  3. Replies
    16
    Views
    3,318

    Guys, thank you so much. Both Paul and...

    Guys, thank you so much.

    Both Paul and defragster's programs show that both my DACs are still functional and working as expected. It was just the missing AudioMemory line (which was silly, as I...
  4. Replies
    16
    Views
    3,318

    You guys are going to laugh at me... I found out...

    You guys are going to laugh at me... I found out that red LED I had was one of those self-blinking ones - hence why the frequency was stuck!

    I took defragster's advice and wired the dac0 and dac1...
  5. Replies
    16
    Views
    3,318

    Here is a photo of the same: 16051

    Here is a photo of the same:

    16051
  6. Replies
    16
    Views
    3,318

    Sighs... well that sucks... and raises a few...

    Sighs... well that sucks... and raises a few questions:

    1) If I decided to use the Audio shield, would it still function with the blown DAC on the Teensy?

    2) Could I repurpose some of the...
  7. Replies
    16
    Views
    3,318

    Okay, well that's really weird then, cos I have...

    Okay, well that's really weird then, cos I have the exact code above. Here's a video showing my wiring and the flash frequency, just in case I'm doing something wrong there:

    ...
  8. Replies
    16
    Views
    3,318

    Thanks for the reply. I made that change, but it...

    Thanks for the reply. I made that change, but it has no effect:


    void setup() {
    AudioMemory(20);
    sine1.amplitude(1.0);
    sine1.frequency(5); // -- this does nothing
    }
  9. Replies
    16
    Views
    3,318

    Teensy 3.6 Sine -> DAC cannot change frequency

    I have started experimenting with the Audio library. My experiment is to connect a very low frequency sine wave to the DAC0 and "listen" to it on a breadboard with an LED (ie: the LED blinks in time...
  10. Thanks for the response, Michael. Turns out I...

    Thanks for the response, Michael.

    Turns out I was using a bad USB cable. Grabbed another and it works correctly and I can upload my own programs now.
  11. I restarted and it gets further this time. It...

    I restarted and it gets further this time. It compiles successfully:

    Opening Teensy Loader...
    Sketch uses 10716 bytes (1%) of program storage space. Maximum is 1048576 bytes.
    Global variables...
  12. I bought a Teensy today and can't get it working

    Teensy 3.6 arrived this afternoon. I've never used one before, nor Arduino or any other such thing. I am a coder though, so I'm not completely clueless. Anyway:

    - Plugged the little guy in, got...
Results 1 to 12 of 12