- 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.
- R語言數據分析從入門到精通
- R語言經典實例(原書第2版)
- 深入淺出Electron:原理、工程與實踐
- Learning Informatica PowerCenter 10.x(Second Edition)
- Swift 3 New Features
- 薛定宇教授大講堂(卷Ⅳ):MATLAB最優化計算
- C/C++常用算法手冊(第3版)
- Learn Scala Programming
- Julia Cookbook
- Visual C#.NET程序設計
- PHP+MySQL+Dreamweaver動態網站開發從入門到精通(第3版)
- Clean Code in C#
- Managing Microsoft Hybrid Clouds
- MySQL 8從零開始學(視頻教學版)
- SQL Server 2012 數據庫應用教程(第3版)