c-base / microflo-luftdaten

Microflo firmware for luftdaten.info air quality sensors

Home Page:https://luftdaten.info/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

microflo-luftdaten Build Status Greenkeeper badge

This repository provides a MicroFlo powered firmware for the luftdaten.info air quality sensor.

MicroFlo luftdaten graph

Open in Flowhub

Status

In production.

Hardware

  • ESP8266 microcontroller
  • SDS011 fine particle sensor.
  • DHT22 temperature and humidity sensor

See luftdaten.info for details and the wiring plan.

SDS011 datasheet

Connectivity

The firmware only sensor readout and conditioning on the data, and then transmit it over WiFi/MQTT. Data logging and processing is done using MsgFlo components on the message queue.

Basic idea is to:

The MsgFlo side of this integration is in the c-flo repository.

MQTT connectivity is handled by the MicroFlo ESP8266 MsgFlo integration.

About

Microflo firmware for luftdaten.info air quality sensors

https://luftdaten.info/


Languages

Language:C++ 64.9%Language:JavaScript 13.6%Language:C 9.4%Language:Makefile 7.0%Language:Shell 5.1%