Search results

  1. I

    QSPI PSRAM for Teensy 4.0?

    The lovely little PSRAM chips that PJRC sells support QSPI and SPI. From staring at high-res photos of the Teensy 4.1 like they're wired up with QSPI on the 4.1, but on the audio board only the SPI pins are connected. And the pinout diagrams for the 4.0 and 4.1 only list regular SPI pins as...
  2. I

    Publishing new audio objects as a library?

    I've been working on a pitch shifting audio object for one of my projects. I have it using about 66% of the CPU on Teensy 4 with pretty high quality. I was thinking that it might be useful to others. What's the best way to publish it? Just a GitHub repo? Can I publish it to the normal Arduino...
  3. I

    UnoWS2811? DuoWS2811?

    Nah, I didn't need to use any other pins so I just left some unused.
  4. I

    Teensy 3 won't enumerate on USB

    Aha! I can reprogram it from the loader. I thought it was dead to the world, but I can push the blinky program to it. Thanks for the suggestion. I'm running the LEDs and the teensy off a car battery. I'm running the teensy off a usb-car-charger hacked into the 12v supply in the worst way :) My...
  5. I

    Teensy 3 won't enumerate on USB

    For the second time a teensy 3 now refuses to show up on USB. When I plug it into my Linux box I get: Aug 23 18:47:02 tp kernel: [52030.025231] usb 3-1: new full-speed USB device number 58 using xhci_hcd Aug 23 18:47:02 tp kernel: [52030.025437] usb 3-1: Device not responding to set address. Aug...
  6. I

    UnoWS2811? DuoWS2811?

    Yeah - I definitely want to use the DMA approach. Thanks! Ian
  7. I

    UnoWS2811? DuoWS2811?

    Hi friends (mostly hi Paul), I'm using OctoWS2811 to drive a single (though perhaps I'll want two) strip of WS2811s controlling LEDs. Is there a way to modify the library to only try to control 1 or 2 strips instead of all 8? I read through the source and it didn't seem obvious. The pins...
  8. I

    Debugging OctoWS2811

    Hi, I've got a Teensy 3 and some WS2811 based strips. I'm having trouble getting them to reliably update. Is there a good way to start debugging the problem? Ian
Back
Top