Giter Club home page Giter Club logo

smart_refrigerator's Introduction

Smart_refrigerator

                                                      Assignment 
                                                Capstone Final Project

This is the capstone project to summarize all the learnings in the 3 modules of the course and to give you practical hands-on experience by working on a major project using Bolt IOT module.

Working principle

A) Creation of an account and configuration for SMS on Twilio
B) Creation of an acount and configuration for Email on Mailgun
C) Login in your Oracle VM (VirtualBox) or in your digital ocean
D) Code writing in python
E) Running code and view the output
F) Ending with receives the SMS and the Email

Components:

  1. Bolt IoT module
  2. LM-35
  3. Jumper Wires(Male/Female)
  4. USB cable
  5. Breadboard(optional)

API's used:

MailGun Email API, Bolt Cloud API, Python Library, Twilio API

Connecting the LM35 to the bolt module

  1. VCC pin of the LM35 connects to 5v of the Bolt Wifi module.
  2. Output pin of the LM35 connects to A0 (Analog input pin) of the Bolt Wifi module.
    3.Gnd pin of the LM35 connects to the Gnd.

The algorithm for the code can be broken down into the following steps:

a) Fetch the latest sensor value from the Bolt device.
b) Store the sensor value in a list, that will be used for computing z-score.
c) Compute the z-score and upper and lower threshold bounds for normal and anomalous readings.
d) Check if the sensor reading is within the range for normal readings, then send email.
e) If it is not in range, send the SMS.
f) Wait for 10 seconds.
g) Repeat from step a.

Hardware Setup

Output of Prediction using Polynomial Regression

Hardware Setup

Alert! Sms using Twilio API

Hardware Setup

Alert! Email using mailGun API

Hardware Setup

ThankYou!

smart_refrigerator's People

Contributors

prachi-ag avatar

Watchers

 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.