How to read TVOC & CO2 with CCS811?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to read TVOC & CO2 with CCS811?

1,202件の閲覧回数
thorsten
Contributor I

I was unable to read TVOC and CO2 in one Project. How do I have to change the weather station project to show a CO2 tab after the TVOC tab?

ラベル(1)
1 返信

986件の閲覧回数
vlasov01
Contributor III

You need to add a new LabeledIconElement and connect it with CCS811 Air Sensor. Then choose CO2 Read.

I as well made a change in the embedded view to be able to pass CO2 readings.

You can import my project my-air/My Air.atmo at master · vlasov01/my-air · GitHub  and look into details how it is implemented.