TrialAndError
New member
Hi,
I want to use the Teensy 3.1 module to measure a voltage of maximum 2,8 volts, but want to make sure that the Inputs are secured against overvoltage.
I have to Monitor the voltage output of a device that Returns distance Information as voltage. The voltage range that should be monitored is 0-2,8v.
A voltage over 2,8v should not usually occur, but the readings could be as high as 10v if something goes wrong.
All values above 2,8v can be read as 2,8v or any other voltage, but the voltage range up to 2,8v should be quite accurate (so internal reference voltage should be used).
Reading other forums I got Information on atmel uCs and something that I could come up with was the a 3:2 voltage divider used in conjunction with the internal 2,048 voltage reference clamped with a zener Diode and a series resistor to limit the current.
However I have no clue whether that would be a good solution for the teensy 3.1 module or what internal protection is present in the device.
Beside that I'm no electronics Genius, but a programmer, so I'm not quite sure of the schematic that would achieve that...
i would really appreciate if someone could Point me in the right direction...
I want to use the Teensy 3.1 module to measure a voltage of maximum 2,8 volts, but want to make sure that the Inputs are secured against overvoltage.
I have to Monitor the voltage output of a device that Returns distance Information as voltage. The voltage range that should be monitored is 0-2,8v.
A voltage over 2,8v should not usually occur, but the readings could be as high as 10v if something goes wrong.
All values above 2,8v can be read as 2,8v or any other voltage, but the voltage range up to 2,8v should be quite accurate (so internal reference voltage should be used).
Reading other forums I got Information on atmel uCs and something that I could come up with was the a 3:2 voltage divider used in conjunction with the internal 2,048 voltage reference clamped with a zener Diode and a series resistor to limit the current.
However I have no clue whether that would be a good solution for the teensy 3.1 module or what internal protection is present in the device.
Beside that I'm no electronics Genius, but a programmer, so I'm not quite sure of the schematic that would achieve that...
i would really appreciate if someone could Point me in the right direction...