Hacker News new | ask | show | jobs
by t0mek 2702 days ago
Shameless plug: I wanted to measure PM10 and PM2.5 pollution level in my neighbourhood, so I built the ESP8266-based sensor using instructions from Luftdaten [1] and since the original interface is pretty ugly, I created my own UI:

http://smog.rekawek.eu/ https://github.com/trekawek/air-quality-info

(I know, it's PHP, but can be hosted virtually anywhere!)

[1] https://luftdaten.info/feinstaubsensor-bauen/

1 comments

I built a pretty similar rig around an RPi Zero W, same SDS011 AQ sensor and BME280 temp/pressure/humidity sensors as Luftdaten, just polled by a couple of python scripts on cronjobs.