Search results

  1. D

    (PS2 Protocol) PS2 mouse movement packet bad/odd data, multiple mice

    I'm having the the same problem and haven't been able to figure it out. But I tried the exact same on an Arduino Uno and didn't have the issue anymore. But I'd like to use a Teensy for my project. Does anyone have any ideas what I could try? Thanks.
  2. D

    Arduino crashes in SerialBoardsLister upon startup after teensy install

    I'm having the same issue with Teensyduino 1.2.9 on Arduino 1.6.9.
  3. D

    Teensy Low Voltage Operation?

    The datasheets for the MKL26Z64VFT4 (Teensy LC processor) and the MK20DX256VLH7 (Teensy 3.1/3.2 processor) and also the MKL02Z32VFG4 (on the LC and 3.2) all list an operating voltage of 1.71 to 3.6 V. Does that mean that the Teensy LC and 3.2 could work with voltages down to 1.71V? The...
  4. D

    Use USB mouse mode to drag?

    Anyone know how to solve these issues? I'd appreciate any ideas to try as well. Thanks.
  5. D

    Use USB mouse mode to drag?

    I'm using my Teensy 3.1 to control the mouse on my computer. Everything works except for dragging. When I call Mouse.move(), it seems to reset the mouse button state and just move the mouse. Is there anything else I can do? Thanks. Also, a slightly related question - I might use a Teensy...
  6. D

    Problem with ILI9341_t3 in Teensyduino 1.22

    Thanks for your replies. It didn't work, but I installed Arduino 1.6.3 and it works now.
  7. D

    Problem with ILI9341_t3 in Teensyduino 1.22

    I just upgraded to Arduino 1.06 and Teensyduino 1.22 from Arduino 1.05 and Teensyduino 1.20 which required uninstalling Arduino first. I had a sketch written which uses the ILI9341_t3 library which compiled and worked fine with Arduino 1.05 and Teensyduino 1.20. Now that I installed the new...
  8. D

    Problem with Teensy Audio library without the audio shield

    I finally was able to make it work. The problem was that I was using the 72Mhz clock speed, but when I lowered it to 48Mhz it started working. Is there some reason that shouldn't work or is that a limitation of the audio library? I also had one other question. Is there any way to use the audio...
  9. D

    Problem with Teensy Audio library without the audio shield

    I'm sure it was the right COM port, I had debugging messages which came through. Anything else you can think of? Is it possible my Teensy is damaged?
  10. D

    Problem with Teensy Audio library without the audio shield

    I have the one that comes with Teensyduino 1.20. Is that the latest version? Also, I noticed I didn't put a Serial.begin(). What's the default baud rate?
  11. D

    Problem with Teensy Audio library without the audio shield

    I'm trying to use the audio library to do a FFT on the input signal. I'm following the example, except I modified it to read from the ADC instead of the audio shied and also to print all the bins instead of just 40, but it's not working. The AudioAnalyzeFFT256's available() function never...
  12. D

    Teensy 3.1 SketchUp model

    Thanks for doing this. However, when I opened it in Sketchup 2014, it showed up in meters instead of millimeters. I changed it to millimeters and am attaching it here.
  13. D

    Teensy 3.1 mouse resets to center of screen.

    Is there a way around this using raw HID mode? Or is that a lot more complicated? Also, Paul, any idea when a fix might be released? Thanks.
Back
Top