Search results

  1. V

    Teensyduino 1.59 Beta #5

    This is a timely update! I was having non-linearity issues with ADC readings with a Teensy 4.0 last week, and having searched this forum, discovered the problem with the input pin "keepers". Just to clarify, to disable the input keepers, we just use the analogRead() command as normal, with...
  2. V

    Teensy 4.1 Power Usage

    FYI... Published today by Visual Micro, a quick video on Teensy 4.1 power consumption. https://www.youtube.com/watch?v=i_pGZm4jqBc
  3. V

    Teensyduino 1.49 Released

    If I'm only using Teensy 3.2 or Teensy LC parts, (not Teensy 4, as yet!) with Arduino 1.8.10, is there any reason to upgrade from TD 1.48?
  4. V

    Teensy LC pull-up

    Follow up. When used as a serial RX, there is no need for specifying an internal pull-up. In my case D0 (RX1). ie: pinMode(0, INPUT_PULLUP) In fact, having this causes the serial RX to stop working.
  5. V

    Teensy LC pull-up

    Thank you for the answer. I'm aware of the pin direction being set when used as a serial port. It's whether the RX port was going to be left floating, or not, when D0 was being used as serial port. ie; some unexpected behavior traps in different modes. Some of the Teensy documentation is very...
  6. V

    Teensy LC pull-up

    Hi Paul Does this hold true for the Teensy LC's D0 (which I'm using as a serial receive RX1)?
  7. V

    Forum : add tapatalk support ?

    I added Tapatalk years ago to a (phpBB based) Forum I ran. Was easy to implement, and made the forum a lot more useful. Can you please consider implementing Tapatalk with this forum.
Back
Top