#021 Schmitt Inverter
Use an Arduino to demonstrate the basic operation of 74LS14 Hex Inverter with Schmitt Trigger Inputs chip, and plot the results with Processing.
Here’s a quick video of the circuit in action:
Notes
The circuit uses a digital output pin to drive one inverter unit of the 74LS14 chip. The input and output levels are read with analog input pins, and the values is echoed to the Arduino serial port for plotting.
All unused outputs on the 74LS14 are left open circuit. Unused inputs are grounded, as is recommended to avoid unstable operation.
LEAP#090 PlotNValues (a simple Processing sketch) reads the data from the serial port and plots the input and output value over time, with some coloration effects thrown in for good measure. In other words, we’re using Arduino and Processing as a basic oscilloscope! And it kind of works, mainly because the frequency is so low.
Here’s a sample trace. The lower trace is the signal input, and the upper trace is the output of the inverter.
Compared with a simple BJT inverter, we see a much cleaner signal.