Search results

  1. M

    Digital Output Pin high Voltage tolerance

    yeah, basically this is a "soft power button". when the user presses the button the converter will start up and power the teensy. From that moment onwards (after the user releases the button again) the teensy will controll the EN pin. After a certain idle time the teensy will pull the EN pin low...
  2. M

    Digital Output Pin high Voltage tolerance

    wouldn't it only do that if the switch is closed? if so that would be perfectly fine. As long as the switch is closed, the EN pin is high anyway. only when the switch is open i want teensy to be able to control the EN pin.
  3. M

    Digital Output Pin high Voltage tolerance

    Yes, because, usually the EN pin is just tied to VIN of the Buck Converter (according to the typical application in the datasheet). Schematic of the Diode in between pin and EN:
  4. M

    Digital Output Pin high Voltage tolerance

    oh, yes, I didn't think about that configuration. That would mean a Zener parallel to the pull down resistor and current limiting resistor between 12v (or the switch) and the zener? But I am still curious about a (normal) diode between the teensy pin and the 12v supply. Wouldn't that prevent...
  5. M

    Digital Output Pin high Voltage tolerance

    Sorry, for not mentioning that earlier, but the supply voltage can vary from 4 to 12 volts. Thats why a voltage divider does not work well (it might just work for 4v as well, if I use exactly the right values, but it seems a bit tight).
  6. M

    Digital Output Pin high Voltage tolerance

    HI, For my Project I want my Teensy to be able to switch the power off completely (switched on again by a button press). For this I am using the Enable pin of a buck converter which goes high when the user presses the button and then powers the teensy. As soon as the teensy is started it sets...
  7. M

    More hilarity re: creating a TXCO

    @constantin: Would you mind sharing the code that you used for you calibration? I am tring to do a similar thing...
Back
Top