- Android Things Projects
- Francesco Azzola
- 228字
- 2021-07-02 20:46:27
Project schematic
The peripherals we need to build this project are:
- PIR sensor
- Raspberry Pi 3 or Intel Edison with Arduino breakout kit
- Google Firebase account
- Wire jumpings
You can buy a PIR sensor in an online store such as Amazon, Sparkfun, or Adafruit.
The following diagram describes how to connect the PIR sensor to the Android Things board if you are using Raspberry Pi 3:

If you are using Intel Edison with Arduino breakout kit the connections are shown here:

In this case, we can directly connect the sensor to our board. The connections are:
- Connect the PIR to the pin that supplies +5V
- Connect the ground PIR pin to the ground of the board
- Connect the PIR signal to pin 7 for Raspberry or pin 4 for Intel Edison
As you can notice, the sensor connects to +5V in both cases: Raspberry and Intel Edison. The signal pin provided by PIR is zero when no motion is detected and +3V when the motion is detected. Considering that the high level supplied by the PIR is +3, then we can connect the PIR sensor safely to Raspberry Pi 3.
Remember to connect the sensor to the board when this one is unplugged from your computer. Do not try to connect the sensor when your board is turned on, as you could damage your board and the sensor.
推薦閱讀
- Java入門經典(第6版)
- Mastering Concurrency in Go
- Python金融數據分析
- 從學徒到高手:汽車電路識圖、故障檢測與維修技能全圖解
- Mastering Google App Engine
- Go并發編程實戰
- 大學計算機基礎實驗指導
- HTML5+CSS3 Web前端開發技術(第2版)
- Java語言程序設計教程
- JSP程序設計與案例實戰(慕課版)
- Drupal Search Engine Optimization
- 前端架構設計
- 自己動手做智能產品:嵌入式JavaScript實現
- 計算機視覺增強現實應用平臺開發
- vSphere High Performance Cookbook(Second Edition)