Skip to content

IoT system created to observe measurements from temp/hum/pres sensor. Data is visualized on charts, and be watched on android or web application

Notifications You must be signed in to change notification settings

Lycan7hropus/IoT_Manager-WEBAPP-AND-SERVER

Repository files navigation

INTRODUCTION

PHP / JS / BOOTSTRAP / MYSQL was used to create this project. In addition to the web application, this project also includes an Android application (it communicates with the server using REST API) and esp8266 which read data from the sensor and send it to the server.

ANDROID APP: https://github.com/HomoLupus/iotManagerMobile
ESP: https://github.com/HomoLupus/espHttpClient

image

WEBAPP

General app capabilities:

  • Registration
  • Login
  • Adding a sensor to an account
  • removing the sensor from the account
  • reading measurements from sensors

LOGIN PAGE

image

HOME PAGE

There you can select what you want to do, you can watch sensor measurements, or bind a new sensor with your account

image



ADD NEW SENSOR

To add a sensor to an account, enter the id of the esp chip (more you can find here: https://github.com/HomoLupus/espHttpClient), and set password and sensor's label. Many users can bind the same sensor to their accounts, but the first one will be an administrator who will be able to manage this device. Chip id is displayed during device configuration

image

GRPAH PAGE

Charts from the https://canvasjs.com/ website are used to present the data. You can view data from different periods, there are also displayed last meusurments which refresh everey 10 seconds. image image

SETTINGS

There you can change account credentials or remove sensors associated with account image image

About

IoT system created to observe measurements from temp/hum/pres sensor. Data is visualized on charts, and be watched on android or web application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published