- Arduino for Secret Agents
- Marco Schwartz
- 167字
- 2021-08-05 16:40:22
Chapter 1. A Simple Alarm System with Arduino
I want to start this book with a simple project that any secret agent will want to have, a simple alarm system that will be activated whenever motion is detected by a sensor. This simple system is not only fun to make but will also help us to go over the basics of Arduino programming and electronics, which are the skills that we will use in this whole book.
It will basically be a simple alarm (a buzzer that makes sound, plus a red LED) combined with a motion detector. The user will also be able to stop the alarm by pressing a button.
We are going to do the following in this chapter:
- First, we are going to see what the requirements for this project are, in terms of hardware and software
- Then, we will see how to assemble the hardware parts for this project
- After that, we will configure our system using the Arduino IDE
推薦閱讀
- Embedded Linux Projects Using Yocto Project Cookbook
- Spring Cloud Alibaba核心技術(shù)與實戰(zhàn)案例
- JavaScript 從入門到項目實踐(超值版)
- 移動UI設(shè)計(微課版)
- WebAssembly實戰(zhàn)
- Flink SQL與DataStream入門、進階與實戰(zhàn)
- C/C++算法從菜鳥到達人
- 跟老齊學(xué)Python:輕松入門
- HTML5+CSS3基礎(chǔ)開發(fā)教程(第2版)
- Mastering Python High Performance
- C語言程序設(shè)計
- VMware虛擬化技術(shù)
- 數(shù)據(jù)分析與挖掘算法:Python實戰(zhàn)
- Python一行流:像專家一樣寫代碼
- C++17 By Example