- Android Things Projects
- Francesco Azzola
- 213字
- 2021-07-02 20:46:27
Alarm system project description
An alarm system is a complex system that uses several sensors to keep our home safe. At the heart of these types of systems, there are sensors that are able to detect motion. In other words, these sensors can detect if an object is moving in their detection area. When this happens, they notify this event. In this chapter, we will create a real-life project that uses these sensors to detect motion and notifies the event to the smartphones. At the end of this project, we will be able to detect if someone is entering our home without our authorization. Once you have built this project, you can expand it, adding more sensors so that you can monitor several rooms. Moreover, this project can be used as a starting point and can be expanded, adding new features as we will see in the following sections. The following figure describes how this Android Things IoT project will work:

The following are the main steps:
- The PIR sensor scans the detection area looking for movement.
- As soon as it detects a movement it notifies the event to our Android Things board.
- The Android Things board handles the notification event and contacts Google Firebase to send a message to the user's smartphone.
- 自己動手實現(xiàn)Lua:虛擬機、編譯器和標準庫
- 算法精粹:經(jīng)典計算機科學問題的Python實現(xiàn)
- C語言實驗指導(dǎo)及習題解析
- C語言課程設(shè)計
- ASP.NET程序設(shè)計教程
- 編程菜鳥學Python數(shù)據(jù)分析
- RubyMotion iOS Develoment Essentials
- AI自動化測試:技術(shù)原理、平臺搭建與工程實踐
- iOS Development with Xamarin Cookbook
- Visual C++ 2017網(wǎng)絡(luò)編程實戰(zhàn)
- 快速搞定Spring Boot+Vue全棧開發(fā)
- Natural Language Processing with Java Cookbook
- 從零開始:Qt可視化程序設(shè)計基礎(chǔ)教程
- C++設(shè)計模式
- Java高級程序設(shè)計實戰(zhàn)教程