GithubHelp home page GithubHelp logo

air-quality-monitor's Introduction

Project Website | Donate | Sponsor |

Air Quality Monitor

This is an Air Quality Monitor which will display data such as the temperature, pressure, and relative humidity on an screen using the LittlevGL graphics framework and the RIOT operating system.

Example board setup

The application works on any board that has an screen and some sensors attached to it. However the recommended and most tested setup is with:

The wiring of the BME280 sensor to the ESP32-WROVER-KIT is as follows:

BME280 ESP32-WROVER-KIT
VCC Any 3.3V pin
GND Any GND pin
SCL IO27
SDA IO26

Depending on the breakout board for a BME280 sensor you may need to change the I2C address directly on the Makefile file.

The wiring of the GP2Y1010AU0F dust sensor to the ESP32-WROVER-KIT is as follows:

GP2Y1010AU0F ESP32-WROVER-KIT
VCC Any 3.3V pin
GND Any GND pin
ILED IO22
AOUT IO34
  • โš ๏ธ the dust sensor normally uses 5V to operate, Waveshare breakout boards can be plugged directly to a 3.3V supply.

Compiling and flashing the application

To compile the project you may need to first install required tools, on the case of an ESP32 board you can find instructions here:

Then you may need to clone the RIOT-OS repository on a different path than this project that you can reference through the RIOTBASE environment variable, example:

cd $HOME
git clone https://github.com/RIOT-OS/RIOT
export RIOTBASE=$HOME/RIOT

As the application works without modification on the esp32-wrover-kit board. To build, flash and run the application for this board, just use:

make flash

air-quality-monitor's People

Contributors

jeandudey avatar luisan00 avatar

Stargazers

 avatar

Watchers

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