Search results

  1. P

    IntervalTimer and Audio library

    Hi. it's me again, and I'm messing up the audio library, again :) I tried to create some IntervalTimers to call functions, but it seems it messes up with the Audio interrupts and creates some glitchy noises. Well, what would be the correct way to use timed interrupts with the audio library? :)...
  2. P

    Teensy Drum Machine build

    Hey Every one! First of all id like to thank Paul (and everyone else) for the hard work on Teensy, the Audio board, and the library. From the first day I've heard about it I started dreaming of an Elenktron style drum machine based on Teensy. https://www.youtube.com/watch?v=NS1UVMhnrFA So...
  3. P

    Oscillating inputs to linear

    Hello, I know this might be very trivial DSP question, but I'm really terrible at maths. For example if I am reading a signal that is centered around 512 and is oscillating from 0 to 1024 when engaged. But I would like to get a smooth curve from 0 to 1024 showing how strong the signal is...
  4. P

    usbMIDI sendRealTime

    Hello, Is there an equivalent function for the USB MIDI like the sendRealTime() and sendSongPosition() commands of the DIN MIDI library? Thanks.
  5. P

    reset pinMode

    Hi, I've researched a bit and found out that by default all pins are set to INPUT, though that is not true, I'm trying to read resistance across a touch sensor and constantly have to switch between pin modes. If I set the pinMode to INPUT on a pin that should be floating I get a completely...
  6. P

    TouchScreen and Teensy 3?

    Hi everybody again. I would like to ask anybody who ever used those 4-pin XY resitive display sensors for some advice/notes.. http://make.larsi.org/electronics/TouchScreen/ I got the hang of switching the pins, but get really unstable readings, also if the display is not pressed the readings...
  7. P

    Encoder De-Bouncing

    Hey there, I didn't want to hijack another encoder thread as this is about slightly something else. I'm using this rotary encoder from sparkfun https://www.sparkfun.com/products/10596 and running the example code for Encoder library. But I'm getting a lot of repeated values if I twist the knob...
  8. P

    Arduino 1.0.5 + Teensy 3 + I2C = not working

    [SOLVED] Arduino 1.0.5 + Teensy 3 + I2C = not working Hey everybody I have two MCP23008 and MCP23017 chips I'm trying to run with Teensy 3. If I compile and run the code with Arduino 1.0.5 it won't work. But if I open the exactly same sketch with my older Arduino 1.0.3 install it works...
  9. P

    Multiple MIDI devices

    Hello every one! I'd like to thank every one who worked on this wonderful microcontroller! It's amazing! I've done now a couple of MIDI controllers based on Teensy++ 2 and Teensy 3, I also changed their names in usb_private.h so that they show up as different devices. But the problem is if I...
Back
Top