Update sensors Readme.md
This commit is contained in:
parent
4bdfb13e73
commit
23cf373272
1 changed files with 9 additions and 4 deletions
|
@ -54,7 +54,7 @@ Example config:
|
|||
"PublishInterval": 3000,
|
||||
"ConnectionString": "FileName=nucucar.telemetry;FileExtension=txt;Separator=\n"
|
||||
},
|
||||
"EnvironmentSensor": {
|
||||
"Bme680Sensor": {
|
||||
"Enabled": true,
|
||||
"Telemetry": true,
|
||||
"Grpc": true
|
||||
|
@ -66,13 +66,18 @@ Example config:
|
|||
|
||||
# Sensors
|
||||
|
||||
#### Environment Sensor
|
||||
#### Bme680 Sensor
|
||||
|
||||
We use [BME680](https://www.bosch-sensortec.com/bst/products/all_products/bme680) environmental sensor from Bosh.
|
||||
The [BME680](https://www.bosch-sensortec.com/bst/products/all_products/bme680) environmental sensor from Bosh.
|
||||
|
||||
Sensor capabilities:
|
||||
|
||||
* Temperature
|
||||
* Barometric Pressure
|
||||
* Humidity
|
||||
* VOC Gas (Gas Resistance)
|
||||
* VOC Gas (Gas Resistance)
|
||||
|
||||
#### Pms5003 Sensor
|
||||
|
||||
The [Plantower PMS5003](http://www.plantower.com/en/content/?108.html) air quality sensor.
|
||||
|
||||
|
|
Loading…
Reference in a new issue