- 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.
- Boost程序庫(kù)完全開(kāi)發(fā)指南:深入C++”準(zhǔn)”標(biāo)準(zhǔn)庫(kù)(第5版)
- Django+Vue.js商城項(xiàng)目實(shí)戰(zhàn)
- 零起步玩轉(zhuǎn)掌控板與Mind+
- C#編程入門(mén)指南(上下冊(cè))
- R語(yǔ)言數(shù)據(jù)可視化之美:專業(yè)圖表繪制指南
- C語(yǔ)言程序設(shè)計(jì)案例式教程
- Linux Device Drivers Development
- Python數(shù)據(jù)結(jié)構(gòu)與算法(視頻教學(xué)版)
- The DevOps 2.5 Toolkit
- OpenResty完全開(kāi)發(fā)指南:構(gòu)建百萬(wàn)級(jí)別并發(fā)的Web應(yīng)用
- Go語(yǔ)言編程
- 深入淺出Go語(yǔ)言編程
- Oracle實(shí)用教程
- 程序員的成長(zhǎng)課
- INSTANT LESS CSS Preprocessor How-to