Search results

  1. M

    Teensy 3.1 PWM frequency?

    Sadly I need all 12 of the PWM pins, so can't get by with just the one. I'll be sure to post this project when it's done - it should be quite cool :)
  2. M

    Teensy 3.1 PWM frequency?

    Jeez, how did I miss that! Cheers :)
  3. M

    Oscilloscope and Function Generator Using Teensy 3.1

    For the function generator you could use the 12bit DAC, but you only have 1 pin that can do that. You could also filter PWM output but it wouldn't be ideal. The oscilloscope may be more difficult - pushing data to an LCD takes a lot of cycles, but interrupts would help you out heaps here. You'd...
  4. M

    logic levels

    If your parts register 3.3v as HIGH, no redesign necessary! Use all your old parts :)
  5. M

    Teensy 3.1 PWM frequency?

    I'm making a project where it's important to have relatively stable voltage instead of the usual PWM wave, and all the wonderful resources are quick to inform me that it's a simple low pass filter. The only problem with that is I've got no clue what the frequency of the Cortex PWM is! It's clear...
Back
Top