Skip to content

Latest commit

 

History

History
46 lines (33 loc) · 2.31 KB

README.md

File metadata and controls

46 lines (33 loc) · 2.31 KB

Feuermelder

Build Status version License: MIT

Deutsch:
Wer kennt das nicht, das Haus brennt, du bist nicht zuhause und kannst die Feuerwehr nicht rufen. Mit unserer praktischen Anwendung bekommst du eine Benachrichtung, und du entscheidest selbst zwischen Versicherung und Feuerwehr

English:
Who's a stranger to that: The house is on fire, you're not at home and can't call the fire department. With our practical application you get a notification, and you decide yourself between insurance and fire department


Installation Guide

General installation

First you need to download and install the Arduino IDE. After that you have to install the Adafruit Huzzah 8266 support. Please follow this instruction.

Server (Sensor) installation:

First you need to install the DMT.h libary (Version 1.2.3). We are using an old version because the new version isn't working, see Issue. Change your upload speed to 115200 and select the right port. After that please copy the server.ino code into the Arduino IDE and upload it to the Arduino.

Client (Actuator) installation:

Change your upload speed to 115200 and select the right port. After that please copy the client.ino code into the Arduino IDE and upload it to the Arduino.

Important:

  • Don't forget to change your Access Point Information in the code.
  • Don't forget to update the address of the server inside the client code. The server will print the address inside the serial monitor.

Circuit diagrams

Server:

alt text

Client:

alt text