Code Monkey home page Code Monkey logo

iot-babysitter's Introduction

About

Overall idea of the project is to build IoT Babysitter

Problem it solves: my personal issue "make sure I don't miss baby crying, when I wear headset"

& demonstration of basic interaction with AWS IoT and Mobile phones.

** maybe could be usefull for fire/intrusion alarms as well

Requirements:

On any abnormal level of sound which mic is registering (baby starts to cry), this portable device shall send SMS Text notification to group of people (family members).

Diagram:

sequenceDiagram
participant Mic
participant Device
participant AWS IoT
participant SNS Topic
participant Mobile Phone

Mic->>Device: registers noise level above the limit
Device->>AWS IoT: sends request with data (maybe dbs of sound or 1 to 10 level of noise) 
AWS IoT->>SNS Topic: sends data from request
SNS Topic->>Mobile Phone: sends text message to group saying "baby is crying"
Loading

Hardware:

  • ESP32 based WEMOS D1 mini (compact and has all what we need) Documentation

- Adafruit MAX9814 microphone with built in Amplifier [DataSheet](https://cdn-shop.adafruit.com/datasheets/MAX9814.pdf)

- Some power (not sure yet maybe a battery, maybe some AC/DC converter to plug the device into socket)

Software:

  • AWS CDK IaC project to configure necessary permissions and setup (IoT Thing & SNS)
  • Bash/Python script ( AWS Cli ) to grab necessary device certificates and store on github in this repo
  • C++ code for ESP32 (also including reading and using ENV variables and Certificates before - maybe done by some python code)

iot-babysitter's People

Contributors

hnariman avatar

Watchers

 avatar

iot-babysitter's Issues

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.