/Iot-Temperature-Sensor

System for Measuring Temperture using Esp32 MicroController And Analyzing Data with Jupyter Notebook

Primary LanguageJupyter Notebook

Iot-Temperature-Sensor.

System Overview

image

Description :

This project Contain code of Esp32 Microcontroller that connect it with LM35 Temperature Sensor and Measure temperature each 1 minute then send reading to Remote Server using HTTP POST , the backend which handle comming request is php and database is mysql Finally A JupyterNotebook get data using Api HTTP GET Request with Api Key and Proccess the data and plot a graph with matplotlib

Main Features :


- Send Data from Sensor to WebApp
- Controll your Sensor [turn on/off] From Any Where By one button from the website
- Store all reading in database for doing some analysis or other processing
- the webapp contain Api that provide all reading records stored in database as json format
- Analyze data and draw Graph from reading by python

Technologies Used:

PHP , Mysql , JSON , C/C++