This is library to add support for the Sensirion ESS to Atmosphere IoT
This implementation features:
- Support for SHTC1 humidity & temperature sensor
- Support for SGP30 Total VOC & CO2 equivalent sensor
- CRC checksums to detect I2C bus errors
- cache readouts
- Use the EEL builder to create an EEL from the code
- Open Atmosphere IoT
- create a new project
- Select "Add element", then "Import" and select the EEL built in step 1
- Place an interval element (leave it at 1000 ms)
- Place an ESS element
- Place four DebugPrint elements
- On the interval element, create four events triggering the sensor read events on the ESS for temperature, humidity, tvoc and CO2eq
- Create events to connect the sensor data read triggers with the print ability; map each sensor trigger to a different print out
- export the code, compile, enjoy
Your design should look like this:
The output in the Arduino serial monitor should look like this:
This has only been tested on the Arduino Mega platform