- Arduino Electronics Blueprints
- Don Wilcher
- 270字
- 2021-07-16 13:48:44
Summary
In this chapter, a programmable motor controller was built by using an Arduino, AND gate, and transistor motor driver. The fundamentals of digital electronics, which include the concepts of Boolean logic expressions and truth tables were explained in the chapter. The AND gate is not able to control a small DC motor because of the high amount of current that is needed to operate it properly. PMOSFET (IRF521) is able to operate a small DC motor because of its high current sourcing capability. The circuit that is used to wire a transistor to a small DC motor is called a transistor DC motor driver. The DC motor can be turned on or off by using the LCD cursor selection feature of the programmable DC motor controller.
In Chapter 3, Talking Logic Probe, we will have a discussion on how to make an electronic tester that gives an output of the binary state (high or low) of a digital logic gate circuit by using a programmable text-to-speech module. EMIC 2, a programmable text-to-speech module will be introduced in this chapter. In addition to the EMIC 2 programmable text-to-speech module, the following hands-on activities will be presented:
- Installing EMIC 2 library to your Arduino sketch (code)
- How to use the EMIC 2 Arduino commands
- Wiring the EMIC 2 programmable text-to-speech module to an Arduino
- Adding a small transistor amplifier circuit for speech output
- How to use the talking logic probe to test a digital logic gate circuit
Mini lab testing procedures, an explanation of the Arduino code, and the final project assembly will be provided and discussed in the next chapter.
- ASP.NET Core:Cloud-ready,Enterprise Web Application Development
- Learn Blockchain Programming with JavaScript
- 新一代通用視頻編碼H.266/VVC:原理、標準與實現
- Mastering Entity Framework
- Responsive Web Design with HTML5 and CSS3
- 數據結構簡明教程(第2版)微課版
- Data Analysis with IBM SPSS Statistics
- Learning Neo4j 3.x(Second Edition)
- 嚴密系統設計:方法、趨勢與挑戰
- Scientific Computing with Scala
- Linux:Embedded Development
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Django 3.0入門與實踐
- Clojure for Machine Learning
- Flink技術內幕:架構設計與實現原理