I bought 5 off these off of ebay, I was looking for a simple case of, feed the analogue voltage signal in, 1v, 2v, 4v, 5v, etc, and simply have two states, high or low, so in my head I had this
Voltage DC In > Voltage DC 5v High, Voltage 0v LOW.
So the best i could find on ebay was the 74HC14 7414 IC CMOS 14 PIN HEX SCHMITT TRIGGER INVERTER.
Nor is the voltage threshold of when High becomes high and Low becomes Low (what voltage? is that depending on Voltage in?) - anyway I got 5 of these i'm expecting any moment
could i simply feed it into 1 logic gate, get the inverted signal, and feed that into a 2nd gate, giving me a nice Schmitt Trigger ?
I am not sure what you are trying to do but there is no advantage in pitting two gates in seriese. The threshold is arround 2.4V from memory with a 0.5V or so hysteresis.
If you want a variable threshold then use a comparator like an LM399.
you answered half my question, inbuilt set voltages (cool, perfect thanks)
I want to feed a voltage in > 1v = low 5v = high.
but this is a Hex Inverted, if i feed in 1v, i'll get a High, i want a Low, so i'm asking would it be perfectly legit to simply feed it back in and get a low from 1V and a high from 5v
1v in > out (high as it's inverted) > back in ....in out > LOW
using 2 logic gates out of the 4 to get a schmitt trigger LOW/HIGH without an inverted signal.
No arduino, i bought a selection of logic chips, just to get a better understanding of logic gates and well computers in general, building 1 bit storage registers using flip flops, how to convert an analouge into a digital signal etc etc... it's just fun right now
I have several flip flops (d type), and soon some and/or/nand (only one that are schmitt triggered) gates and I hope to create myself 8 bits of memory out of pure logic gates and use Arduino to retrieve / store
i'm a long way but you have to start somewhere lol