- Arduino Electronics Blueprints
- Don Wilcher
- 235字
- 2021-07-16 13:48:41
Chapter 1. A Sound Effects Machine
Arduino is a wonderful rapid prototyping platform capable of making a variety of electronic tools, gadgets, and instruments. The fascination with Arduino has grown to the point where makers are creating devices to educate, entertain, and provide new creative tools for inpiduals interested in science or technology. Some of the electronic devices that can be built with Arduino include DC motor controllers, musical instruments, robots, and smart toys.
In addition to the devices listed, Arduino can be used to create unique sounds as well. There are several programming techniques used to create sounds using Arduino. For example, the Arduino tone
library can be used to create a variety of unusual sounds by varying the pitch, frequency, and duration of a pulse width modulated signal. Another approach is to use the recorded sound WAV files stored on an SD card. Arduino can select these files using an SD card software library, thereby allowing the recorded sounds to be heard through a small signal transistor amplifier. In this chapter, we will explore how to build a sound effects machine capable of playing a variety of sounds recorded on an SD card. Also, a discussion on small signal transistor amplifiers and Serial Peripheral Interface (SPI) communication will be reviewed with the project. A modification project allowing the sounds to be played randomly will be discussed in this chapter as well.
- 程序員面試筆試寶典(第3版)
- Mastering ServiceStack
- JavaScript 從入門到項目實踐(超值版)
- The DevOps 2.4 Toolkit
- Tableau 10 Bootcamp
- .NET Standard 2.0 Cookbook
- Visual Basic程序設計(第三版)
- Machine Learning for OpenCV
- Learning Kotlin by building Android Applications
- R的極客理想:量化投資篇
- 例解Python:Python編程快速入門踐行指南
- Puppet 5 Beginner's Guide(Third Edition)
- iOS Development with Xamarin Cookbook
- HTML5 Canvas核心技術:圖形、動畫與游戲開發
- Scala實用指南