Skip to content

Latest commit

 

History

History
41 lines (25 loc) · 2.23 KB

File metadata and controls

41 lines (25 loc) · 2.23 KB

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.