Search results

  1. K

    Bootloader but no Teensy as Serial Device

    So I've finally had some time to try a few other things. I still can't get anything other than the bootloader to show up as an available port, even using raw HID and All of the Above options in Arduino. When anything other than serial is selected, there is an emulated serial port. Opening a...
  2. K

    Bootloader but no Teensy as Serial Device

    Hello all, I apologize if this has been asked and answered, I couldn't find another post asking this specific question. I have a custom T3.6 UAV flight computer, and have been flying a few of them for about a year. I am trying to revive another board I have that I've never been able to bring to...
  3. K

    Custom Teensy 3.6/2.0 Board Feedback

    Hello all, I've been working on a board that runs two MK66s and an ATMEGA32U4, with schematics based off the Teensy 3.6 and 2.0 respectively. On the first revision of the board the 32U4 worked great, but neither of the MK66s were showing up as available over USB. I noticed that I never...
  4. K

    Controlling Multiple Servos with Teensy 3.6

    Hello all, I've been working on a project for a while that uses a Teensy 3.6 to control four micro servos. See the code below for how I'm driving them, but I'm using the Servo library. When driving one servo at a time, it usually works fine (keyword usually), but sometimes when writing to...
Back
Top