GithubHelp home page GithubHelp logo

neeraj1397 / end-to-end-data-transfer-using-esp8266-and-thingspeak- Goto Github PK

View Code? Open in Web Editor NEW
2.0 2.0 0.0 2.06 MB

This is a beginner friendly IoT project which uses ThingSpeak cloud platform to collect and analyze sensor data. Based on the obtained sensor data, we actuate other IoT devices.

License: MIT License

C++ 100.00%
iot thingspeak nodemcu-esp8266 dht11 arduino http-methods

end-to-end-data-transfer-using-esp8266-and-thingspeak-'s Introduction

End-To-End-Data-Transfer-Using-ESP8266-and-ThingSpeak-

This is a beginner friendly IoT project which uses ThingSpeak cloud platform to collect and analyze sensor data. Based on the obtained sensor data, we actuate other IoT devices.

Components: NodeMCU (2), DHT11 Temperature and Humidity Sensor, LED (1). Libraries: WiFiManager, ThingSpeak, ESP8266HTTPClient, ESP8266WiFi.h.

A NodeMCU uploads random or temperature data acquired by DHT11 sensor and uploads it to a ThingSpeak channel. An other NodeMCU triggers an LED when the temperature goes beyond 30 degrees centigrade. WiFiManager library enables the NodeMCU to dynamically connect to a WiFi network without hard-coding the network SSID and password.

Two versions of code sending the sensor data are uploaded. First version uploads random data to ThingSpeak channel using HTTP POST method. It uses WiFiManager library to dynamically connect to a WiFi network. The second version uploads DHT11 temperature data to ThingSpeak channel. It uses ThingSpeak.h library instead of HTTP methods. The receiver code uses HTTP GET method to acquire the temperature data from ThingSpeak channel.

end-to-end-data-transfer-using-esp8266-and-thingspeak-'s People

Contributors

neeraj1397 avatar

Stargazers

 avatar  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.