Code Monkey home page Code Monkey logo

home-alarm's Introduction

home-alarm

Node.js, Raspberry Pi and AWS IoT to create a PIR based home alarm system

Uses pimoroni's Automation Hat to do the fiddly hardware bit and WiringPi to bring Node to the Pi / GPIO

This project is deliberately missing the config that contains all the AWS passwords + certs needed to run.

To run this on your setup you'd need Hardware 1 x RaspberryPi 3 1 x Automation HAT n x PIR sensors (wired into the Automation HAT) n x bells (internal or external sounders, wired into the Automation HAT)

Config 1 x collection of certs from AWS for an AWS IoT shadow (put these in the certs folder) 1 x config file below (put this in the config folder (you can see it references the certs folder)

const config = {
        keyPath : "/certs/private.pem.key",
        certPath : "/certs/certificate.pem.crt",
        caPath : "/certs/root-CA.crt",
        iotHost : "xxxxxxxxx.iot.eu-west-1.amazonaws.com",
        iotRegion : "re-region-n",
}
module.exports = config

home-alarm's People

Contributors

dependabot[bot] avatar r1ch avatar richbradish avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.