Skip to content

Latest commit

 

History

History
49 lines (34 loc) · 1005 Bytes

README.md

File metadata and controls

49 lines (34 loc) · 1005 Bytes

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