Skip to content

Commit

Permalink
updates to PMS5003 formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stefancrain committed Jul 29, 2022
1 parent 6a3e400 commit 344eae5
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 6 deletions.
2 changes: 1 addition & 1 deletion climate-indoor/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ text_sensor:

sensor:
- <<: !include ../common/sensor/bme680.yaml
- <<: !include ../common/sensor/PMS5003.yaml
- <<: !include ../common/sensor/pmsx003.yaml
# - <<: !include ../common/sensor/as3935.yaml
# - <<: !include ../common/sensor/aqi.yaml
# script:
Expand Down
22 changes: 18 additions & 4 deletions climate-outdoor/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Climate Outdoor

Weather / air quality / lightning monitor
Climate / Air Quality / Lightning monitor to be deployed outside.

## BOM

Expand All @@ -9,15 +9,29 @@ Weather / air quality / lightning monitor
- [Schematic](https://github.com/LilyGO/TTGO-T8-ESP32/blob/master/t8_v1.7.1.pdf)
- Sensors
- AS3935
- Lightning Energy
- Storm Distance
- BME680
- Temperature
- Pressure
- Humidity
- IAQ
- CO2 Equivalent
- Breath VOC Equivalent
- PMS5003
- pm_1_0
- pm_2_5
- pm_10_0
- DS18B20
- Temperature
- [Adafruit Lithium Ion Battery Pack - 3.7V 6600mAh](https://www.amazon.com/dp/B0137IPVY6)
- [ZUMIMALL 5v Solar Panel](https://www.amazon.com/gp/product/B07V5N5C2L)

## Gotchas

- Adafruit battery is JST 2.0, while T8 1.7.1 is a JST 1.2
- Adafruit batteries are Reversed polarity to the T8 plugs.
- CHECK YOUR POLARITY!
- I let magic smoke out with my JST 2.0 -> 1.2 converter
- Adafruit battery connector uses a JST 2.
- The LILYGO T8 1.7.1 uses a JST 1.2
- Adafruit batteries are Reversed polarity to the T8 plugs.
- **Solder up a quick conversion cable**
- I let magic smoke out with my first JST 2.0 -> 1.2 converter
2 changes: 1 addition & 1 deletion climate-outdoor/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ text_sensor:

sensor:
- <<: !include ../common/sensor/bme680.yaml
- <<: !include ../common/sensor/PMS5003.yaml
- <<: !include ../common/sensor/pmsx003.yaml
- <<: !include ../common/sensor/as3935.yaml
# - <<: !include ../common/sensor/aqi.yaml
# script:
Expand Down
File renamed without changes.

0 comments on commit 344eae5

Please sign in to comment.