Search results

  1. M

    Teensy 4.1 and Encoder library

    Will the encoder library be updated to work with the Teensy 4.1? It works with 3.2 and 3.6 but I get this error when compiling for 4.1 encoder.pin1_register = PIN_TO_BASEREG(pin1); ^ C:\Users\******\Documents\Arduino\libraries\Encoder/Encoder.h:84:25: error...
  2. M

    Teensy 3.6 and external power: recap

    We solved it with hardware.
  3. M

    Upverter

    I love upverter. Very easy to learn and use. I also don’t mind paying the $29 to have complex parts made. My biggest concern is it being cloud software. It would suck if they decided to close the product down.
  4. M

    Attach a Teensy onto a PCB vs raw chips - production?

    I think you're right and I appreciate the feedback. It's so much easier and more reliable for us to just plug in the premade teensy 3.6
  5. M

    Attach a Teensy onto a PCB vs raw chips - production?

    I’ve done both custom teensy boards and made boards that the premade teensy plugs into. I feel the custom board looks better and more professional, but plugging in a premade teensy is quicker and easier and fits into our business model better. My question is... if these are going into an...
  6. M

    Hardware Quadrature Code for Teensy 3.x

    Is there any way to set 2x or 1x mode when using the Encoder library? I’d like to reduce the amount of times the interrupts are triggered and would be okay with resolution being lowered. Thanks
  7. M

    Teensy 3.6 and external power: recap

    What capacitor value and where is it being connected to on the 3.6? I have a slow rising power supply and it's causing me issues. Thanks
  8. M

    Encoder Library Turn Interrupt on and off

    Thanks I appreciate it. I will give that a try.
  9. M

    Encoder Library Turn Interrupt on and off

    Sorry I should've specified. Arduino Uno and Teensy 3.6 Thanks
  10. M

    Encoder Library Turn Interrupt on and off

    Is it possible to turn the interrupt for the encoder library on and off so any encoder movements that happen when I don't care to read them don't slow my loop down? My program uses switch... case statements so it would be easy for me to target when and where to shut off the interrupt and turn...
  11. M

    Powering Teensy 3.6 with 3.3V?

    I had this problem with using a custom Teensy 3.2 that was powered by it's own power supply. Via USB it powered fine but without USB it wouldn't boot up. Putting a .1 capacitor between reset and ground on the bootloader chip fixed it. Thanks everyone
  12. M

    Custom Teensy 3.2 power issue when USB is not used

    Nevermind. I found my own error.
Back
Top