Coder Social home page Coder Social logo

iot-bme680-rest's Introduction

iot-bme680-rest

An example version of the device

Note: This project is intended to run on a NodeMCUv1 (or a similar ESP8266 board) together with a Bosch BME680 sensor.

To compile, load the project in VS Code and install PlatformIO to install all dependencies, and compile and monitor.

// /src/webserver.h

...

// Line 15
AsyncWebServer server(80);

const char *ssid = "SSID"; // Change to match your network's settings
const char *password = "PASSWORD";

...

API (WIP)

/info

TODO: Should provide basic information about the device

/get

Provides data from the sensor

e.g

{
  "tem": 26.94,     // Temperature
  "pre": 1004.22,   // Pressure
  "hum": 57.107,    // Relative humidity
  "gas": 160.731,   // Gas resistance
  "alt": 75.45407,  // Approx. altitude
  "aqi": 92.91285,  // Air quality index (/src/sensor.h for more info)
  "hqp": 0.179129,  // Humidity quality part โ†“
  "gqp": 0.75       // Gas res. quality part (both used for the calculation of aqi)
}

TODO

  • Initial build
  • Refactor API
  • Add more pics
  • Add schematic of wiring w/ LEDs

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.