GithubHelp home page GithubHelp logo

doorbellreceiver's Introduction

doorbellSender

This app is the receiver part of doorbellSender. These are a pair of apps used to trigger an event emitted from one raspberry pi to another without regards for what network they are running on. Azure IoT hub is the connection point for both apps. There are simpler options, namely running an Express Server - but the approach taken here does not require an exposed port and is provides a chance to play with Azure.

doorbellReceiver is roughly written in Typescript running on Node.js.

What does it do

doorbellReceiver relies on Azure Hub direct method invocation to trigger a set of chime sounds. A set of chron jobs mute the bell in the evening and un-mute the bell in the morning. The app is configured for two different bell trigger. See constants/requests for all api options.

How to use doorbellReceiver

  • Add two configs to as environmental variables - dotenv makes this easy:

    • AZURE_IOT_CONNECTION_STRING - see Azure docs for setup. This could use more documentation here
    • INSTRUMENTATION_KEY - see Azure docs for setup. This could use more documentation here
  • $ npm install

  • $ npm start

How do you run this at startup

Add this to /etc/rc.local: su pi -c 'npm start --prefix ~/<pathToTheApp>/doorbellReceiver/'

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.