- Arduino Electronics Blueprints
- Don Wilcher
- 288字
- 2021-07-16 13:48:44
Chapter 3. A Talking Logic Probe
Digital circuits are electronic devices that show either high or low operating states. Other ways of describing digital circuit operating states include true or false and binary 1 or 0. A Truth Table (TT), as discussed in the previous chapter, is a graphical tool used to test the electrical operation of digital circuits by showing input data and observing their output states. The TT aids the makers building digital circuits by allowing them to inject test data into the device's input pins and observing the output states using a logic probe.
A logic probe is an electrical tester that displays input and output signals of a digital circuit using visual indicators. LEDs are typical visual indicators used to show the binary data of a digital circuit. Typical colors used to represent high and low digital data are red and green, respectively. Some variations of logic probe visual indicator may consist of a seven segment display capable of displaying the letters H or L for high or low binary data, respectively. A typical logic probe to test digital circuits is shown here:

Tip
Binary switches provide input data for digital circuits.
In this chapter, we will learn how to build a talking logic probe for testing digital circuits and devices. Also, to make the logic probe unique from the typical off-the-shelf testers, voice synthesis will be used to speak the operating conditions of digital circuits. An EMIC 2 text-to-speech (TTS) module will be used to generate the voice synthesis for the logic probe. Specific EMIC 2 TTS module operation modes will be explored in this chapter using different Arduino sketches. This chapter will also provide instructions for building the logic probe.
- Implementing VMware Horizon 7(Second Edition)
- LabVIEW 2018 虛擬儀器程序設計
- Spring Boot開發與測試實戰
- Linux C/C++服務器開發實踐
- 構建移動網站與APP:HTML 5移動開發入門與實戰(跨平臺移動開發叢書)
- C語言程序設計實訓教程
- Apache Hive Essentials
- 實用防銹油配方與制備200例
- Java Web應用開發技術與案例教程(第2版)
- ASP.NET 3.5程序設計與項目實踐
- Clojure Reactive Programming
- Visualforce Developer’s guide
- Learning AWS
- SignalR:Real-time Application Development(Second Edition)
- Mastering Bootstrap 4