Skip to content

1 Alarm System

simoneengelbr edited this page Jun 11, 2020 · 6 revisions

The alarm system is split into alarms and the server.

Alarms are Arduino-based components, either sensor nodes or control panels, that can be placed around the home. A server (denoted Neighborhood Watch Server in the graphic below) is a central device in a neighborhood that monitors alarms and sends out text messages when necessary. Alarms communicate by sending LoRa-signals, that are picked up by the server through The Things Network using a TTN Gateway.

Overview of alarm system. Image credit: baaabuuu

The respective source code for alarms and the server can be found in the two subfolders inside alarm-system.

Clone this wiki locally