- 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.
- 精通JavaScript+jQuery:100%動態網頁設計密碼
- AIRAndroid應用開發實戰
- 軟件測試工程師面試秘籍
- 深入淺出RxJS
- 琢石成器:Windows環境下32位匯編語言程序設計
- 學Python也可以這么有趣
- 大學計算機基礎實驗指導
- 批調度與網絡問題的組合算法
- Android開發三劍客:UML、模式與測試
- Python機器學習之金融風險管理
- Fast Data Processing with Spark(Second Edition)
- INSTANT Silverlight 5 Animation
- 單片機原理及應用技術
- Oracle Database XE 11gR2 Jump Start Guide
- Getting Started with hapi.js