Git Product home page Git Product logo

environment-monitor's Introduction

environment-monitor

ESP32 IoT device to monitor environment data and upload it to a webserver

The Web Server serves an HTML page from the SPIFFS data directory that is read and updated with the sensor data using snprintf() before being sent to the server along with the relevant style.css (also present in the data directory). The webpage is reloaded every three seconds using simple JavaScript code so the sensor data being displayed remains updated.

Features:

Limitations:

  • Connections to the server are limited by the WiFi connection

How to build:

The easiest way to build the project and upload it to an ESP32 board would be using the Arduino IDE.

  • Get the Arduino-ESP32 core
  • Download the Adafruit Unified Sensor library along with the Adafruit DHT22 library from the Library Manager
  • Downalod the LiquidCrystal I2C library from the Library Manager
  • Build and upload the code to your ESP32 board

To Do:

  • Add a library for MQ135

environment-monitor's People

Contributors

furquan-lp avatar

Watchers

 avatar

environment-monitor's Issues

LiquidCrystal I2C library might only support AVR and could possibly be outdated

Relevant build message:

WARNING: library LiquidCrystal_I2C claims to run on avr architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).

This particular library could be a potential source of bugs, a possible line of action would be to look for a suitable alternative library or write one for the project.

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.