Giter VIP home page Giter VIP logo

alfran007 / internet-of-things Goto Github PK

View Code? Open in Web Editor NEW
2.0 3.0 1.0 23.47 MB

This project is based on: 1) Read, Calibrate and Display data from Sensors. 2)Develop code for reading SMS through Arduino and trigger the alarm. 3) Sending the data to cloud using WiFi. 4) Create a REST based Web Service to send data to cloud. 5)Writing a program to store sensor data in NOSql(mongodb) database. 6) Analyze the data to slove business problems.7) Generate a neat report to visualize the data for management.

C++ 73.90% Python 26.10%
internet-of-things adruino rasberrypi sensor-network cloud-computing mongodb pyhton json esp8266 reed

internet-of-things's Introduction

Internet-Of-Things

  • Used sensors to monitor temperature(LM35D), light intensity(LDR), humidity(DHT11), magnetic field(REED), optocoupler(PC817), power(Switch), location(GPS) and human presence(PIR).

    • These sensors looks like below:

    devices

  • Connected Arduino with the these sensors on the corresponding pins via sensor board and connected it with the computer. Arduino and Sensor board looks like below:

    arduino

    sensor

  • Using Arduino Software a code is generated in setup and loop which gives instruction to the arduino board and read and write on the corresponding pin.

    • The overall setup would be like shown:

    circuit

  • Rest API is used and an online website for storing the data(here) and a channel is created having the corresponding fields same as the data we get from Arduino via sensors.

  • This data is stored and sent to cloud(on our channel) using wifi(ESP8266){which gets connected with our hotspot} or we can use sim(SIM800), API key of site is used for authentication and finally the data gets stored in JSON format on our channel{In Public and Private View one can see the charts created for the data}.

    • Data analysis looks like below: think
  • Then this JSON data gets exported from cloud and is hosted on a server(MongoDB){I tried both local and remote python files are included in experiments directory} on mLab webite(One have to enable API key and add it in your python code). Finally we have a hosted cloud server which provides us usefull information.

    • The running mongo instance on cloud(mlab) would look like this: mlab

    • JSON data that would be visible in mongo instance created is shown: data

  • In pi directory some codes are given for same operation in RaspberryPi.

We can use this type of project in various fields, like for detecting false claims in transport system for damaged products.

internet-of-things's People

Contributors

alfran007 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

tydotbaba

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.