peterlee0127 / AirBox

An open-source pm2.5 sensor, website and ELK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AirBox

An open-source pm2.5 sensor and website

Developing

Feature: A low cost IoT WiFi/BLE based Airbox with pm1.0, pm2.5, pm10, Temperature and Humidity.


##Sensor

HTTP API

$ curl http://192.168.10.96

{
  "pm1.0": 12,
  "pm2.5": 15,
  "pm10": 15,
  "ver": 151,
  "error-code": 0,
  "pass": true,
  "temperature": 27,
  "humidity": 36,
  "SSID": "PeterAP",
  "IP": "192.168.10.96",
  "RSSI": -26
}

Main Board

RedBear Duo for WiFi/BLE. 25 USD.
Or any kind of development board.

Easily to display on Kibana

About

An open-source pm2.5 sensor, website and ELK.

License:MIT License


Languages

Language:C++ 91.0%Language:JavaScript 6.6%Language:HTML 1.9%Language:Shell 0.4%