- 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.
- Objective-C Memory Management Essentials
- Visual C++程序設計學習筆記
- Java異步編程實戰
- 動手玩轉Scratch3.0編程:人工智能科創教育指南
- Java Web開發之道
- Python Deep Learning
- HTML5 and CSS3 Transition,Transformation,and Animation
- MongoDB權威指南(第3版)
- 軟件測試技術指南
- 區塊鏈技術進階與實戰(第2版)
- App Inventor少兒趣味編程動手做
- Data Science Algorithms in a Week
- 實戰Python網絡爬蟲
- Swift High Performance
- Getting Started with hapi.js