- Android Things Projects
- Francesco Azzola
- 200字
- 2021-07-02 20:46:26
Creating an Alarm System Using Android Things
In this chapter, we will build an alarm system using Android Things. The target of this project is creating a system that detects movements using PIR sensors and when this event happens the Android Things app will send a notification to the user smartphone. The principles of this project are commonly used in real alarm systems we have in our homes, but we will build it with a totally new operating system. This is an interesting project because it uses, at the same time, sensors and cloud platforms. Through this project, we will explore how to use GPIO pins in Android Things and how to interact with two states sensors.
The main topics covered in this chapter are:
- How to use build an alarm system
- How to use GPIO pins and PIR sensors
- How to handle events from a GPIO pin
- How to build an app that is independent of the board
- How to notify events from Android Things to Android smartphones
This project demonstrates how powerful Android Things SDK is and how we can build an IoT project using our Android expertise. Let us start describing the project that we will build.
- Mastering Ember.js
- Learning Data Mining with Python
- C語言程序設計基礎與實驗指導
- 編寫高質量代碼:改善Python程序的91個建議
- 云計算通俗講義(第3版)
- Mastering Predictive Analytics with Python
- Mastering Apache Maven 3
- 可解釋機器學習:模型、方法與實踐
- RISC-V體系結構編程與實踐(第2版)
- 西門子S7-200 SMART PLC編程從入門到實踐
- 編程菜鳥學Python數據分析
- TMS320LF240x芯片原理、設計及應用
- Visual Basic 6.0程序設計實驗教程
- TypeScript 2.x By Example
- MongoDB Administrator’s Guide