WxBox/README.org

65 lines
2.5 KiB
Org Mode
Raw Permalink Normal View History

2024-04-05 18:51:21 +03:00
* Balcony WX station de UT3UMS
** Inspiration
+ [[https://how2electronics.com/monitor-ccs811-co2-tvoc-on-esp8266-esp32-webserver/][Monitor CCS811 CO2 & TVOC on ESP8266/ESP32 Webserver]]
It has only equivalent carbon dioxide (eCO2) with metal oxide (MOX) levels
+ https://github.com/bfaliszek/CJMCU-8118_InfluxDB
2024-04-05 19:24:13 +03:00
** Installation
It requires [[https://platformio.org/][platformio]] and =gnu make=, obviously.
#+NAME: build
#+BEGIN_SRC sh :eval never
make # or `make build`
#+END_SRC
#+NAME: flash the firmware
#+BEGIN_SRC sh :eval never
make flash
#+END_SRC
** Usefull info for future
*** Levels
2024-04-05 18:51:21 +03:00
#+BEGIN_EXAMPLE
2024-04-05 19:24:13 +03:00
In the event of TVOC issues, inspections should be carried out to find
the root cause of the problem and address it as exposure to the VOCs
may harm health. Indoor VOC levels up to 350 ppb are
2024-04-13 01:03:37 +03:00
acceptable. However they should not exceed 500ppb.
400 ppm: average outdoor air level.
4001,000 ppm: typical level found in occupied spaces with good air exchange.
1,0002,000 ppm: level associated with complaints of drowsiness and poor air.
2,0005,000 ppm: level associated with headaches, sleepiness, and stagnant, stale, stuffy air. Poor concentration, loss of attention, increased heart rate and slight nausea may also be present.
5,000 ppm: this indicates unusual air conditions where high levels of other gases could also be present. Toxicity or oxygen deprivation could occur. This is the permissible exposure limit for daily workplace exposures.
40,000 ppm: this level is immediately harmful due to oxygen deprivation.
2024-04-05 18:51:21 +03:00
#+END_EXAMPLE
2024-04-05 19:24:13 +03:00
*** Particulate matter
+ PM1 :: are extremely fine particulates with a diameter of fewer than 1 microns.
+ PM2.5 :: (also known as fine particles) have a diameter of less than 2.5 microns.
+ PM10 :: means the particles have a diameter less than 10 microns, or 100 times smaller than a millimeter.
** TODO
In gneral I want the stack to be pluggable as much as possible. The current scope of wanted readings is not including any plans on it's implementations.
+ [X] Thermometer - provided by HDC1080
+ [X] Humidity sensor - provided by HDC1080
+ [-] Particulate matter
2024-04-13 01:03:37 +03:00
- [ ] PM2.5 - PS3003 acuired
2024-04-05 19:24:13 +03:00
- [ ] PM10
- [ ] PM1 - I might need it to indoor mod
+ [ ] Preasure sensor
+ [ ] Seismograph
+ [ ] Ionising radiation sensor
+ [ ] UV-sensor
+ [-] Gas sensors:
- [X] CO2 - eCO2 provided by CCS811
- [X] TVOC - eTVOC provided by CCS811
- [ ] CO
- [ ] H2S
- [ ] NH3
- [ ] O2
- [ ] LEL
- [ ] smoke and fire