Hello,
I want to recommend me a Schmitt Trigger IC for control the voltage level. For example if input voltage was lower than 4V and output be high and vice-versa also can detect changes in mV level with adjustable voltage level.
Hello,
I want to recommend me a Schmitt Trigger IC for control the voltage level. For example if input voltage was lower than 4V and output be high and vice-versa also can detect changes in mV level with adjustable voltage level.
A schmidt is a digital device - it’s output will only ever be at ( or close to ) Vss or Vdd.
And it’s (fixed) input thresholds are typically ( but not accurately) at 0.3 Vdd ( LOW) and 0.7 V Vdd ( High ).
The 74HCT14 is a common schmidt hex invertor.
A comparator ( eg a LM393) may be a better bet - but it will only deal with inputs up Vcc - 1.5v, and it’s response is a few uS. nS response requires something rather more exotic. Does it really have to be that quick?
A suitable divider chain would get your 4v threshold nto the working range.
allanhurst:
A schmidt is a digital device - it’s output will only ever be at ( or close to ) Vss or Vdd.
And it’s (fixed) input thresholds are typically ( but not accurately) at 0.3 Vdd ( LOW) and 0.7 V Vdd ( High ).
The 74HCT14 is a common schmidt hex invertor.
A comparator ( eg a LM393) may be a better bet - but it will only deal with inputs up Vcc - 1.5v, and it’s response is a few uS. nS response requires something rather more exotic. Does it really have to be that quick?
A suitable divider chain would get your 4v threshold nto the working range.
Allan
I’m using PIC12F1822 ADC for handling changes is voltage level. One of forum members told me the full conversion of this 10Bit ADC take 11.5 uS, and recommend me to use a Schmitt Trigger. I just need a component can sense changes voltage level in mV with fast response.
My reference voltage is 4V, how can I use LM393 When voltage level is lower than 4V?
That's going to mean a very high speed comparator I think. Response time depends on
the degree of overdrive, so with signals of a few mV you'll never get that speed of response
without first amplifying. Perhaps you need to think of a high frequency differential
amp followed by a hysteresis stage for mV level signals.
low noise
Huh? How can a hysteresis device be low noise? Do you mean low voltage offset or low jitter
or something like that?
Some electronics is in the class of ' pretty straightforward - prototype it on a breadboard' .
Using a LM393 with a response time of a few uS is in this class.
Some is in the 'this needs very careful design and a clever PCB layout to work at all' class .
Eg most RF stuff and offline switchmode psus are here, and so is your mV overdrive nS response comparator.