- Arduino for Secret Agents
- Marco Schwartz
- 122字
- 2021-08-05 16:40:24
Chapter 2. Creating a Spy Microphone
In this chapter, we are going to build a very useful device for any secret agent: a spy microphone. The project will be based on Arduino, with a simple amplified microphone and an SD card.
The following are the steps that we are going to take to build this project:
- We will see how to configure the project in order to make sure that it is recording for a given amount of time that can be configured by the user
- Then, the recorded audio file will be written on the SD card and be accessible from any computer
- Before doing that, we will test all the components of the project individually
Let's dive in!
推薦閱讀
- Learn ECMAScript(Second Edition)
- Node.js Design Patterns
- 軟件測試工程師面試秘籍
- Python漫游數(shù)學(xué)王國:高等數(shù)學(xué)、線性代數(shù)、數(shù)理統(tǒng)計及運籌學(xué)
- Serverless架構(gòu)
- Mastering Akka
- 鴻蒙OS應(yīng)用編程實戰(zhàn)
- JavaScript+jQuery網(wǎng)頁特效設(shè)計任務(wù)驅(qū)動教程
- 平面設(shè)計經(jīng)典案例教程:CorelDRAW X6
- Distributed Computing in Java 9
- 分布式架構(gòu)原理與實踐
- Dart:Scalable Application Development
- Implementing DevOps with Ansible 2
- Netty 4核心原理與手寫RPC框架實戰(zhàn)
- 谷歌JAX深度學(xué)習(xí)從零開始學(xué)