Skip to content

Commit 7e4509d

Browse files
authored
Merge pull request #1 from EnviroMonitor/web_update
Added more content + theme change
2 parents dfde9c8 + 111219d commit 7e4509d

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

_config.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
theme: jekyll-theme-modernist
1+
theme: jekyll-theme-slate
2+
title: EnviroMonitor - Community and Open Source air quality monitoring
3+
description: EnviroMonitor is a community and Open Source project to help monitor air quality around the world. We measure PM2.5 and PM10 as well as temperature, humidity and barometric pressure. Data is collected at global site and can be sent to WeatherUnderground.
4+
show_downloads: false
5+
google_analytics: UA-89513736-1

index.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@ Currently project consists of three modules:
1010

1111
## EnviroMonitor - sensor
1212

13+
EnviroMonitor sensor is a budget, DIY air quality measurment device. It is based on Wemos D1 mini (with famous ESP8266 microcontroller) and PMS3003 particluate matter sensor. It also includes outside temperature, humidity and barometric pressure sensors. To make measurements even more accurate, we also use heater to exsiccate incoming air.
14+
15+
We also designed PCB so you don't need to use breadboard or other prototype board for your sensor. All designs are Open Source so you can order the board with your favourite supplier.
16+
17+
All components are placed in specially crafted, 3D printed enclosure. We provide all files necessary so you can print it yourself.
18+
19+
Total price for creating EnviroMonitor should not exceed $25.
20+
21+
Sensor can report measurements to [Air-Monitor.org](http://air-monitor.org) (soon to be launched) global website and/or to any website running EnviroMonitorWeb / EnviroMonitorFrontend. We encourage everyone to connect their sensors to our publicly available service so more people can benefit from it.
22+
1323
## EnviroMonitorWeb - web backend
1424

25+
EnviroMonitorWeb is a Django based web backend to manage sensors, air monitoring projects etc. It also provides API to send and read all data regarding air quality monitoring. You can install it on your own server or you can create your local project on [Air-Monitor.org](http://air-monitor.org) (soon to be launched).
26+
27+
Using EuroMonitorWeb you can:
28+
29+
- create your local air quality monitoring project
30+
- add and manage sensors
31+
- manage users
32+
- submit your data through API
33+
- read monitoring data (if you need to present it outside of EnviroMonitor applications)
34+
1535
## EnviroMonitorFrontend - web frontend

0 commit comments

Comments
 (0)