angelinn / box-monitoring

Home monitoring in a box.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Home monitoring (but in a box)

About

This project is created for the Robotics course at FMI.

It uses sensors to measure values across a room and notify the user if any goes out of limits.

Hardware

The microprocessor board used is an Arduino Mega, but any Arduino compatible board with enough pins will do the job.

Sensors

  • Reed switch - for doors
  • HC-SR501 - pir sensors for detecting movement
  • MC-3 - gas sensor for detecting smoke and gas
  • DHT-11 - temperature and humidity sensor
  • LCD screen

About

Home monitoring in a box.


Languages

Language:C++ 85.2%Language:C 14.8%